@charset "UTF-8";
/*!
Theme Name: Firetoss Theme
Theme URI: http://underscores.me/
Author: Firetoss - Brandon Vien Huynh Green
Author URI: http://firetoss.com/
Description: A Custom Theme from Firetoss
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firetoss_seed
Tags:

If you are seeing this, you are probably trying to learn more about what we do at Firetoss, so,
here are some additional resources:

Our favorite game:  https://goo.gl/3809Zx
How we build our themes: https://goo.gl/cAmcqR
Your mom: https://goo.gl/VhCid4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Firetoss Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores isda distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
svg.fg-mint, .fg-fill-mint {
  fill: #01edcb; }

svg.fg-blue, .fg-fill-blue {
  fill: #131921; }

svg.fg-white, .fg-fill-white {
  fill: #fff; }

svg.fg-grey, .fg-fill-grey {
  fill: #353f48; }

svg.fg-pink, .fg-fill-pink {
  fill: #ff0579; }

.fg-triangle-top-transparent, .fg-triangle-bottom-transparent, .fg-triangle-fill-transparent {
  background-color: transparent; }

.fg-triangle-top-mint, .fg-triangle-bottom-mint, .fg-triangle-fill-mint {
  background-color: #01edcb; }

.fg-triangle-top-blue, .fg-triangle-bottom-blue, .fg-triangle-fill-blue {
  background-color: #131921; }

.fg-triangle-top-white, .fg-triangle-bottom-white, .fg-triangle-fill-white {
  background-color: #fff; }

.fg-triangle-top-pink, .fg-triangle-bottom-pink, .fg-triangle-fill-pink {
  background-color: #ff0579; }

a:focus {
  outline: none !Important; }

span.dtr-data p {
	color: #d33333;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: 600;
}

#gform_wrapper_24 .gform_page {
transition: all 0.3s ease-in-out;
opacity: 0;
}

#gform_wrapper_24 .gform_page.active {
opacity: 1;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

li.no-touch, .no-touch {
    pointer-events: none !important;
}

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  
/*Chat Styles*/

#wpchatuserstitle {
    background-color: #131920 !important;
}



.ui-widget.ui-corner-top.ui-chatbox {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: 400;
}

.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
    border: 0;
    background: #20edcc;
}


/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* pageloader preloader */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  line-height: 1.5;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

body, html {
  overflow-x: hidden; }

body {
  /*  margin-top: -2000px; */
  background-color: #131920 !important;
  -webkit-transition: 2s all ease;
  -moz-transition: 2s all ease;
  -ms-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
  padding-top: 0;
  margin-top: 0; }

h1, h2, h3 {
  clear: both; }

.h1,
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  line-height: 1.2;
  margin: 20px 0; }

.h2,
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px 0; }

.h3,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #01edcb;
  line-height: 1.2;
  margin: 20px 0; }

.h4,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.2;
  margin: 20px 0; }

.h5,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.2;
  margin: 20px 0; }

.h6,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 1.2;
  margin: 20px 0; }

p {
  margin-bottom: 1.5em;
  color: #fff; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

html {
  font-size: 16px; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

p {
  font-size: 16px;
  font-size: 1rem; }
/* Payment Status View */

.postid-789 nav.navigation.post-navigation, .postid-789 div#DataTables_Table_0_filter {
    display: none !important;
}

.postid-785 nav.navigation.post-navigation {
    display: none !important;
}

.postid-785 .gfield_description, .postid-785 .ginput_preview {
    color: #131920 !important;
}

.btn-pink {
    color: white !important;
    background: #ff0579 !important;
    border-radius: 26px;
    font-size: 10px;
    padding: 5px 11px;
}

.btn-mint {
    color: white !important;
    background: #00edcb !important;
    border-radius: 26px;
    font-size: 10px;
    padding: 5px 11px;
}

/* Admin Loads View */

.today {
    background: #ffdddd !important;
}

.postid-703 div#gv-datatables-703 {
    font-size: 10px;
}

.postid-703 a.btn.btn-sm.button.button-small.alignright.pull-right.btn-danger.gv-button-delete {
    display: inline-block !important;
}

.gv-notice {
    padding: .5em .75em;
    margin: 1em 0 !important;
    background-color: #20edcc !important;
    /* border: 1px solid #ddd; */
    font-size: 10px !important;
    padding: 10px !important;
    margin: 22px !important;
}

/* Pageloader */
.site {
          -webkit-transition: 2s all ease-in-out;
  -o-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
}
.site.opacityno{
    opacity: 0;
    -webkit-filter: blur(100px);
      -webkit-transition: 12s all ease-in-out;
  -o-transition: 12s all ease-in-out;
  transition: 12s all ease-in-out;
}


.bodyloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100000000;
  opacity: 1;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  pointer-events: none;
}

.bodyloader.loadedit {
    opacity: 0;
}
.loader-wrapper {
    position: absolute;
    top: 25vh;
    left: 25vw;
    margin: 0 auto;
    margin-left: 15.75vw;
}


.inline {
  display: inline-block;;
}
.truck {
    background-image:url('img/truck-body.png');
    width: 310px;
    height: 77px;
}

.mountains {
    background-image:url('img/mountains.png');
    width: 68px;
    height: 31px;
    margin-left: 132px;
    margin-top: -27px;
    position: absolute;
}
.wheels {
    background-image:url('img/wheel.png');
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-left: 16px;
    margin-top: -14px;
    display: inline-block;;
    animation: rotate linear 0.7s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: rotate linear 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: rotate linear 0.7s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate linear 0.7s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: rotate linear 0.7s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

.w1 {

}
.w2 {
margin-left: 41px;
}
.w3 {
margin-left: -5px;
}
.w4 {
margin-left: 84px;
}
.w5 {
margin-left: -3px;
}
.sun {
  background-image:url('img/sun.png');
  width: 71px;
  height: 71px;
  margin-left: 67px;
  margin-bottom: -19px;
  position: relative;
  z-index: -1;
  /* background-size: 85%;
    background-repeat: no-repeat; */
}
.rotate {
animation: rotate linear 0.7s;
animation-iteration-count: infinite;
transform-origin: 50% 50%;
-webkit-animation: rotate linear 0.7s;
-webkit-animation-iteration-count: infinite;
-webkit-transform-origin: 50% 50%;
-moz-animation: rotate linear 0.7s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-o-animation: rotate linear 0.7s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-ms-animation: rotate linear 0.7s;
-ms-animation-iteration-count: infinite;
-ms-transform-origin: 50% 50%;
}
.dash {
  background-image:url('img/dashes.png');
  width: 371px;
  height: 3px;
  margin-top: 14px;
  margin-left: -30px;
  animation: slide .25s linear infinite;
   -webkit-animation: slide .25s linear infinite;
   -moz-animation: slide .25s linear infinite;
   -o-animation: slide .25s linear infinite;
   -ms-animation: slide .25s linear infinite;
}

.clouds {
  background-image:url('img/clouds.png');
  width: 156px;
  height: 35px;
  margin:0px 10px -39px 110px;
    position: relative;
    z-index: 10;
}

.line {

}

@keyframes slide {
    from{
        background-position:0px;
    }
    to{
        background-position:-300px;
    }
}

@-moz-keyframes slide {
    from{
        background-position:0px;
    }
    to{
        background-position:-300px;
    }
}

@-webkit-keyframes slide {
    from{
        background-position:0px;
    }
    to{
        background-position:-300px;
    }
}

@-ms-keyframe slide {
    from{
        background-position:0px;
    }
    to{
        background-position:-300px;
    }
}





@keyframes rotate{
  0% {
    transform:  rotate(0deg) ;
  }
  100% {
    transform:  rotate(-200deg) ;
  }
}

@-moz-keyframes rotate{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  100% {
    -moz-transform:  rotate(-200deg) ;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  rotate(-200deg) ;
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  100% {
    -o-transform:  rotate(-200deg) ;
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  100% {
    -ms-transform:  rotate(-200deg) ;
  }
}



.sunnyc{
  animation: sunnyckeys linear 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: sunnyckeys linear 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: sunnyckeys linear 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: sunnyckeys linear 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: sunnyckeys linear 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes sunnyckeys{
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  35% {
    transform:  translate(58px,-55px)  rotate(135deg) ;
  }
  65% {
    transform:  translate(101px,-29px)  rotate(225deg) ;
  }
  100% {
    transform:  translate(167px,17px)  rotate(360deg) ;
  }
}

@-moz-keyframes sunnyckeys{
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  35% {
    -moz-transform:  translate(58px,-55px)  rotate(135deg) ;
  }
  65% {
    -moz-transform:  translate(101px,-29px)  rotate(225deg) ;
  }
  100% {
    -moz-transform:  translate(167px,17px)  rotate(360deg) ;
  }
}

@-webkit-keyframes sunnyckeys {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  35% {
    -webkit-transform:  translate(58px,-55px)  rotate(135deg) ;
  }
  65% {
    -webkit-transform:  translate(101px,-29px)  rotate(225deg) ;
  }
  100% {
    -webkit-transform:  translate(167px,17px)  rotate(360deg) ;
  }
}

@-o-keyframes sunnyckeys {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  35% {
    -o-transform:  translate(58px,-55px)  rotate(135deg) ;
  }
  65% {
    -o-transform:  translate(101px,-29px)  rotate(225deg) ;
  }
  100% {
    -o-transform:  translate(167px,17px)  rotate(360deg) ;
  }
}

@-ms-keyframes sunnybkeys {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  35% {
    -ms-transform:  translate(58px,-55px)  rotate(135deg) ;
  }
  65% {
    -ms-transform:  translate(101px,-29px)  rotate(225deg) ;
  }
  100% {
    -ms-transform:  translate(167px,17px)  rotate(360deg) ;
  }
}

.sunleftright{
  animation: sunlrkeys linear 20s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: sunlrkeys linear 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: sunlrkeys linear 20s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: sunlrkeys linear 20s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: sunlrkeys linear 20s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes sunlrkeys{
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    transform:  translate(143px,1px)  rotate(360deg) ;
  }
}

@-moz-keyframes sunlrkeys{
  0% {
    -moz-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -moz-transform:  translate(143px,1px)  rotate(360deg) ;
  }
}

@-webkit-keyframes sunlrkeys {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -webkit-transform:  translate(143px,1px)  rotate(360deg) ;
  }
}

@-o-keyframes sunlrkeys {
  0% {
    -o-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -o-transform:  translate(143px,1px)  rotate(360deg) ;
  }
}

@-ms-keyframes sunlrkeys {
  0% {
    -ms-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  100% {
    -ms-transform:  translate(143px,1px)  rotate(360deg) ;
  }
}

.cloudsmove{
  animation: cloudsmovekeys linear 40s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: cloudsmovekeys linear 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: cloudsmovekeys linear 40s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: cloudsmovekeys linear 40s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: cloudsmovekeys linear 40s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes cloudsmovekeys{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(100px,-14px)  ;
  }
  50% {
    transform:  translate(100px,-14px)  ;
  }
  100% {
    transform:  translate(200px,0px)  ;
  }
}

@-moz-keyframes cloudsmovekeys{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  50% {
    -moz-transform:  translate(100px,-14px)  ;
  }
  50% {
    -moz-transform:  translate(100px,-14px)  ;
  }
  100% {
    -moz-transform:  translate(200px,0px)  ;
  }
}

@-webkit-keyframes cloudsmovekeys {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(100px,-14px)  ;
  }
  50% {
    -webkit-transform:  translate(100px,-14px)  ;
  }
  100% {
    -webkit-transform:  translate(200px,0px)  ;
  }
}

@-o-keyframes cloudsmovekeys {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  50% {
    -o-transform:  translate(100px,-14px)  ;
  }
  50% {
    -o-transform:  translate(100px,-14px)  ;
  }
  100% {
    -o-transform:  translate(200px,0px)  ;
  }
}

@-ms-keyframes cloudsmovekeys {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    -ms-transform:  translate(100px,-14px)  ;
  }
  50% {
    -ms-transform:  translate(100px,-14px)  ;
  }
  100% {
    -ms-transform:  translate(200px,0px)  ;
  }
}
.truckbounce{
  animation: truckbouncekeys linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: truckbouncekeys linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: truckbouncekeys linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: truckbouncekeys linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: truckbouncekeys linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes truckbouncekeys{
  0% {
    transform:  translate(0px,1px)  ;
  }
  20% {
    transform:  translate(0px,0px)  ;
  }
  40% {
    transform:  translate(0px,-4px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  81% {
    transform:  translate(0px,-4px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes truckbouncekeys{
  0% {
    -moz-transform:  translate(0px,1px)  ;
  }
  20% {
    -moz-transform:  translate(0px,0px)  ;
  }
  40% {
    -moz-transform:  translate(0px,-4px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  81% {
    -moz-transform:  translate(0px,-4px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes truckbouncekeys {
  0% {
    -webkit-transform:  translate(0px,1px)  ;
  }
  20% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  40% {
    -webkit-transform:  translate(0px,-4px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  81% {
    -webkit-transform:  translate(0px,-4px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes truckbouncekeys {
  0% {
    -o-transform:  translate(0px,1px)  ;
  }
  20% {
    -o-transform:  translate(0px,0px)  ;
  }
  40% {
    -o-transform:  translate(0px,-4px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  81% {
    -o-transform:  translate(0px,-4px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes truckbouncekeys {
  0% {
    -ms-transform:  translate(0px,1px)  ;
  }
  20% {
    -ms-transform:  translate(0px,0px)  ;
  }
  40% {
    -ms-transform:  translate(0px,-4px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  81% {
    -ms-transform:  translate(0px,-4px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/*--------------------------------------------------------------
# REQUEST QUOTE
---------------------------------------------------------------*/
.page-id-3473 div#imageTitle {
    display: none;
}

.page-id-3627 div#imageTitle {
    display: none;
}


/*--------------------------------------------------------------
# TRUCK MAP
---------------------------------------------------------------*/
.page-id-953 div#imageTitle {
    display: none;
}

.page-id-953 a {
    text-decoration: none !important;
}

.wpsl-search label {
    color: black;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

#wpsl-wrap #wpsl-result-list li {
    font-size: 10px;
}

#wpsl-gmap * {
    font-size: 10px;
    color: black;
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item, #wpsl-radius .wpsl-dropdown li, #wpsl-results .wpsl-dropdown .wpsl-selected-item, #wpsl-results .wpsl-dropdown li {
    font-size: 10px;
    color: black;
    line-height: 3px;
}

.wpsl-store-location p strong a:after {
    content: 'SUBMIT LOAD OFFER';
    background: #00edcb;
    color: black;
    border-radius: 44px;
    padding: 10px 21px;
    margin: 10px;
    line-height: 7em;
    position: relative;
    top: 156px;
    left: -78px;
    font-size: 10px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
        text-decoration: none;

}

/* Truck Title */
.wpsl-store-location strong a {
    font-size: 24px;
    color: #1aefde !important;
    text-transform: uppercase;
}    

.wpsl-store-location p strong a:hover:after {
    color: #00edcb;
    background: #fff;
}

.wpsl-info-window strong a:after {
    content: 'SUBMIT OFFER';
    background: #27f3ba;
    padding: 4px;
    border-radius: 11px;
    margin: 9px 9px 9px 9px;
    position: relative;
    top: 38px;
    left: 7px;
    font-size: 8px;
    color: black;
}


#wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    display: inline-flex;
}

input#wpsl-search-btn {
    background: #353f48;
    border-radius: 92px;
}

.wpsl-search label {
    color: black;
    font-size: 10px;
    /* margin: 0px 0px 0px -10px; */
    padding: 0px;
    text-align: right !important;
}

.wpsl-dropdown li {
    font-size: 10px;
}

#wpsl-wrap .wpsl-selected-item {
    position: static;
    padding-right: 35px!important;
    font-size: 10px;
    /* padding: 0; */
    /* margin: 0px; */
}

.download-app {
    width: 80px;
    height:auto;
    background: #00edcb;
    position: fixed;
    right:-2px;
    top: 232px;
    padding: 4px;
    border-radius: 20px 0 0 20px;
}

.download-app a, .download-app img {
    margin: 0 auto;
    padding: 0px;
    margin-top: -18px;
    margin-bottom: -25px;
}

/*--------------------------------------------------------------
# AGENT PORTAL
---------------------------------------------------------------*/
/*Inline Edit Styles*/

.single-gravityview nav.navigation.post-navigation {
    display: none !important;
}

.gv-editable-container.editable-popup {
    opacity: 1;
}

.gv-inline-edit-on a.inline-edit-enable {
    background: red !important;
}

.logged-in .gv-editable-container .editable-buttons button {
    padding: .3em .6em;
    color: #00edcb;
    background: #353f48;
    font-size: 13px;
    border-radius: 17px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px !important;
    border: none;
    /* color: black; */
    background: #353f48;
    padding: 2px 2px;
    font-size: 11px;
}

tr.child .popover .datepicker td, tr.child .popover .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px !important;
    border: none;
    /* color: black; */
    background: #353f48;
    padding: 2px 2px;
    font-size: 11px;
}

tr.child .popover td.day, .popover td.day {
    color: #01edca;
}

tr.child .popover td.day:hover, .popover td.day:hover {
    color: #353f48;
}

tr.child .popover {
    position: fixed;
}

tr.child .popover .editable-buttons {
    display: block;
}
tr.child .popover .arrow {
    display: none;
}
.editableform .editable-date {
    padding: 0;
    margin: 45px 0px 0px 0px !important;
    float: left;
}

.datepicker-months td span, .datepicker-years td span {
    color: white;
}

.datepicker-months td span:hover, .datepicker-years td span:hover {
    color: #00edcb;
    background-color: #131920;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: #00edcb !important;
}


/*END Inline Edit Styles*/

div#DataTables_Table_0_length {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 5px 14px;
    margin-left: 6px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 24px !important;
    background: #6de6d3 ;
    font-size: 12px;
    margin-top: 10px;
}

table.dataTable>tbody>tr.child:hover {
    background: #e6fffb !important;
    background-color: #e6fffb !important;
}

table#DataTables_Table_0 {
    background: #c4f1e9;
}

.page-id-433 #hero-header, .page-id-505 #hero-header, .page-id-121 #hero-header {
    display: none !important;
}

.page-id-433 .gform_wrapper .top_label .gfield_label, .page-id-466 .gform_wrapper .top_label .gfield_label {
  display: none !important;
}

.page-id-466 label.gfield_label {
    display: none !important;
}

.page-id-466 .gform_wrapper span {
    font-weight: 800 !important;
}

.page-id-466  .gform_wrapper input::placeholder {
    font-weight: 800 !important;
}

/* .page-id-433 label.gfield_label {
    display: none !important;
} */

/* label, label.gfield_label {
    display: none !important;
} */

input, select {
    font-size: 10px !important;
    color: lightgrey !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 3px !important;
}

ul.gfield_radio label {
    display: inline !important;
    font-size: 11px !important;
    /* margin: 5px !important; */
    /* padding-top: 8px !important; */
}

body .gform_wrapper ul li.gfield {
  margin-top: 1px !important;
}

.page-id-433 .gform_wrapper {
    margin: 16px 0;
    max-width: 980px;
    margin: 0 auto;
}

.gfchart-Progressbar_chart .the-bar {
  background: #43d2af !important;;
}

.gfchart-Progressbar_chart .bar-percentage {
    color: #43d2af !important;
}

.gfchart-Progressbar_chart .bar-container {
  background: rgba(19, 25, 33, 0.44) !important;
}

.gfchart-Progressbar_chart .bar-wrap {
    padding: 8px;
    background: #353f48;
    border-radius: 4px;
}

h3.total-pfl {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #01edcb;
    line-height: 1.2;
    margin: -21px 13px 15px 0 !important;
    letter-spacing: 1.5px;
}  

h5.fg-mint-text {
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-right: 16px;
}

h5.fg-mint-text span {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
}


th.gv-field-12-50 {
color: #20edcc;
}

/*--------------------------------------------------------------
# RATE BOARD
--------------------------------------------------------------*/

.page-id-3317 div#imageTitle {
    display: none;
}

.page-id-3317 form {
    text-align: center !important;
}

a.chosen-single:hover {
    color: #353f48 !important;
}


label.gfield_label {
    /*font-size: 15px !important;*/
    /*text-transform: uppercase;*/
    margin: 0px 0px 0px 0px;
    /*padding: 3px;*/
    text-align: left !important;
    display: block !important;
}


/*--------------------------------------------------------------
# SHIPPER STYLES HIDE
--------------------------------------------------------------*/
button.button.gv-add-note-submit {
    background-color: #00edcb;
    border-radius: 16px;
    float: right;
    color: black;
    border: 0;
    padding: 4px 16px;
    font-size: 10px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}

button.button.gv-add-note-submit:hover {
    opacity: .6;
}

button.button.button-small.gv-notes-delete {
    background: red;
    border: 0px;
    font-size: 9px;
    text-transform: uppercase;
}

span.gv-note-added-on {
    font-size: 9px !important;
    color: grey;
}

.gv-note-author-details {
    display: none;
}

form.gv-notes-list p {
    color: #353f48;
    background: #00edcb40;
    margin: 0px;
    padding: 5px;
    font-size: 12px;
}

li#field_2_1 {
    padding-right: 0px;
}

/* REMOVE IMAGE TITLE FOR ALL SHIPPER ACCOUNT QUOTE PAGES ADDED*/

.page-id-3703 div#imageTitle, .page-id-3718 div#imageTitle, .page-id-3701 div#imageTitle, .page-id-3701 div#imageTitle, .page-id-3698 div#imageTitle, .page-id-3695 div#imageTitle, .page-id-3691 div#imageTitle, .page-id-3581 div#imageTitle, .page-id-3606 div#imageTitle{
    display: none;
}

/* Shared LTL & FTL Form Styles */

form.ltl-form {
    max-width: 460px !important;
    text-align: center;
    border-radius: 25px;
}

.ltl-form table td {
padding: 8px;
}

.ltl-form table th {
background-color: #43d1af;
padding: 8px;
}

form.ltl-form table {
text-align: left !important;
}

.ltl-form .gform_wrapper ul.gform_fields li.gfield {
padding-right: 1px !important;
}

.ltl-form h5 {
    text-align: center;
}

.ltl-form input {
width: 100% !important;
text-align: center;
padding-right: 0px !important;
}



/* REMOVE OTHER LINKS for !!!!GBP ADD FOR EVERY SHIPPER EVERY TIME!!!*/
.global-brand-partners-inc .row-wrapper.columns-1.shipper-dash-links.evo-links {
    display: none;
}

.global-brand-partners-inc .row-wrapper.columns-1.shipper-dash-links.cne-links {
    display: none;
}

.global-brand-partners-inc .row-wrapper.columns-1.shipper-dash-links.lionext-links {
    display: none;
}

.global-brand-partners-inc .row-wrapper.columns-1.shipper-dash-links.alpine-corp-links {
    display: none;
}

.global-brand-partners-inc .row-wrapper.columns-1.shipper-dash-links.rhs-links {
    display: none;
}



/*GBP*/


/*Do not show for these roles*/
 
body.agent .shipper-dash-links { 
    display: none;
}
/*Do not show for Agent role*/

body.global-brand-partners-inc .menu-primary-menu-container a[href="/setup"], 
body.global-brand-partners-inc .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.global-brand-partners-inc .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.global-brand-partners-inc .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.global-brand-partners-inc .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.global-brand-partners-inc .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.global-brand-partners-inc .shipper-hide { 
    display: none;
}


/*Do not show for these roles*/
 
body.agent .shipper-dash-links { 
    display: none;
}


/*Do not show for Agent role*/

/*Evolution*/

/* REMOVE OTHER LINKS for EVO*/
.evolution-logistics .row-wrapper.columns-1.shipper-dash-links.gbp-links {
    display: none;
}

.evolution-logistics .row-wrapper.columns-1.shipper-dash-links.cne-links {
    display: none;
}

.evolution-logistics .row-wrapper.columns-1.shipper-dash-links.lionext-links {
    display: none;
}

.evolution-logistics .row-wrapper.columns-1.shipper-dash-links.alpine-corp-links {
    display: none;
}

.evolution-logistics .row-wrapper.columns-1.shipper-dash-links.rhs-links {
    display: none;
}

body.evolution-logistics .menu-primary-menu-container a[href="/setup"], 
body.evolution-logistics .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.evolution-logistics .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.evolution-logistics .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.evolution-logistics .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.evolution-logistics .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.evolution-logistics .shipper-hide { 
    display: none;
}

/*Do not show for Agent role*/

/*CNE01*/

/* REMOVE OTHER LINKS for CNE*/
.cne01 .row-wrapper.columns-1.shipper-dash-links.gbp-links {
    display: none;
}

.cne01 .row-wrapper.columns-1.shipper-dash-links.evo-links {
    display: none;
}

.cne01 .row-wrapper.columns-1.shipper-dash-links.lionext-links {
    display: none;
}

.cne01 .row-wrapper.columns-1.shipper-dash-links.alpine-corp-links {
    display: none;
}

.cne01 .row-wrapper.columns-1.shipper-dash-links.rhs-links {
    display: none;
}


body.cne01 .menu-primary-menu-container a[href="/setup"], 
body.cne01 .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.cne01 .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.cne01 .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.cne01 .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.cne01 .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.cne01 .shipper-hide { 
    display: none;
}

/*Do not show for Agent role*/

/*LIONEXT*/

/* REMOVE OTHER LINKS for LIONEXT*/
.lionext .row-wrapper.columns-1.shipper-dash-links.gbp-links {
    display: none;
}

.lionext .row-wrapper.columns-1.shipper-dash-links.evo-links {
    display: none;
}

.lionext .row-wrapper.columns-1.shipper-dash-links.cne-links {
    display: none;
}

.lionext .row-wrapper.columns-1.shipper-dash-links.alpine-corp-links {
    display: none;
}

.lionext .row-wrapper.columns-1.shipper-dash-links.rhs-links {
    display: none;
}

body.lionext .menu-primary-menu-container a[href="/setup"], 
body.lionext .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.lionext .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.lionext .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.lionext .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.lionext .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.lionext .shipper-hide { 
    display: none;
}


/*Do not show for Agent role*/

/*alpine-corp*/

/* REMOVE OTHER LINKS for alpine-corp*/
.alpine-corp .row-wrapper.columns-1.shipper-dash-links.gbp-links {
    display: none;
}

.alpine-corp .row-wrapper.columns-1.shipper-dash-links.evo-links {
    display: none;
}

.alpine-corp .row-wrapper.columns-1.shipper-dash-links.cne-links {
    display: none;
}

.alpine-corp .row-wrapper.columns-1.shipper-dash-links.lionext-links {
    display: none;
}

.alpine-corp .row-wrapper.columns-1.shipper-dash-links.rhs-links {
    display: none;
}


body.alpine-corp .menu-primary-menu-container a[href="/setup"], 
body.alpine-corp .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.alpine-corp .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.alpine-corp .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.alpine-corp .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.alpine-corp .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.alpine-corp .shipper-hide { 
    display: none;
}

/*Do not show for Agent role*/

/*rhs*/

/* REMOVE OTHER LINKS for rhs*/
.rhs .row-wrapper.columns-1.shipper-dash-links.gbp-links {
    display: none;
}

.rhs .row-wrapper.columns-1.shipper-dash-links.evo-links {
    display: none;
}

.rhs .row-wrapper.columns-1.shipper-dash-links.cne-links {
    display: none;
}

.rhs .row-wrapper.columns-1.shipper-dash-links.lionext-links {
    display: none;
}

.rhs .row-wrapper.columns-1.shipper-dash-links.alpine-corp-links {
    display: none;
}


body.rhs .menu-primary-menu-container a[href="/setup"], 
body.rhs .menu-primary-menu-container a[href="https://fastgofreight.com/new-load/"], 
body.rhs .menu-primary-menu-container a[href="https://fastgofreight.com/add-carrier-driver/"], 
body.rhs .menu-primary-menu-container a[href="https://fastgofreight.com/view/agent-portal/"],
body.rhs .menu-primary-menu-container a[href="https://fastgofreight.com/view/all-agent-loads/"],
body.rhs .menu-primary-menu-container a[href="https://fastgofreight.com/view/drivers-and-carriers/"] {
display: none !important;
}

body.rhs .shipper-hide { 
    display: none;
}

.ltl-ftl-box a {
    text-decoration: none;
}

.ltl-ftl-box {
    border-radius: 109px;
    padding: 40px;
    margin: 22px;
    border: 9px solid white;
    transition: .2s all ease;
}

.ltl-ftl-box:hover {
opacity: .5;
}
.page-id-3651 div#imageTitle {
    display: none;
}

.page-id-3660 div#imageTitle {
    display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.gform_previous_button:hover {
    background-color: #43d1af;
}
.gform_previous_button {
    background-color: #a9eada;
    transition: .2s all ease;
}

form#gform_21, form#gform_22 {
    border-radius: 9px;
    padding: 15px 40px;
}

select, input {
    color: black !important;
}
/* a.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid transparent;
  border-radius: 26px;
  padding: 6px 12px;
  background: #00edcb; */
  /* color: #353f48;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  width: 100% !important;
  text-align: center;
  transition: all .2s ease-in-out; }
  a.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ff0679;
    color: #fff;
    background: #ff0679; }
  a.button:active, a.button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #ff0679;
    outline: none; }
  a.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
    color: initial; }

.cta-button-row {
  display: flex;
  margin: 4px 0 35px 120px; }
  @media screen and (max-width: 1500px) {
    .cta-button-row {
      margin: 4px 0px 35px 50px; } }
  @media screen and (max-width: 1200px) {
    .cta-button-row {
      margin: 4px 0px 35px 0px; } }
  .cta-button-row p a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 22px;
    border-radius: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 10px;
    transition: all .2s ease-in-out; }
  .cta-button-row p:first-child {
    margin-right: 8px; }
    .cta-button-row p:first-child:hover a {
      color: white !important;
      background: #ff0679 !important; }
    .cta-button-row p:first-child a {
      background: #01edcb;
      color: #353f48; }
  .cta-button-row p:last-child a {
    background: #353f46;
    color: white; }
  .cta-button-row p:last-child:hover a {
    background: #01edcb;
    color: #353F51; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    color: #353f47; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-weight: 600; }

.gfield_html h4 {
  margin: 0;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding-top: 14px; }

input:focus {
  outline-color: #ff0679; }

.gform_heading h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px !important; }

form .gform_body div input {
  display: inline-block;
  min-width: 100%;
  vertical-align: middle;
  border-radius: 0px;
  border: 0px;
  padding: 24px !important;
  margin: 0 0 10px 0;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  max-height: 48px; }
  form .gform_body div input.button.gform_next_button {
    border-radius: 26px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

#gform_wrapper_2 input#input_2_1 {
  margin-top: 0 !important; }

div.gform_wrapper {
  margin: 0; }

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  max-height: 60px; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important; }

.gform_wrapper .gform_footer.top_label {
  margin-top: 20px;
  padding: 0; }

.gform_next_button {
  border-radius: 26px !important; }

.gform_page_footer {
  border: none !important; }

.gform_wrapper div.validation_error {
  color: white;
  font-weight: 600;
  border-color: #01edcb; }

form#gform_3 {
  max-width: 640px;
  padding: 20px 50px;
  background: #353f48; }
  form#gform_3 li#field_3_3 {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 25px; } */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  @media screen and (max-width: 1500px) {
    .container {
      max-width: 1150px; } }
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 950px; } }
  @media screen and (max-width: 980px) {
    .container {
      max-width: 740px; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 440px; } }
  @media screen and (max-width: 500px) {
    .container {
      max-width: 300px; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: center; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* import Jeet */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
  ## Social
  --------------------------------------------------------------*/
.social-media ul {
  margin: 0 !important;
  padding: 0 !important; }
  .social-media ul li {
    margin: 0 5px; }
    .social-media ul li a {
      text-decoration: none; }
      .social-media ul li a span {
        background: #01edcb;
        color: #131921;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 18px;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
       /*
      Facebook #3B5998
      Flickr #FE0883
      Foursquare #8FD400
      Google+ #C63D2D
      Instagram #4E433C
      Linkedin #4875B4
      Tumblr #2B4964
      Twitter #33CCFF
      Vimeo #86B32D
      Youtube #FF3333
      */ }
        .social-media ul li a span.fa-facebook:hover {
          background: #3B5998; }
        .social-media ul li a span.fa-linkedin:hover {
          background: #4875B4; }
        .social-media ul li a span.fa-youtube:hover {
          background: #FF3333; }
        .social-media ul li a span.fa-twitter:hover {
          background: #33CCFF; }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
body.home {
    background-color: #fff !important;
}

.home h2.flex-sub-header {
    color: #353f47 !important;
}

.home section.section-1 .container .header h1.non-slant-header.flex-header span {
    color: #353f47 !important;
    font-weight: 600;
    margin-top: 25px;
    margin-left: 20px;
    letter-spacing: -4px;
}

.home section.section-1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 980px) {
    .home section.section-1 .container {
      flex-direction: column; } }
  @media screen and (max-width: 500px) {
    .home section.section-1 .container {
      padding: 0; } }
  .home section.section-1 .container .header {
    flex-basis: calc(100% - 485px);
    margin-left: 100px; }
    @media screen and (max-width: 980px) {
      .home section.section-1 .container .header {
        flex-basis: 100%;
        margin-left: 0; } }
    .home section.section-1 .container .header h1.non-slant-header.flex-header {
      font-size: 96px;
      display: inline-block;
      padding: 15px 15px;
      letter-spacing: -2px !important;
      background: rgba(19, 25, 32, 0.065) !important;
      color: white;
      font-weight: 600;
      transform: skew(-35deg);
      border-bottom: 3px #ff0579 solid;
      max-width: 850px;
      margin-left: 100px;
      padding-left: 20px;
      margin-top: 0; }
      @media screen and (max-width: 1500px) {
        .home section.section-1 .container .header h1.non-slant-header.flex-header {
          margin-left: 30px; } }
      @media screen and (max-width: 1200px) {
        .home section.section-1 .container .header h1.non-slant-header.flex-header {
          margin-left: -25px;
          font-size: 76px; } }
      @media screen and (max-width: 500px) {
        .home section.section-1 .container .header h1.non-slant-header.flex-header {
          margin-right: -95px; } }
      @media screen and (max-width: 400px) {
        .home section.section-1 .container .header h1.non-slant-header.flex-header {
          font-size: 66px; }
          .home section.section-1 .container .header h1.non-slant-header.flex-header span {
              font-weight: 700;
          }}
      .home section.section-1 .container .header h1.non-slant-header.flex-header span {
        transform: skew(35deg);
        display: block; }
    .home section.section-1 .container .header h2 {
      font-size: 26px;
      font-family: "Open Sans";
      max-width: 800px;
      font-weight: 500;
      margin: 4px 0 35px 120px; }
      @media screen and (max-width: 1500px) {
        .home section.section-1 .container .header h2 {
          margin: 4px 0 35px 50px; } }
      @media screen and (max-width: 1200px) {
        .home section.section-1 .container .header h2 {
          margin-left: 0;
          font-size: 21px; } }
      @media screen and (max-width: 500px) {
        .home section.section-1 .container .header h2 {
          line-height: 1.4; } }
  .home section.section-1 .container .description {
    flex-basis: 305px;
    background: #353f47;
    padding: 30px;
    z-index: 10;
    margin-right: 100px;
    margin-top: 30px; }
    @media screen and (max-width: 980px) {
      .home section.section-1 .container .description {
        flex-basis: auto;
        margin-bottom: 130px;
        margin-top: 70px;
        margin: 0 auto;
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .home section.section-1 .container .description {
        margin-top: 0; } }
    @media screen and (max-width: 500px) {
      .home section.section-1 .container .description {
        width: 100%; } }
    .home section.section-1 .container .description h2.flex-sub-header {
      font-weight: 100; }

.slant-header {
  padding: 14px 14px;
  letter-spacing: 0px;
  border-bottom: 3px #ff0579 solid;
  font-weight: 600;
  display: inline-block;
  font-size: 42px;
  background: #353f48;
  transform: skew(-35deg); }
  .slant-header span {
    transform: skew(35deg);
    display: inline-block; }
  @media screen and (max-width: 500px) {
    .slant-header {
      font-size: 26px; } }

div#postTitlewrap h1 {
  margin: 0;
  padding: 20px 0; }

header#masthead {
  background: #13191f; }
  header#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 93px;
    padding: 0; }
    @media screen and (max-width: 980px) {
      header#masthead .container {
        display: block; } }
    header#masthead .container .site-branding {
      width: 173px;
      float: left; }
      @media screen and (max-width: 980px) {
        header#masthead .container .site-branding {
          position: absolute;
          top: 25px;
          z-index: 1000000; } }
    header#masthead .container nav ul {
      list-style: none;
      display: flex;
      padding: 0;
      margin: 0;
      justify-content: flex-end; }
      header#masthead .container nav ul li {
        margin: 0 2px; }
        header#masthead .container nav ul li a {
          padding: 10px 14px;
          text-decoration: none;
          text-transform: uppercase;
          color: white;
          letter-spacing: 2px;
          font-size: 9.5px;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
          transition: all .2s ease-in-out;
          font-weight: 700; }
          header#masthead .container nav ul li a:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 0%;
            background: transparent;
            bottom: 0;
            left: 0;
            right: 0;
            transition: all .2s ease-in-out; }
        header#masthead .container nav ul li:hover a {
          background: #353f48; }
          header#masthead .container nav ul li:hover a:after {
            background: #ff0579;
            width: 100%; }
        header#masthead .container nav ul li:last-child a {
          background: #00edcb;
          border-radius: 26px;
          font-weight: bold;
          color: #353F51; }
        header#masthead .container nav ul li:last-child:hover a {
          color: white !important;
          background: #ff0579 !important;
          border-radius: 26px; }
          header#masthead .container nav ul li:last-child:hover a:after {
            display: none; }
        header#masthead .container nav ul li:nth-last-child(2) {
          margin-right: 8px; }
          header#masthead .container nav ul li:nth-last-child(2) a {
            background: #353f48;
            border-radius: 26px;
            font-weight: bold; }
          header#masthead .container nav ul li:nth-last-child(2):hover a {
            background: #01edcb;
            border-radius: 26px;
            color: #353F51; }
            header#masthead .container nav ul li:nth-last-child(2):hover a:after {
              display: none; }

/*--------------------------------------------------------------
  ## footer
  --------------------------------------------------------------*/
footer#colophon {
  background: #131920;
  padding: 50px 0 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% - 320px) calc(100%);
  position: relative; }
  @media screen and (max-width: 1200px) {
    footer#colophon {
      background-position: calc(50% - 50px) calc(100%); } }
  @media screen and (max-width: 980px) {
    footer#colophon {
      background-position: center center; } }
  footer#colophon .footer-wrapper {
    text-align: center; }
    footer#colophon .footer-wrapper .footer-flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      max-width: 90%;
      margin: 0 auto;
      padding-top: 50px; }
      @media screen and (max-width: 1200px) {
        footer#colophon .footer-wrapper .footer-flex {
          max-width: 100%; } }
      @media screen and (max-width: 980px) {
        footer#colophon .footer-wrapper .footer-flex {
          flex-direction: column;
          align-items: center; } }
      footer#colophon .footer-wrapper .footer-flex > * {
        flex-basis: calc(100% / 2 - 20px); }
        @media screen and (max-width: 980px) {
          footer#colophon .footer-wrapper .footer-flex > * {
            min-width: 90%; } }
        @media screen and (max-width: 500px) {
          footer#colophon .footer-wrapper .footer-flex > * {
            min-width: 100%; } 
          svg.footer-svg {
            display: inline-block;
            margin-bottom: 13px !important;
            }
        .logged-in svg.footer-svg {
            display: block;
            margin-bottom: 0px !important;
            }
            .home svg.footer-svg {
            display: inline-block;
            margin-bottom: 0px !important;
            }}
      @media screen and (max-width: 980px) {
        footer#colophon .footer-wrapper .footer-flex .right-side {
          padding-top: 30px; } }
      footer#colophon .footer-wrapper .footer-flex .left-side ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left; }
        @media screen and (max-width: 980px) {
          footer#colophon .footer-wrapper .footer-flex .left-side ul {
            padding-bottom: 30px; } }
        footer#colophon .footer-wrapper .footer-flex .left-side ul li {
          transition: all .2s ease-in; }
          footer#colophon .footer-wrapper .footer-flex .left-side ul li:hover a {
            color: #01edcb; }
            footer#colophon .footer-wrapper .footer-flex .left-side ul li:hover a:after {
              width: 100%; }
        footer#colophon .footer-wrapper .footer-flex .left-side ul a {
          transition: all .2s ease-in;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 10px;
          letter-spacing: 2px;
          line-height: 32px;
          padding: 10px 15px;
          border-bottom: 3px dotted #01edcb;
          display: block;
          font-weight: 500;
          position: relative;
          max-width: calc(100% - 40px);
          float: right;
          width: 100%;
          padding-left: 0; }
          footer#colophon .footer-wrapper .footer-flex .left-side ul a img {
            position: absolute;
            max-width: 40px;
            top: 50%;
            left: -40px;
            transform: translateY(-50%); }
          footer#colophon .footer-wrapper .footer-flex .left-side ul a:after {
            content: '';
            position: absolute;
            height: 3px;
            bottom: -3px;
            left: 0;
            background: #ff0579;
            width: 0;
            transition: all .2s ease-in; }
      footer#colophon .footer-wrapper .footer-flex .form-wrapper {
        padding: 20px 60px 0px 60px;
        border-bottom: 3px dotted #01edcb; }
        @media screen and (max-width: 500px) {
          footer#colophon .footer-wrapper .footer-flex .form-wrapper {
            padding: 20px 0px 0px 0px; } }
        footer#colophon .footer-wrapper .footer-flex .form-wrapper form {
          background: #353f48;
          padding: 40px 50px;
          border-radius: 56px 56px 0 0; }
          @media screen and (max-width: 500px) {
            footer#colophon .footer-wrapper .footer-flex .form-wrapper form {
              padding: 40px 20px 0px; } }
          footer#colophon .footer-wrapper .footer-flex .form-wrapper form .mic {
            width: 99px;
            height: 11px;
            background: #131921;
            position: relative;
            margin: 0 auto;
            margin-bottom: 11px; }
          footer#colophon .footer-wrapper .footer-flex .form-wrapper form p {
            text-transform: uppercase;
            color: white;
            letter-spacing: 2px;
            margin: 0 0 10px;
            letter-spacing: 2px;
            font-size: 20px;
            font-weight: 700; }

.footer-site-info {
  background: #01edcb !important;
  min-height: 142px;
   }
  .footer-site-info p {
    text-align: center;
    margin: 0;
    padding: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600; }
  .footer-site-info img {
    max-width: 173px;
    display: block;
    margin: 0 auto;
    padding-top: 40px; }

@media (min-width: 980px) {
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .main-navigation {
    display: block;
    float: left;
    width: calc(100% - 350px); }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation li {
      position: relative; }
    .main-navigation a {
      display: block;
      text-decoration: none; }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; } }
@media screen and (min-width: 980px) and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
@media (min-width: 980px) {
  .comment-navigation .site-main,
  .posts-navigation .site-main,
  .post-navigation .site-main {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

  ul#primary-menu {
    margin-top: 30px;
    text-align: right; }
    ul#primary-menu li {
      float: none;
      display: inline-block; }
      ul#primary-menu li a {
        padding: 5px 30px; } }
/*--------------------------------------------------------------
# Flexible Shelves
--------------------------------------------------------------*/
.content-sidebar {
  display: flex; }
  .content-sidebar main {
    flex-basis: calc(100% - 300px); }
  .content-sidebar .sidebar-wrapper {
    flex-basis: 300px; }

div#imageTitle {
  background-size: cover;
  height: 415px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  div#imageTitle .hero-slant-header {
    padding: 14px 14px;
    letter-spacing: 0px;
    border-bottom: 3px #ff0579 solid;
    font-weight: 600;
    display: inline-block;
    font-size: 76px;
    background: rgba(53, 63, 72, 0.8);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(-35deg); }
    div#imageTitle .hero-slant-header span {
      transform: skew(35deg);
      display: inline-block; }

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider Content
--------------------------------------------------------------*/
/* style for slider */
.slick-slider .slick-dots li {
  width: 10px;
  margin: 5px 7px;
  display: inline; }

.slick-slider .slick-dots li button,
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  border-radius: 50%;
  border: 1px solid #4d90e2; }
  .slick-slider .slick-dots li button:before,
  .owl-theme .owl-dots .owl-dot span:before {
    content: none; }

.slick-dots li.slick-active button,
.slick-dots li:hover button,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #4d90e2; }

.slider-wrapper.flex-item img.slide-image {
  display: inline-block; }

button.slick-prev.slick-arrow {
  left: 0;
  z-index: 99999; }

button.slick-next.slick-arrow {
  right: 0;
  z-index: 99999; }

/*--------------------------------------------------------------
# Slider Content
--------------------------------------------------------------*/
.description {
  margin: 0 auto; }
  .description.content-black p span {
    color: black; }
  .description.content-white p span {
    color: #fff; }
  .description p {
    margin-top: 30px; }
    .description p span {
      line-height: 1.9; }
  .description ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .description ul {
        flex-wrap: no-wrap;
        flex-direction: column; } }
    .description ul li {
      padding: 10px 0;
      margin-left: 20px;
      position: relative;
      font-size: 1rem;
      flex-basis: calc(100% / 3 - 10px); }
      @media screen and (max-width: 768px) {
        .description ul li {
          flex-basis: 100%; } }
      .description ul li:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        background: #ff0579;
        border-radius: 50%;
        border: 1px solid #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -20px; }

#bg-video {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: -1;
  width: 100%;
  opacity: .175; }

video {
  filter: grayscale(100%); }

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.fg-white-background {
  background-color: #fff; }
  .fg-white-background .columns-wrapper .column {
    margin-top: 10px; }
    .fg-white-background .columns-wrapper .column h2, .fg-white-background .columns-wrapper .column p, .fg-white-background .columns-wrapper .column a {
      color: #333; }

.fg-blue-background {
  background-color: #131921; }
  .fg-blue-background .column h2 {
    color: #01edcb; }
  .fg-blue-background .column p, .fg-blue-background .column a {
    color: #fff; }

.columns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .columns-wrapper > div {
    margin-top: 65px;
    text-align: center; }
    .columns-wrapper > div > img {
      width: 60%; }
      @media screen and (max-width: 500px) {
        .columns-wrapper > div > img {
          width: 100%; } }
    .columns-wrapper > div > h2 {
      font-size: 19px;
      letter-spacing: 1px;
      font-weight: 700; }
    .columns-wrapper > div > p {
      font-size: 12.25px;
      letter-spacing: 1px;
      max-width: 360px;
      margin: 0 auto;
      margin-bottom: 10px;
      font-weight: 600; }
    .columns-wrapper > div > a {
      display: inline-block;
      text-decoration: none;
      border: 1px #20edcc solid;
      padding: 9px 22px;
      border-radius: 26px;
      letter-spacing: 2px;
      font-weight: 600;
      font-size: 10px;
      transition: all .2s ease-in-out; }
      .columns-wrapper > div > a:hover {
        background: #01edcb;
        color: #131921;
        border-color: transparent; }

div#flex {
  display: inline-block;
  width: 100%;
  font-size: 0; }
  div#flex .section {
    padding: 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 0;
    background-repeat: no-repeat; }
    div#flex .section > * {
      font-size: initial; }
    @media screen and (max-width: 768px) {
      div#flex .section.section-2.triangle-fill {
        background-image: none !Important; } }

.row-wrapper {
  padding-bottom: 40px;
  clear: both; }
  .row-wrapper.columns-1 .flex-item {
    clear: both; }
    .row-wrapper.columns-1 .flex-item.image-content {
      padding-top: 30px; }
  .row-wrapper.columns-1 .flex-item {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 5%; }
    .row-wrapper.columns-1 .flex-item:nth-of-type(n) {
      margin-right: 5%;
      float: left;
      clear: none; }
    .row-wrapper.columns-1 .flex-item:nth-of-type(1n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-1 .flex-item:nth-of-type(1n + 1) {
      clear: both; }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-1 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-1 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-1 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-1 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-2 .flex-item {
    float: left;
    clear: none;
    width: 48.75%;
    margin-left: 0;
    margin-right: 2.5%; }
    .row-wrapper.columns-2 .flex-item:nth-of-type(n) {
      margin-right: 2.5%;
      float: left;
      clear: none; }
    .row-wrapper.columns-2 .flex-item:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-2 .flex-item:nth-of-type(2n + 1) {
      clear: both; }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-2 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-2 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-2 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-2 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-3 .flex-item {
    float: left;
    clear: none;
    width: 32.22222%;
    margin-left: 0;
    margin-right: 1.66667%; }
    .row-wrapper.columns-3 .flex-item:nth-of-type(n) {
      margin-right: 1.66667%;
      float: left;
      clear: none; }
    .row-wrapper.columns-3 .flex-item:nth-of-type(3n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-3 .flex-item:nth-of-type(3n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-3 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(n) {
        margin-right: 0;
        float: left;
        clear: none; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-3 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-3 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-4 .flex-item {
    float: left;
    clear: none;
    width: 24.0625%;
    margin-left: 0;
    margin-right: 1.25%; }
    .row-wrapper.columns-4 .flex-item:nth-of-type(n) {
      margin-right: 1.25%;
      float: left;
      clear: none; }
    .row-wrapper.columns-4 .flex-item:nth-of-type(4n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-4 .flex-item:nth-of-type(4n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-4 .flex-item {
      float: left;
      clear: none;
      width: 47.5%;
      margin-left: 0;
      margin-right: 5%; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(n) {
        margin-right: 5%;
        float: left;
        clear: none; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(2n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-4 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-4 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-5 .flex-item {
    float: left;
    clear: none;
    width: 19.2%;
    margin-left: 0;
    margin-right: 1%; }
    .row-wrapper.columns-5 .flex-item:nth-of-type(n) {
      margin-right: 1%;
      float: left;
      clear: none; }
    .row-wrapper.columns-5 .flex-item:nth-of-type(5n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-5 .flex-item:nth-of-type(5n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-5 .flex-item {
      float: left;
      clear: none;
      width: 32%;
      margin-left: 0;
      margin-right: 2%; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(3n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(3n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-5 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-5 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-6 .flex-item {
    float: left;
    clear: none;
    width: 15.97222%;
    margin-left: 0;
    margin-right: 0.83333%; }
    .row-wrapper.columns-6 .flex-item:nth-of-type(n) {
      margin-right: 0.83333%;
      float: left;
      clear: none; }
    .row-wrapper.columns-6 .flex-item:nth-of-type(6n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-6 .flex-item:nth-of-type(6n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-6 .flex-item {
      float: left;
      clear: none;
      width: 32%;
      margin-left: 0;
      margin-right: 2%; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(3n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(3n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-6 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-6 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-7 .flex-item {
    float: left;
    clear: none;
    width: 13.67347%;
    margin-left: 0;
    margin-right: 0.71429%; }
    .row-wrapper.columns-7 .flex-item:nth-of-type(n) {
      margin-right: 0.71429%;
      float: left;
      clear: none; }
    .row-wrapper.columns-7 .flex-item:nth-of-type(7n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-7 .flex-item:nth-of-type(7n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-7 .flex-item {
      float: left;
      clear: none;
      width: 32%;
      margin-left: 0;
      margin-right: 2%; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(3n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(3n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-7 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-7 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-8 .flex-item {
    float: left;
    clear: none;
    width: 11.95313%;
    margin-left: 0;
    margin-right: 0.625%; }
    .row-wrapper.columns-8 .flex-item:nth-of-type(n) {
      margin-right: 0.625%;
      float: left;
      clear: none; }
    .row-wrapper.columns-8 .flex-item:nth-of-type(8n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-8 .flex-item:nth-of-type(8n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-8 .flex-item {
      float: left;
      clear: none;
      width: 23.5%;
      margin-left: 0;
      margin-right: 2%; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(4n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(4n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-8 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-8 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }
  .row-wrapper.columns-9 .flex-item {
    float: left;
    clear: none;
    width: 10.61728%;
    margin-left: 0;
    margin-right: 0.55556%; }
    .row-wrapper.columns-9 .flex-item:nth-of-type(n) {
      margin-right: 0.55556%;
      float: left;
      clear: none; }
    .row-wrapper.columns-9 .flex-item:nth-of-type(9n) {
      margin-right: 0;
      float: right; }
    .row-wrapper.columns-9 .flex-item:nth-of-type(9n + 1) {
      clear: both; }
  @media screen and (max-width: 980px) {
    .row-wrapper.columns-9 .flex-item {
      float: left;
      clear: none;
      width: 23.5%;
      margin-left: 0;
      margin-right: 2%; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(4n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(4n + 1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .row-wrapper.columns-9 .flex-item {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 1%; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(n) {
        margin-right: 1%;
        float: left;
        clear: none; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(1n) {
        margin-right: 0;
        float: right; }
      .row-wrapper.columns-9 .flex-item:nth-of-type(1n + 1) {
        clear: both; } }

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.fg-mint-background {
  background-color: #01edcb; }
  .fg-mint-background .slant-header {
    background-color: #fff; }
  .fg-mint-background .ios-download {
    text-align: center; }
    .fg-mint-background .ios-download img {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .fg-mint-background .ios-download img {
          width: 60%;
          padding-top: 30px; } }

.fg-pink-background {
  background-color: #ff0579; }
  .fg-pink-background h2.slant-header {
    border-color: #01edcb;
    background-color: #fff; }

/*--------------------------------------------------------------
# split
--------------------------------------------------------------*/
.fg-mint-text {
    color: #01edcb !important;
}
.fg-pink-text {
    color: #ff0579 !important;
}
/*--------------------------------------------------------------
# split
--------------------------------------------------------------*/
.split-wrapper {
  display: inline;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .split-wrapper {
      flex-direction: column; } }
  .split-wrapper > div {
    flex-basis: calc(100% / 2 - 40px); }
    @media screen and (max-width: 768px) {
      .split-wrapper > div {
        flex-basis: 100%; } }
  @media screen and (max-width: 768px) {
    .split-wrapper .split-header {
      text-align: center; } }
  .split-wrapper.picture-text {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .split-wrapper.picture-text {
        flex-direction: column; } }
  .split-wrapper .split-content p {
    line-height: 1.9; }
  .split-wrapper .split-image {
    text-align: center; }
    .split-wrapper .split-image img {
      max-width: 300px; }
  .split-wrapper .fg-blue-header h3, .split-wrapper .fg-blue-content > p {
    color: #131921; }
  .split-wrapper .fg-white-header h3, .split-wrapper .fg-white-content > p {
    color: #fff; }
  .split-wrapper .fg-mint-header h3, .split-wrapper .fg-mint-content > p {
    color: #01edcb; }
  .split-wrapper .fg-pink-header h3, .split-wrapper .fg-pink-content > p {
    color: #ff0579; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*===================================
Dont show over 980px - Menu Styles here
===================================*/
/*===================================
  Media Queries
===================================*/
@media (max-width: 1500px) {
  .container {
    max-width: 1150px; } }
@media (max-width: 1200px) {
  .container {
    max-width: 950px; } }
@media (max-width: 980px) {
  .container {
    max-width: 750px; } }
@media (max-width: 768px) {
  .container {
    max-width: 90vw; } }

/*# sourceMappingURL=style.css.map */

/* ANALYTICS */

text {
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: bold;
}

body.page-id-3013 {
    background-color: #fff !important;
}
.page-id-3013 div#imageTitle {
    display: none !important;
}

body.page-id-3013 .charts-tooltip div {
    background: #ffffff !important;
    color: #6b6b6b !important;
    font-family: "Montserrat" !important;
    padding: 2px 8px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,.2) !important;
    font-size: 11px !important;
    border: 1px gray !important;
}

/* Dirty Styles */

table, th, td, tr, gv-table-view {
    border: 0;
}

th {
    background-color: #353f48;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

tbody tr:hover {
  background-color: auto;
}

.gv-container {
    text-align: left;
    min-width: 95vw;
    margin: 0 20px;
    float: none;
    /* left: -200px; */
    position: relative;
}

.gv-table-view {
    width: 100%;
}

body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    min-width: 100vw;
}

.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
    padding: 0 11px;
}

div#primary.content-area {
    width: 89vw;
    margin: 0 auto;
    float: right;
    min-width: 89vw;
    /* padding: 0 96px; */
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    text-transform: uppercase !important;
}

.dataTables_filter {
    margin-right: 66px !important;
}

.gravityview-template-default div#imageTitle {
    display: none !important;
}



.page-id-776 div#imageTitle {
    display: none !important;
}

/* NETCAL FORM Page */
.page-id-781 div#imageTitle {
    display: none !important;
}

div#ui-datepicker-div {
    z-index: 100 !important;
}

.page-id-781 textarea {
    color: black !important;
    font-size: 16px !important;
}

.ginput_preview strong {
    color: black;
    font-size: 9px;
    vertical-align: middle;
    padding: 5px;
}

.page-id-781 input {
    width: 100% !important;
}

.page-id-781 label.gfield_label {
    font-size: 12px !important;;
    margin: 0 auto;
    text-transform: uppercase !important;;
    letter-spacing: 1.1px !important;;
    margin-top: 13px !important;;
    margin-bottom: -2px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
}

/* Dashboard Page Styles*/
.page-id-559 div#imageTitle {
    display: none !important;
}

#ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
    background-image: none !important;
    height: 15px !important;
    padding: 2px 6px 0px 6px !important;
    margin-bottom: 10px !important;
}
.page-id-559 .column.col-md-4 {
    padding: 0 96px;
}

.page-id-559 .columns-wrapper a.dash-hover {
    display: inline-block;
    text-decoration: none;
    border: 5px #20edcc solid !important;
    padding: 9px 22px;
    border-radius: 158px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 10px;
    transition: all .2s ease-in-out;
    padding: 36px 12px;
}


.page-id-559 .columns-wrapper a.dash-hover:hover {
    background: rgba(0, 237, 203, .85) !important;
    color: #131921;
    border-color: transparent;
}


/* 404 Page */
.error404 #hero-header, .error404 #content {
    display: none;
}


div#DataTables_Table_0_filter label {
    text-transform: uppercase;
    font-size: 10px;
    color: #20edcc;
    letter-spacing: 2px;
}

label[for="gv_start_date_474"] {
    display: none !important;
}


div.dt-buttons a {
    position: relative;
    float: left;
    font-size: 9px !important;
}

form.gv-widget-search input[type="submit"], form.gv-widget-search input[type="button"] {
    width: 91% !important;
    color: #fff !important;
    letter-spacing: 4px !important;
    font-size: 9px !important;
}

form.gv-widget-search  {
    margin: 10px auto;
    padding: 16px;
    background: #353f48 !important;
    max-width: 264px;
}

.gravityview-template-default div#primary.content-area {
    width: 100%;
    margin: 0 auto;
    float: right;
    min-width: 89vw;
    padding: 0; 
    margin: 0;
}

.gravityview-template-default div#primary.content-area .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    margin: 0px !important;
    width: 100vw;
}

.site-inner {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    min-width: 97vw;
}

.site {
    margin: 0 auto;
    min-width: 98vw;
}

table.gv-table-view {
    font-size: 10px !important;
}

a.inline-edit-enable {
    font-size: 11px !important;
    background: #20edcc;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

a.inline-edit-enable:hover {
  background: darkgrey;

}

th {
  text-transform: uppercase;
  letter-spacing: .875px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    font-size: 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 14px;
    border-bottom: 1px solid #111;
}

.postid-474 div#imageTitle, .page-id-564 div#imageTitle {
  display: none;
}

.postid-474 table td:nth-child(2) {
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

/* Remove the GV Agent VIEW ENTRY Controls in for FOOTER nav*/
/*.single-gravityview.postid-474 .gform_footer.top_label, .single-gravityview.postid-474 footer.entry-footer, .single-gravityview.postid-474 nav .nav-next, .single-gravityview.postid-557 footer.entry-footer, .single-gravityview.postid-557 nav .nav-previous {*/
/*    display: none;*/
/*}*/

.gv-overlay {
    cursor: pointer;
    position: fixed;
    z-index: 10000 !important;
    background: transparent;
    background: rgba(225,225,225,0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none !important;
    pointer-events: none !important;
}

.single-gravityview.postid-557 footer.entry-footer, .single-gravityview.postid-557 nav .nav-previous {
    display: none;
}

.postid-474 .single-gravityview .gv-button-delete{
    display: none !important;
}

.single-gravityview .chosen-container-single .chosen-single span {
	color: black !important;
}


a.btn.btn-sm.button.button-small.alignright.pull-right.btn-danger.gv-button-delete {
    display: none !important;
}

a.btn.btn-sm.button.button-small.alignright.pull-right.btn-danger.gv-button-delete {
    display: none !important;
}

/* Password Protect Page */
form.post-password-form p {
    color: #353f48 !important;
}

/* Password Protect Page */
form.post-password-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

form.post-password-form input {
    width: 100%;
    padding: 25px;
}

.page-id-1441 div#imageTitle {
    display: none;
}

.postid-1268.single-gravityview li#field_12_1, /* LOAD */
.postid-1268.single-gravityview li#field_12_289, /* DISPATCHER */
/* .postid-1268.single-gravityview li#field_12_47,  ASSIGN DRIVER */
.postid-1268.single-gravityview li#field_12_7, /* RATE */
/* .postid-1268.single-gravityview li#field_12_13,  EQUIPMENT TYPE */
/* .postid-1268.single-gravityview li#field_12_8,  OTHER CHARGES NOTES */
.postid-1268.single-gravityview li#field_12_57, /* EMAIL PDF TO */
.postid-1268.single-gravityview li#field_12_54, /* LOAD LENGTH */
/* .postid-1268.single-gravityview li#field_12_56,   OTHER CHARGES AMOUNT */
.postid-1268.single-gravityview li#field_12_5,  /* STATUS */
.postid-1268.single-gravityview li#field_12_11,  /* CARRIER RATE */
.postid-1268.single-gravityview li#field_12_50  /* TOTAL PFL */ {
  pointer-events: none;
}

.postid-1268.single-gravityview li#field_12_5 {
  pointer-events: all !important;
}

.dataTables_scrollBody {
    background-image: none !important;
    background-color: #f2fffd !important;
}

.dataTables_scrollHead {
    border-radius: 8px 8px 0 0;
}

.dataTables_scrollFoot {
    border-radius: 0 0 8px 8px !important;
}

li#field_8_56, li#field_8_57, li#field_8_58, li#field_8_21, li#field_8_60, li#field_8_61 {
    text-align: center !important;
    font-size: 17px !important;
    color: #ff0579 !important;
}

li#field_8_56 label, li#field_8_57 label, li#field_8_58 label, li#field_8_21 label, li#field_8_60 label, li#field_8_61 label {
    font-size: 20px !important;
	line-height: 60px !important;
}

li.gchoice_8_57_0 label#label_8_57_0, li.gchoice_8_57_1 label#label_8_57_1, li.gchoice_8_60_0 label#label_8_60_0, li.gchoice_8_60_1 label#label_8_60_1 {
    font-size: 17px !important;
    letter-spacing: 2px;
    line-height: 29px !important;
}


.page-id-466 div#imageTitle {
  display: none;
}

.page-id-541 div#imageTitle {
    display: none !important;
}


.page-id-541 ul#input_11_6 {
    color: black;
}

body.page-id-466, body.page-id-515, body.page-id-541, .postid-557  {
  background: #fff !important;
}


.page-id-466 .gform_wrapper ul.gform_fields li.gfield, .page-id-515 .gform_wrapper ul.gform_fields li.gfield, .postid-557 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    font-size: 12px;
    text-transform: uppercase;
    color: #353f48 !important;
}

.page-id-466 li#field_12_295, .page-id-466 li#field_12_294, .page-id-466 li#field_12_296, .page-id-466 li#field_12_46 {
    display: none;
}

.dataTable td {
  color: #353f48;
}



/* Forms Styles */

form {
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}


 input[type="text"],
 input[type="date"],
 input[type="datetime"],
 input[type="email"],
 input[type="number"],
 input[type="search"],
 input[type="time"],
 input[type="url"],
 textarea,
 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #43D1AF !important;
    border: 1px solid #43D1AF !important;
}

 input[type="submit"],
 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
    transition: .3s all ease-in-out;
    width: 100% !important;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 12px !important;
}
 input[type="submit"]:hover,
 input[type="button"]:hover{
    background: #20edcc;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    width: 100%;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
}

.page-id-515 input {
  width: 100% !important;
  padding: 14px !important;
}

.page-id-515 input[type="submit"],
.page-id-515 input[type="button"]{
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   width: 100%;
   padding: 3%;
   background: #43D1AF;
   border-bottom: 2px solid #30C29E;
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   color: #fff;
   transition: .3s all ease-in-out;
   width: 100% !important
}

.page-id-515 input[type="submit"]:hover,
.page-id-515 input[type="button"]:hover{
   background: #20edcc;
}

.page-id-515 div#imageTitle {
  display: none;
}

.page-id-515 .site-content{
  width: 100%;
}


.ginput_container.ginput_container_select {
    font-size: 10px !important;
}

.gfield_time_minute label, .gfield_time_hour label {
    display: none !important;
}

h2.gsection_title {
    color: dimgrey;
}

li#field_7_53 label {
    display: inline-block !important;
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 5px!important;
    margin-bottom: 15px;
}

li#field_7_46 {
    margin-bottom: 6px;
}

li#field_7_44 {
    margin-top: 10px !important;
}

h2.entry-title, header.entry-header {
  display: none;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #353f48 !important;
  background-image: none !important;
}

.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #20edcc !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.gform_wrapper .chosen-container .chosen-drop {
  border: 1px solid #20edcc !important;
}

.ui-datepicker-header {
  background-color: #353f48 !important;
  border-color: #353f48 !important;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.page-id-515 label, .page-id-515 label.gfield_label, .page-id-545 label.gfield_label, .postid-557 label.gfield_label {
    display: inline !important;
    font-size: 11px !important;
}

.postid-557 input {
    color: #000;
}

.postid-557 .gform_body {
    color: #757575 !important;
}

.home .gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
    letter-spacing: 1.2px !important;
    font-weight: 400;
}



header#masthead {
    background: #13191f;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

header#masthead:hover {
    background: #353f48;
}

input#input_2_1 {
    width: 100% !important;
    padding: 16px !important;
}

#gform_fields_1 input {
    width: 100% !important;
    padding: 12px !important;
    margin: 0px !important;
}

.home .gform_wrapper form {
    background: transparent !important;
    padding: 3px 16px;
}

.home section.section-1 .container .description {
    padding: 1px 10px;
}

.home .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.home .gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
    letter-spacing: 1.2px !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}


.gform_wrapper .gform_footer {
    margin:7px 0 0;
}

.gform_wrapper .gf_progressbar_wrapper {
    display: none !important;
}

.home label.gfield_label {
    display: none !important;
}

.home .description ul li {
    -webkit-flex-basis: none !important; /* Safari 6.1+ */
    flex-basis: 100% !important;
    width: 100% !important;
}

li.active-result {
    font-size: 12px !important;
    color: #353f47;
}

.home a:not([href]):not([tabindex]):focus, .home a:not([href]):not([tabindex]):hover {
    color: grey;
}

.home .gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0 0 8px !important;
    height: 37px;
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #FFF;
    color: #757575;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}

.page-id-575 div#imageTitle{
    display: none !important;
}

.margo-auto {
    margin: 0 auto !important;
}

li#field_15_1 {
    padding: 0 !important;
}

input#input_15_1 {
    text-transform: none !important;
}



 body.page-id-522 .gform_wrapper .top_label div.ginput_container {
    margin-top: -4px !important;
}

.page-id-522 div#imageTitle {
    background-size: cover;
    height: 415px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: none;
}

label.gfield_label {
    color: #757575;
}

.gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
    list-style: none !important;
    visibility: hidden;
}

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #a0a0a0 !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color: #a0a0a0 !important;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color: #a0a0a0 !important;
    }
    :-moz-placeholder { /* Firefox 18- */
      color: #a0a0a0 !important;
    }  
    
input#input_8_47, input#input_8_45, input#input_8_43, input#input_8_41, input#input_8_32, input#input_8_30, input#input_8_38, input#input_8_35, input#input_8_37, input#input_8_32  {
    border: 0px !important;
    padding: 4px !important;
    margin: 0px !important;
    display: inline-block !important;
}

li#field_8_47 label, li#field_8_45 label, li#field_8_43 label, li#field_8_41 label, li#field_8_39 label, li#field_8_30 label, li#field_8_38 label, li#field_8_35 label, li#field_8_37 label, li#field_8_32 label {
display: none !important;
}

li#field_8_47 .ginput_container.ginput_container_text, li#field_8_45 .ginput_container.ginput_container_text, li#field_8_41 .ginput_container.ginput_container_text, li#field_8_43 .ginput_container.ginput_container_text, li#field_8_39 .ginput_container.ginput_container_text, li#field_8_30 .ginput_container.ginput_container_text, li#field_8_35 .ginput_container.ginput_container_text, li#field_8_37 .ginput_container.ginput_container_text, li#field_8_32 .ginput_container.ginput_container_text, li#field_8_38 .ginput_container.ginput_container_text {
margin: 0px !important;
}

/* INLINE */

li#field_8_54, li#field_8_46, li#field_8_44, li#field_8_42, li#field_8_40, li#field_8_33, li#field_8_36, li#field_8_39, li#field_8_39 {
  display: inline-block !important;
}

body.page-id-515 html, body.page-id-515 p, body.page-id-515 li {
   text-transform: none !important;
}

/* Dropdown Span Hover Reset */

.page-id-121 a:not([href]):not([tabindex]):focus, .page-id-121 a:not([href]):not([tabindex]):hover {
    color: grey;
}

.page-id-121 body .gform_wrapper .chosen-container a.chosen-single {
    border-radius: inherit;
    color: black;
}

span.gform_drop_instructions {
    color: #20edcc;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}

div#content {
    margin-bottom: -6px;
}

/* Gravity View Styles MYLOADS */

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 2px 20px !important;
    border: 0px solid grey !important;
    border-radius: 15px !important;
    cursor: pointer;
    font-size: 12px !important;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    background: #353f48 !important;
    background-color: #353f48 !important;
    background-image: none !important;
    filter: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
    opacity: 0.7;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
    display: list-item !important;
    background: red !important;
    color: #fff !important;
    -webkit-transition: .2s all ease-in-out !important;
    transition: .2s all ease-in-out !important;
}

.logged-in #primary-menu li#menu-item-566 a::first-letter, .logged-in #primary-menu li#menu-item-579 a::first-letter {
    color: #20edcc;
}



/* iPhone Screens all */
@media screen
and (max-width : 667px) {
    
    input[type="search"] {
        width: 86px;
    }
    
    .loader-wrapper {
        position: absolute;
        top: 25vh;
        left: 1vw;
        margin: 0 auto;
        margin-left: 6vw;
    }

    div#DataTables_Table_0_filter {
        display: block;
        display: inline-flex;
        margin-top: 16px !important;
        width: 100% !important;
        flex: 1;
    }
	h3.total-pfl {
		margin-top: 20px !important;
	}
	
	.hello-agent {
		margin-top: 80px !important;
	}
    #DataTables_Table_0_filter input[type="search"] {
        width: 100%;    
    }
        
    .gv-container {
        min-width: 0;
    }
    .home video {
        display: none;
    }
        header#masthead .container .site-branding {
        position: absolute;
        top: 24px !important;
        z-index: 1000000;
    }
    
    input, select {
        font-size: 16px !important;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 10px;
      padding-top: 6px;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      font-size: 10px;
      padding-top: 6px;
    }
    :-ms-input-placeholder { /* IE 10+ */
      font-size: 10px;
      padding-top: 6px;
    }
    :-moz-placeholder { /* Firefox 18- */
      font-size: 10px;
      padding-top: 6px;
    }  

    div#flex .section {
        padding: 0 0 30px 0;
        clear: both;
        display: inline-block;
        width: 100%;
        font-size: 0;
        background-repeat: no-repeat;
        margin-top: -22px;
    }

}/*END iPhone Screen all Media query*/

/* iPhone to iPad*/
@media screen
and (min-width : 375px)
and (max-width : 980px) {
    
    .logged-in header#masthead .container .site-branding {
        position: absolute;
        top: 18px !important;
        z-index: 1000000;
    }   
}



.cta-button-row {
  display: flex;
  margin: 4px 0 35px 120px; }
  @media screen and (max-width: 1500px) {
    .cta-button-row {
      margin: 4px 0px 35px 50px; } }
  @media screen and (max-width: 1200px) {
    .cta-button-row {
      margin: 4px 0px 35px 0px; } }
  .cta-button-row p a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 22px;
    border-radius: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 10px;
    transition: all .2s ease-in-out; }
  .cta-button-row p:first-child {
    margin-right: 8px; }
    .cta-button-row p:first-child:hover a {
      color: white !important;
      background: #ff0679 !important; }
    .cta-button-row p:first-child a {
      background: #01edcb;
      color: #353f48; }
  .cta-button-row p:last-child a {
    background: #353f46;
    color: white; }
  .cta-button-row p:last-child:hover a {
    background: #01edcb;
    color: #353F51; 
      
  }
  
@media print {
    /*body { */
    /*    visibility: hidden;*/
    /*}*/

     #ul gform_fields_8{
       visibility: visible;  
     }
     
     #print-this {
         visibility: visible;
     }
 
     body .site-branding {
        visibility: visible;
        margin-top: 50px;
     }
     
     /* HIDDEN PRINT */
        input#input_8_47, input#input_8_45, input#input_8_43, input#input_8_41, input#input_8_32, input#input_8_30, input#input_8_38, input#input_8_35, input#input_8_37, input#input_8_32  {
            border: 0px !important;
            padding: 4px !important;
            margin: 0px !important;
            display: inline !important;
        }
        
        li#field_8_47 label, li#field_8_45 label, li#field_8_43 label, li#field_8_41 label, li#field_8_39 label, li#field_8_30 label, li#field_8_38 label, li#field_8_35 label, li#field_8_37 label, li#field_8_32 label {
        display: none !important;
        }
        
        li#field_8_47 .ginput_container.ginput_container_text, li#field_8_45 .ginput_container.ginput_container_text, li#field_8_41 .ginput_container.ginput_container_text, li#field_8_43 .ginput_container.ginput_container_text, li#field_8_39 .ginput_container.ginput_container_text, li#field_8_30 .ginput_container.ginput_container_text, li#field_8_35 .ginput_container.ginput_container_text, li#field_8_37 .ginput_container.ginput_container_text, li#field_8_32 .ginput_container.ginput_container_text, li#field_8_38 .ginput_container.ginput_container_text {
        margin: 0px !important;
        }
        
        /* INLINE */
        
        li#field_8_54, li#field_8_46, li#field_8_44, li#field_8_42, li#field_8_40, li#field_8_33, li#field_8_36, li#field_8_39, li#field_8_39 {
          display: inline !important;
        }  
            li#field_8_19, li#field_8_26, li#field_8_1, li#field_8_4, li#field_8_16, li#field_8_6, li#field_8_29, li#field_8_8, li#field_8_9, li#field_8_10, li#field_8_11, li#field_8_13, li#field_8_21, li#field_8_53, .menu-primary-menu-container, footer, svg, .btn,.gform_button #btnPrint, input#btnPrint, input#gform_submit_button_8, .main-navigation {
         visibility: hidden !important;
         display: none !important;
     }
     
 }
 
 .single-format-standard div#primary, .single-format-standard div#hero-header {
    display: none !important;
}