/*
Theme Name: Polar 3PL
Theme URI: http://underscores.me/
Author: Polar 3PL
Author URI: http://polar3pl.com/
Description: Polar 3PL / The Mid-Atlantic’s Leader In Trucking And Warehouse Operations
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: polar3pl
Tags:

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:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
  5.1 Links
  5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
  10.1 Posts and pages
  10.2 Comments
11.0 Infinite scroll
12.0 Media
  12.1 Captions
  12.2 Galleries
13.0 Theme Specific CSS 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-nav ul li.current_page_item a:after,
.mobile-overlay ul li.current_page_item a:after {
  width: 100%;
}

.main-nav > li.current_page_item a:after,
.mobile-overlay > li.current_page_item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
} 


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  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%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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: top;
  width: 100%;
}

.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;
}



/*  --------------------------------------------------------------
  13.0 Theme Specific Styles
  --------------------------------------------------------------*/



/*-----

TYPE SCALE BASED ON 1.618 RATIO

221.78px - 1108.9%
177.424px - 887.1%
137.071px - 685.4%
109.656px - 548.3%
84.716px - 423.6%
67.773px - 338.9%
52.358px - 261.8%
41.887px - 209.4%
32.36px - 161.8%
25.888px - 129.4%
20px - base type size (100%)
16px - 80%
12.361px - 61.8%

-----*/

/*-----

POLAR BRAND COLORS

Light Blue - #2867fe - rgba(46, 108, 250, 1)
Polar Blue - #034ea2 - rgba(12, 80, 160, 1)
Dark Blue - #1b222c - rgba(27, 34, 44, .07)
Light Gray - #f7f7f7

-----*/

@font-face { 
  font-family: "Ionicons"; 
  src: url("vendors/fonts/ionicons.eot?v=2.0.0"); 
  src: url("../vendors/fonts/ionicons.eot?v=2.0.0#iefix") 
  format("embedded-opentype"), 
  url("../vendors/fonts/ionicons.ttf?v=2.0.0") format("truetype"), 
  url("../vendors/fonts/ionicons.woff?v=2.0.0") format("woff"), 
  url("../vendors/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); 
  font-weight: normal; font-style: normal; 
}


* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    box-sizing: border-box;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

html, body {
  overflow-x:hidden; 
} 


body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px; /* Base Type Size */
    color: #1b222c;
    line-height: 1.5;
    background-color: #fff;
}

.logged-in .navbar-fixed-top {
  top: 32px;
}

::-moz-selection {
  background: #efb51d;
}

::selection {
  background: #efb51d;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}


/*------------------------------------*/
/* REUSABLE COMPONANTS */
/*------------------------------------*/


/* ------------ Layout ----------- */

.container-fluid,
.container {
    max-width: 1280px;
    margin: 0 auto;
}

section {
  padding: 75px 0;
}

/* ------------ HEADINGS ----------- */

h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
  font-weight: normal;
}


h1 {
    color: #fff;
    font-size: 209.4%;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

h2 {
    font-size: 161.8%;
    font-weight: 700;
    line-height: 1.2;
    color: #2867fe;
    margin-bottom: 30px;

}

h3 {
    color: #2867fe;
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
}

h4 {
    font-size: 129.4%;
    line-height: 1.5;
}

h5 {
    color: #fff;
    text-decoration: none;
    font-size: 129.4%;

}

h6 {
    color: #fff;
    font-weight: 700;
    font-size: 90%;

}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

/* ------------ Links ----------- */

a:link,
a:visited {
    text-decoration: none;
    color: #2867fe;
}

a:hover {
  color: #034ea2;
}

/* ------------ Blockquote ----------- */

blockquote {
  padding: 0;
  font-size: 129.4%;
  border: none;
  color: #2867fe;
  text-align: center;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #2867fe;
  font-style: normal;
  margin: 15px 0 0 0;
}

blockquote cite span {
  display: block;
  font-weight: 700;
}


/* ------------ Address ----------- */

address {
  color: #fff;
  font-style: normal;
  font-size: 80%;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

address a:link,
address a:visited {
  color: #fff;
}

address a:hover,
address a:active {
  color: #1b222b;
}

address span {
  padding-right: 20px;
}





/* ------------ Buttons ----------- */

.btn:link,
.btn:visited {
    display: inline-block;
    padding: 15px 50px;
    margin-top: 30px;
    text-decoration: none;
    background-color: #2867fe;
    color: #fff;
    transition: all 0.3s;
}

.btn:hover,
.btn:active,
.btn:focus {
    transform: skewX(-20deg);
    background-color: #034ea2;
    box-shadow: -7px 7px 15px rgba(46, 108, 250, 0.3);
}

.btn span:hover,
.btn span:active,
.btn span:focus {
    transform: skewX(20deg);
}

.btn-wht:link,
.btn-wht:visited {
    display: inline-block;
    padding: 15px 70px;
    margin-top: 40px;
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s;
}

.btn-wht:hover,
.btn-wht:active,
.btn-wht:focus {
    transform: skewX(-20deg);

}

.btn:focus,
.btn-wht:focus {
  outline: none;
}


/* ------------ Icons ----------- */


.social-icon {
  font-size: 190%;
  color: rgba(255, 255, 255, 1);
  padding-right: 30px;
  transition: color 0.4s;
}

.ion-social-linkedin {
  padding-right: 0px;
}


.social-icon:hover,
.social-icon:active,
.social-icon:focus {
  color: rgba(255, 255, 255, 0.4);
}

.social-icon-contact {
  font-size: 209.4%;
  color: #2867fe;
  padding-right: 15px;
}

.ion-social-linkedin {
  padding-right: 0px;
}

.social-icon-contact:link,
.social-icon-contact:visited {
  color: #2867fe;
  transition: color 0.4s;
}

.social-icon-contact:hover,
.social-icon-contact:active,
.social-icon-contact:focus {
  color: #034ea2;
}

.down-arrow {
  font-size: 600%;
  color: #efb51d;
  position: absolute;
  bottom: -100px;
  left: 50%;
  display: block;
  z-index: 10;
  transform: translateX(-50%);
  transition: color 0.4s;
}


.icon-sm {
  color: #d0d0d0;
  font-size: 95%;
  margin-right: 10px;

}

/* ------------ CAROUSEL ----------- */

.gallery {
  max-width: 80%;
  margin: 0 auto;
}

.gallery-cell {
  width: 100%; /* full width */
  max-height: 700px;  /*height of gallery */
  margin: 20px;
}


/* white circles */
.flickity-page-dots .dot {
    background: #fff;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}

/* smaller, rounded square */
.flickity-prev-next-button {
  width: 74px;
  height: 64px;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  transition: opacity .7s ease;
}

/* interior blue circles */
#carrier-testimonials .flickity-page-dots .dot,
#shipper-testimonials .flickity-page-dots .dot {
    background: rgba(46, 108, 250, 1);
}

/* interior blue fill-in selected dot */
#carrier-testimonials .flickity-page-dots .dot.is-selected,
#shipper-testimonials .flickity-page-dots .dot.is-selected {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid rgba(46, 108, 250, 0.5);
}


.gallery:hover .flickity-prev-next-button {
    opacity: 1;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.3);
}
.flickity-prev-next-button.no-svg {
  color: rgba(255, 255, 255, 0.3);
}

/* arrow color */
#carrier-testimonials .flickity-prev-next-button .arrow,
#shipper-testimonials .flickity-prev-next-button .arrow {
  fill: rgba(46, 108, 250, 0.3);
}
#carrier-testimonials .flickity-prev-next-button.no-svg,
#shipper-testimonials .flickity-prev-next-button.no-svg {
  color: rgba(46, 108, 250, 0.3);
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: -70px;
}

.flickity-prev-next-button.next {
  right: -70px;
}


/* ------------ FORMS ----------- */


.shipper-form,
.carrier-form {
  margin: 0 auto;
  text-align: center;
}

.shipper-form-header a:link,
.carrier-form-header a:link,
.shipper-form-header a:visited,
.carrier-form-header a:visited {
    text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  transition: color 0.4s; 
}

.shipper-form-header a:hover,
.carrier-form-header a:hover {
  color: rgba(255, 255, 255, 0.4);
}


label {
  display: none;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="telephone"],
textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  width: 75%;
  padding: 6px 12px;
  margin: 0 auto 40px auto;
  outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
::-moz-placeholder { /* Firefox 19+ */
  color:  rgba(255, 255, 255, 0.6);
}
:-ms-input-placeholder { /* IE 10+ */
  color:  rgba(255, 255, 255, 0.6);
}
:-moz-placeholder { /* Firefox 18- */
  color:  rgba(255, 255, 255, 0.6);
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="telephone"]:focus,
textarea:focus {
  border-bottom: 2px solid #1b222c;
}

input[type="submit"],
button[type="submit"] {
  display: inline-block;
  background: transparent;
  color: #fff;
  margin: 40px auto 0 auto;
  padding: 20px 150px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid #fff;
  transition: all 0.3s;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  outline: none;
  border: none;
  transform: skewX(-20deg);
  border: 2px solid #fff;
}

input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: none;
  border: none;
   transform: skewX(-20deg);
  border: 2px solid #fff;
  outline: none;
}

/* ------------ error states ----------- */

div.wpcf7-response-output {
	margin: 3em 0.5em 1em;
	padding: 1em 1em;
	text-align: center
}

div.wpcf7-mail-sent-ok {
	background: #5cb85c;
	border: 2px solid #4cae4c;
	color: #fff;
}

div.wpcf7-mail-sent-ng {
	background: #ff9090;
	border: 2px solid #f00;
	color: #fff;
}

div.wpcf7-spam-blocked {
	background: #d9534f;
	border: 2px solid #d43f3a;
	color: #fff;
}

div.wpcf7-validation-errors {
	background: #d9534f;
	border: 2px solid #d43f3a;
	color: #fff;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #d9534f;
	font-size: 1em;
	display: block;
	margin-top: -30px;

}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #d43f3a;
	background: #d9534f;
	padding: .5em .8em;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 5px;
}

/*---------- MAIN LOGO -------------- */

.main-logo {
  height: auto;
  width: 90%;
  float: left;
  margin-top: 35px;
  transition: all 0.2s ease;
}

/*---------- main navigation -------------- */
.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: transparent;
  z-index: 1010;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.main-nav ul {
  float: right;
  list-style: none;
  margin-top: 55px;
  padding-bottom: 5px;
  transition: all 0.3s ease;  
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a {
  padding: 8px 0px;
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 700; 

}

.main-nav ul li a:hover:after, .main-nav ul li a:focus:after {
  width: 100%;
}

.main-nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.nav-header .btn-scrolled-number {
  display: none ;
  transition: all 0.1s;  
}

/* ------------ SCROLLED NAV ----------- */

.scrolled {
  background-color: rgba(46, 108, 250, 0.9);
  box-shadow: 0 3px 10px rgba(54, 55, 149, 0.3);
  border-bottom: 1px solid #fff;

}

.scrolled .main-nav ul {
  margin-top: 33px;
  float: left;
  padding-bottom: 10px;
}

.scrolled .main-nav ul:first-child {
  margin-left: 0px;
}

.scrolled .main-logo  {
  height: auto;
  width: 60%;
  margin-top: 32px;
}

/*-- Scrolled Button --*/

.scrolled .btn-scrolled-number {
  display: block;
  float: right;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid rgba(12, 80, 160, 0.5);
  font-size: 80%;
  padding: 8px 30px;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 10px;
}

.scrolled .btn-scrolled-number a {
  cursor: pointer;
    color: #fff;
    text-align: left;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.scrolled .btn-scrolled-number a:before {
  content: '\f1fa';
  font-family: "Ionicons";
  font-size: 300%;
  position: absolute;
  opacity: 0;
  top: -10px;
  left: -20px;
  transition: 0.3s;
}

.scrolled .btn-scrolled-number:hover  {
  background-color: rgba(12, 80, 160, 0.5);
}

.scrolled .btn-scrolled-number:hover a {
  padding-left: 28px;
}

.scrolled .btn-scrolled-number:hover a:before {
  opacity: 1;
  left: 0;
}

.scrolled .mobile-button-container {
  padding-bottom: 30px;
}

/* ------------ MOBILE NAV ----------- */

.mobile-button-container {
  position: fixed;
  top: 5%;
  right:  5%;
  height: 25px;
  width: 33px;
  display: none;
  z-index: 1001;
  cursor: pointer;
  transition: all .25s ease;
}

.mobile-button-container:hover {
  opacity: 0.5;
}

.mobile-button-container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.mobile-button-container.active .middle {
  opacity: 0;
  background: #FFF;
}

.mobile-button-container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.mobile-button-container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.mobile-button-container span:nth-of-type(2) {
  top: 11px;
}

.mobile-button-container span:nth-of-type(3) {
  top: 22px;
}

.mobile-overlay {
  position: fixed;
  background: linear-gradient(rgba(46, 108, 250, 1), rgba(54, 55, 149, 1));
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: -5;
}

.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.mobile-overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.mobile-overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.mobile-overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.mobile-overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.mobile-overlay nav {
  position: relative;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 161.8%;
  text-align: center;
}

.mobile-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.mobile-overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.mobile-overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.mobile-overlay ul li a:hover:not(.active) {
    color: #fff;
}

.mobile-overlay .active {
    color: #fff;
}

.mobile-overlay ul li a:hover:after, 
.mobile-overlay ul li a:focus:after, 
.mobile-overlay ul li a:active:after {
  width: 100%;
}

.mobile-overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



/*---------- FOOTER -------------- */

.footer-top {
   background: #2867fe;
   position: relative;

}

.footer-top:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -150px;
  min-height: 300px;
  background: rgba(46, 108, 250, 1);
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: -1;
}

footer {
  background: linear-gradient(rgba(46, 108, 250, 1), rgba(54, 55, 149, 0.9) 70%),
  url('/wp-content/themes/polar3pl/resources/img/snowy_highway.jpg') 70% 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden
}

.content {
  padding: 50px 0;
  position: relative;
  min-height: 500px;
}

.footer-logo {
  margin-bottom: 30px;
}

.share-container {
  margin-bottom: 50px;
}

.footer-logo img {
  width: 4%;
  height: auto;
  margin-bottom: 20px;
}

.footer-logo p {
  color: #fff;
  font-weight: 700;
}

.footer-nav {
  display: block;
  margin: 10px 0 60px 0;
}

.footer-nav li {
  text-decoration: none;
  display: inline-block;
  margin-right: 50px;
  font-size: 90%;
  list-style: none;
  text-transform: uppercase;
}

.footer-nav li a:link,
.footer-nav li a:visited {
  color: rgba(255, 255, 255, 1);
  font-weight: 700; 
  text-decoration: none;
  transition: color 0.4s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.footer-nav li a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.tel-link  {
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  transition: color 0.4s; 
}

.tel-link:hover,
.tel-link:active,
.tel-link:focus {
   color: rgba(255, 255, 255, 0.4);
}

.send-message a {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

.send-message {
  list-style: none;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.send-message a {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

.send-message a:after {
  content: '\f3d6';
  font-family: "Ionicons";
  font-size: 200%;
  position: absolute;
  opacity: 0;
  top: -20px;
  right: 0;
  transition: 0.5s;
}

.send-message a:hover,
.send-message a:active,
.send-message a:focus {
   color: rgba(255, 255, 255, 0.4);
}


.send-message:hover a:after,
.send-message:active a:after,
.send-message:focus a:after {
  opacity: 1;
  color: rgba(255, 255, 255, 0.4);
  right: -20px;
}


.gl-link-left,
.gl-link-right {
  display: block;
  position: relative;
  height: 100px;
}

.gl-link-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  min-height: 300px;
  background: rgba(27, 34, 43, 0.7);
  transform: skewY(3deg);
  -webkit-backface-visibility: hidden;
}

.gl-link-right:before {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  min-height: 300px;
  background: rgba(27, 34, 43, 0.7);
  transform: skewY(-3deg);
  -webkit-backface-visibility: hidden;
}
.gl-link {
  position: relative;
  padding-top: 30px;
  z-index: 1000;
}

.gl-link a:link,
.gl-link a:visited {
  color: #2867fe;
  transition: color 0.4s;
}

.gl-link a:hover,
.gl-link a:active,
.gl-link a:focus {
  color: #034ea2;
}




/*----------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE */
/*----------------------------------------------------------------------------------------------------------------*/

/*---------- HEADER -------------- */

#main-hero {
    background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9)),
    url('/wp-content/themes/polar3pl/resources/img/_MG_2485.jpg') 50% 0 fixed no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    position: relative;
    padding: 0 0;
  }


#main-hero:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -150px;
  min-height: 300px;
  background: #f1f6ff;
  /*--background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 1));--*/
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: 0;
}


/*---------- header content -------------- */


.hero {
  position: relative;
  height: 600px;
  display: block;
  top: 125px;
  left: 0;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.hero-content-container {
  width: 100%;
  height: 100%;
  background: rgba(54, 55, 149, 0.8);
}

.hero-content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hero-content p {
  color: #fff;
}

video.home-bgvid { 
  position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -5;
    transform: translateX(-50%) translateY(-50%);
}



/*---------- BENEFITS -------------- */

#benefits {
  padding: 100px 0;
  background: #f1f6ff;
  position: relative;
}

.hero-secondary-content {
  padding-bottom: 125px;
  text-align: center;
}

.hero-secondary-content h2 {
  margin-bottom: 30px;
}


.shipper-benefits {
  margin-bottom: 100px;
}


.carrier-text {
  text-align: right;
}

.carrier-text,
.shipper-text  {
  margin-top: 50px;
}

.shipper-image {
  position: relative;
  left:45%;
}

.shipper-image img {
  max-width: 100%;
  height: auto;
}

.carrier-image {
  position: relative;
  left:-10%;
}

.carrier-image img {
  max-width: 100%;
  height: auto;
}


/*---------- TESTIMONIALS -------------- */

#testimonials {
  background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9)),
  url('/wp-content/themes/polar3pl/resources/img/_MG_2485.jpg') 50% 0 no-repeat fixed;
  background-size: cover;
  background-position: center;
  min-height: 900px;
  position: relative;
}

#testimonials .section-header {
  margin-top: 10%;
  margin-bottom: 40px;
}

#testimonials h2 {
  color: #fff;
}


#testimonials blockquote {
  font-size: 161.8%;
  color: #fff;
}

#testimonials blockquote cite {
  font-size: 50%;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
}


/*---------- COMPANIES -------------- */

#companies {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 100px 0 150px 0;
  z-index: 1;
}

#companies:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -90px;
  min-height: 300px;
  background: #fff;
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: -1;
}

#companies img {
  width: 80%;
  height: auto;
}

.jenny-lee img {
  width: 50%;
  height: auto;
}



/*---------- CTA -------------- */

section #cta {
  padding-top: 0;
}

#cta {
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

#cta .col-md-6 {
  padding: 0;
}

#cta h2 {
  color: #2867fe; 
}

.shipper-cta,
.carrier-cta {
  background: #034ea2;
  border: 6px solid #fff;
}

.shipper-cta {
  border-right: 3px solid #fff;
}

.carrier-cta {
  border-left: 3px solid #fff;
}

.carrier-cta {
  position: relative;
  background: url('/wp-content/themes/polar3pl/resources/img/_MG_2270.JPG') 100% 60% no-repeat;
  background-size: auto 130%;
  text-align: right;
  padding: 30px 30px 150px 100px;
}

.shipper-cta {
  position: relative;
  background: url('/wp-content/themes/polar3pl/resources/img/_MG_6658.jpg') 60% 0% no-repeat;
  background-size: auto 130%;
  text-align: left;
  padding: 30px 100px 150px 30px;
}

.shipper-cta-content,
.carrier-cta-content {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
}


/*----------------------------------------------------------------------------------------------------------------*/
/* SHIPPERS */
/*----------------------------------------------------------------------------------------------------------------*/

/*---------- HEADER -------------- */


#shipper-hero {
    background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9)),
    url('/wp-content/themes/polar3pl/resources/img/_MG_2433.jpg') 100% 175% no-repeat fixed;
    min-height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 0 0;
}

.shipper-hero-content {
    text-align: center;
    margin: 0 auto;
    padding-top: 16%;
    width: 60%;
}

.shipper-hero-content p {
  color: #fff;
}

#shipper-hero .down-arrow,
#carrier-hero .down-arrow {
  font-size: 600%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  z-index: 10;
  transform: translateX(-50%);
  transition: color 0.4s;
}



/*---------- SHIPPER AND CARRIER BENEFITS -------------- */

#shipper-benefits,
#carrier-benefits {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.shipper-benefits-intro,
.carrier-benefits-intro {
  position: relative;
  margin: 0 auto 100px auto;
  width: 80%;
  text-align: center;
  z-index: 1;
}

#shipper-benefits:before,
#carrier-benefits:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -90px;
  min-height: 300px;
  background: #fff;
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: 0;
}

.shipper-transport-management,
.shipper-communication,
.shipper-technology,
.carrier-multi-modal,
.carrier-communication,
.carrier-financials {
	max-height: 750px;
}

.shipper-transport-management,
.shipper-communication,
.carrier-multi-modal,
.carrier-communication {
  margin-bottom: 200px;
}

.shipper-transport-management-content,
.shipper-communication-content,
.shipper-technology-content,
.carrier-multi-modal-content,
.carrier-communication-content,
.carrier-financials-content {
  background-color: #fff;
  position: relative;
  z-index: 3;   
}

.shipper-transport-management-content,
.carrier-multi-modal-content,
.shipper-technology-content,
.carrier-financials-content {
    padding: 15px 0 0 25%;
}

.shipper-communication-content,
.carrier-communication-content {
  padding: 15px 25% 0 0;
}


/*----- SHIPPER AND CARRIER HEADERS ------ */

.shipper-transport-management-content-header,
.shipper-communication-content-header,
.shipper-technology-content-header,
.carrier-multi-modal-content-header,
.carrier-communication-content-header,
.carrier-financials-content-header {
  margin-bottom: 20px;
  position: relative;

}

.shipper-transport-management-content-header span,
.shipper-communication-content-header span,
.shipper-technology-content-header span,
.carrier-multi-modal-content-header span,
.carrier-communication-content-header span,
.carrier-financials-content-header span {
  display: inline-block;
  font-size: 887.1%;
  font-weight: 700;
  color: #f1f6ff;
}

.shipper-transport-management-content-header p:before,
.shipper-communication-content-header p:before,
.shipper-technology-content-header p:before,
.carrier-multi-modal-content-header p:before,
.carrier-communication-content-header p:before,
.carrier-financials-content-header p:before {
    content:"";
    position:absolute;
    top: -60px;
    left:-40px;
    height:150px;
    border-left: 2px solid #2867fe;
    transform: skew(-20deg);
}

.shipper-transport-management-content-header p,
.shipper-communication-content-header p,
.shipper-technology-content-header p,
.carrier-multi-modal-content-header p,
.carrier-communication-content-header p,
.carrier-financials-content-header p {
  display: inline-block;
  position: absolute;
  font-weight: 700;
  font-size: 90%;
  top: 45%;
  left: 22%;
  
}

/*----- SHIPPER AND CARRIER IMAGES ------ */

.shipper-transport-image-container,
.shipper-communication-image-container,
.shipper-technology-image-container,
.carrier-multi-modal-image-container,
.carrier-communication-image-container,
.carrier-financials-image-container {
    position: relative;
    text-align: center;
    height: 750px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  
}

.shipper-transport-image-container:after,
.carrier-multi-modal-image-container:after,
.shipper-technology-image-container:after,
.carrier-financials-image-container:after {
    content: " ";
    position: absolute;
    display: block;
    min-width: 60%;
    min-height: 100%;
    top: 0;
    left: -50%;
    z-index: 2; 
    background: #fff;
    border-right: 2px solid #2867fe;
    transform-origin: bottom left;
    transform: skew(-20deg, 0deg);  
}

.shipper-communication-image-container:after,
.carrier-communication-image-container:after {
    content: " ";
    position: absolute;
    display: block;
    min-width: 60%;
    min-height: 100%;
    top: 0;
    right:  -50%;
    z-index: 2; 
    background: #fff;
    border-left: 2px solid #2867fe;
    transform-origin: bottom left;
    transform: skew(20deg, 0deg);  
}


.shipper-transport-image-container img {
    display: block;
    width: auto;
    height: 120%; !important
}

.carrier-multi-modal-image-container img {
    display: block;
    width: auto;
    height: 150%; !important
    position: absolute;
}

.shipper-communication-image-container img {
    display: block;
    width: auto;
    height: 140%; !important
    position: absolute;
    top: 0;
    right: 0;
}

.carrier-communication-image-container img {
    display: block;
    width: auto;
    height: 120%; !important
    position: absolute;
    right: 0;
}

.shipper-technology-image-container img {
    display: block;
    width: auto;
    height: 100%; !important
}

.carrier-financials-image-container img {
    display: block;
    width: auto;
    height: 130%; !important
}


/*---------- SERVICES -------------- */

#shipper-services {
  background: #f1f6ff;
  position: relative;
  padding-bottom: 0px;
}

#shipper-services:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -65px;
  min-height: 300px;
  background: #f1f6ff;
  /*--background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 1));--*/
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: -1;
}

#shipper-services img {
  width: 100%;
  height: auto;
}

#shipper-services .row:after {
  margin-bottom: 70px;
}


/*---------- TESTIMONIALS -------------- */

#shipper-testimonials {
  padding: 250px 0 125px 0;
}

#shipper-testimonials blockquote cite {
  font-size: 50%;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
}

#shipper-testimonials .section-header {
  margin-bottom: 40px;
}

/*---------- FORM -------------- */


#shipper-contact-form {
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.shipper-contact {
  background: #034ea2;
  padding: 75px;
  
}

.shipper-contact h2 {
  color: #fff;
}

.shipper-form-header {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}


/*----------------------------------------------------------------------------------------------------------------*/
/* CARRIERS */
/*----------------------------------------------------------------------------------------------------------------*/

/*---------- HEADER -------------- */


#carrier-hero {
    background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9)),
    url('/wp-content/themes/polar3pl/resources/img/_MG_6658.jpg') 100% 175% no-repeat fixed;
    min-height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 0 0;
}

.carrier-hero-content {
    text-align: center;
    margin: 0 auto;
    padding-top: 16%;
    width: 60%;
}

.carrier-hero-content p {
  color: #fff;
}

/*----------TESTIMONIALS -------------- */

#carrier-testimonials {
  padding: 150px 0 125px 0;
}

#carrier-testimonials blockquote cite {
  font-size: 50%;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
}

/*---------- FORM -------------- */


#carrier-contact-form {
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.carrier-contact {
  background: #034ea2;
  padding: 75px;
  
}

.carrier-contact h2 {
  color: #fff;
}

.carrier-form-header {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}


/*----------------------------------------------------------------------------------------------------------------*/
/* ABOUT */
/*----------------------------------------------------------------------------------------------------------------*/

/*---------- HEADER -------------- */


#about-hero {
    background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9));
    min-height: 650px;
    text-align: center;
    position: relative;
    padding: 0 0;
}

.about-hero-content {
    padding-top: 15%;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.about-hero-content p {
  color: #fff;
}

#about-hero .down-arrow {
  font-size: 600%;
  position: absolute;
  bottom: -75px;
  left: 50%;
  display: block;
  z-index: 10;
  transform: translateX(-50%);
  transition: color 0.4s;
}


/*---------- ABOUT HEADER ICON -------------- */

.about-header-icon {
  margin: 75px 0;
}

.about-header-icon img {
  width: 3%;
  height: auto;
}


/*---------- BACKGROUND -------------- */

.background {
  padding-bottom: 100px;
}

.background,
.background h2 {
  text-align: center;
  color: #fff;
}


/*---------- TEAM -------------- */

#team {
  background: #fff;
  text-align: center;
  position: relative;
}

#team .section-header {
  position: relative;
  width: 50%;
  margin: 0 auto 100px auto;
  z-index: 2;
}

#team .row {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

#team .row:last-child {
  margin-bottom: 0;
}

#team img {
  border-radius: 50%;
  width: 50%;
  height: auto;
  margin-bottom: 50px;
}

/*---------- COMMUNITY IMPACT -------------- */

#community-impact {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: -1;
}

#community-impact .section-header {
  position: relative;
  z-index: 2;
}

#community-impact img {
  width: 100%;
  height: auto;
}

#community-impact img.tcc-logo {
  width: 50%;
  height: auto;
}

/*---------- CAREERS -------------- */

#careers {
  text-align: center;
  display: block;
  padding: 0;

}

.career-contact  {
  background: #fff;
  padding: 60px 50px 50px 50px;
  position: relative;
  z-index: 999;
}

.career-contact h3 {
  color: #1b222c;
  font-size: 161.8%;
}

.about-background {
  position: relative;
}

.about-background-color {
  position: absolute;
  top: -320px;
  width: 100%;
  height: 400px;
  background-color: #fff;
  z-index: -50;

}

/*----------------------------------------------------------------------------------------------------------------*/
/* CONTACT */
/*----------------------------------------------------------------------------------------------------------------*/


#contact-hero {
    background: linear-gradient(rgba(46, 108, 250, 0.9), rgba(54, 55, 149, 0.9)),
    url('/wp-content/themes/polar3pl/resources/img/_MG_2485.jpg') 5% 0 fixed no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    padding: 0 0;
  }

.map-container {
  margin-bottom: 200px;
  position: relative;
}

.polar-pin {
  position: absolute;
  width: 10%;
  height: auto;
  top: 40%;
  left: 43%;
  z-index: 100;
}

#map {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #CCC;
  margin-top: 15%;
  z-index: 10;
}


#contact-info {
  position: relative;
  padding-top: 200px;
}

#contact-info:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -85px;
  min-height: 350px;
  background: #fff;
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  z-index: 0;
}

.contact-main {
  padding: 0 75px;
}

#contact-info p:last-of-type {
  margin-bottom: 40px;
}

/*---------- FORM -------------- */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="telephone"],
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #d0d0d0;
  color: #000;
  display: block;
  width: 90%;
  padding: 6px 12px;
  margin: 0 0 50px 0;
  outline: none;
}

.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d0d0d0;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color:  #d0d0d0;
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
  color:  #d0d0d0;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
  color:  #d0d0d0;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="telephone"]:focus,
.contact-form textarea:focus {
  border-bottom: 2px solid #2867fe;
}

.contact-form input[type="submit"],
.contact-form button[type="submit"] {
  display: inline-block;
  background: transparent;
  color: #2867fe;
  margin: 40px auto 0 auto;
  padding: 20px 150px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid #2867fe;
   transition: all 0.3s;
}

.contact-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover {
  outline: none;
  border: none;
   transform: skewX(-20deg);
  border: 2px solid #2867fe;
}

.contact-form input[type="submit"]:focus,
.contact-form button[type="submit"]:focus {
  outline: none;
  border: none;
  transform: skewX(-20deg);
  border: 2px solid #2867fe;
  outline: none;
}

/* ------------ Address ----------- */

.contact-info p {
  color: #1b222c;
  font-size: 100%;
  margin-bottom: 30px;
}

.contact-info  span {
  margin-left: 20px;
  display: inline-block;
}


.contact-main address a:link,
.contact-main address a:visited {
  color:#2867fe;
}

.contact-main address a:hover,
.contact-main address a:active {
  color: #1b222b;
}


/*----------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*----------------------------------------------------------------------------------------------------------------*/



/* Large screens from 1201 to 1824px */
@media only screen and (min-width : 1824px) {

  /* HOMEPAGE */


   .shipper-image {
      left: 46%;
  }

  .shipper-image img {
      width: 135%;
  }

  .carrier-image {
      left: -39%;
  }

  .carrier-image img {
      width: 135%;
  }

  /* SHIPPERS */

  .transport-management-content {
      padding: 30px 0 50px 36%;
  }

  .communication-content {
      padding: 30px 52% 100px 0;
  }

  .technology-content {
      padding: 30px 0 50px 37%;
  }

  #shipper-services {
      padding-top: 250px;
  }


}



/* Large tablets to small computers from 1024 to 1200px (for widths smaller then the 1140px row)*/
@media only screen and (max-width: 1200px)  {

  /* HOMEPAGE */

  .scrolled .main-nav li {
      margin-left: 20px;
      font-size: 90%
  }

  .scrolled .main-logo {
    width: 90%;
  } 

  .scrolled .scrolled-number span {
      font-size: 80%; 
  }

  .carrier-benefits {
      padding-bottom: 100px;
  }

  .shipper-image,
  .carrier-image {
      margin-bottom: 40px;
  }

  .shipper-image {
    left: 40%;
  }
  


}



/* Small tablets to large tablets from 768 to 1023px */
@media only screen and (max-width: 1023px) {
  
  section {
    padding: 50px;
  }
  


  /* HOME PAGE */

  .mobile-button-container {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .main-logo {
    width: 100%;
  } 

  .scrolled .main-logo {
    width: 100%;
    padding-bottom: 25px;
  }

  .scrolled .mobile-button-container {
    top: 3%;
  }

  .scrolled .btn-scrolled-number {
    display: none;
  }
  

  #benefits {
    padding: 150px 0 30px 0;
  }

  .carrier-text,
  .shipper-text {
    text-align: center;
  }

  .shipper-image {
    left: 8%;
  }
  
  .shipper-text {
    margin-bottom: 60px;
  }

  #companies {
    padding: 40px 0 30px 0;
  }

 .carrier-cta {
    padding-left: 30px;
  }

  .shipper-cta {
    padding-right: 30px;
  }

  .carrier-cta {
    text-align: left;
  }

  .shipper-cta,
  .carrier-cta {
      border: 0px;
  }

  .shipper-cta {
      border-right: 0px;
  }

  .carrier-cta {
      border-left: 0px;
  }

    #testimonials {
      padding-top: 20px;
  }

  #testimonials .section-header {
      margin-bottom: 20px;
  }

  #testimonials blockquote {
      font-size: 129.4%;
  }


  /* SHIPPERS */
  

  .shipper-hero-content {
      padding-top: 15%;
      width: 75%;
  }

  #shipper-benefits {
    margin: 0 0 0 0;
    padding-top: 0;
  }
  
   .shipper-benefits-intro,
   .carrier-benefits-intro {
    margin-bottom: 75px;
  }
  
  .shipper-transport-management,
  .shipper-communication,
  .carrier-multi-modal,
  .carrier-communication {
  	margin-bottom: 50px;
}
  .shipper-technology,
  .carrier-financials {
  	margin-bottom: 100px;
}
    
  .shipper-transport-management-content,
  .shipper-technology-content,
  .shipper-communication-content {
      padding: 0px 6% 0px 6%;
  }


  .shipper-transport-image-container:after,
  .shipper-communication-image-container:after,
  .shipper-technology-image-container:after {
    display: none;
  }

  .shipper-transport-image-container,
  .shipper-communication-image-container,
  .shipper-technology-image-container {
    display: none;
  }


  .shipper-transport-management-content-header,
  .shipper-communication-content-header,
  .shipper-technology-content-header {
      margin-bottom: 0;

  }

  #shipper-services {
      padding-top: 50px;
      
  }
  
  #shipper-services {
    text-align: center;
  }

  #shipper-services img {
      width: 50%;
      margin: 30px 0;
      text-align: center;
  }
  
  #shipper-services .row:after {
  	margin-bottom: 0px;
	}
	
	#shipper-testimonials {
      padding-top: 125px;
      padding-bottom: 100px;
  }

/* CARRIERS */

  .carrier-hero-content {
  	padding-top: 15%;
    width: 75%;
  }

  #carrier-benefits {
      margin: 0 0 0 0;
      padding-top: 0;
  }
  

  .carrier-multi-modal-content,
  .carrier-communication-content,
  .carrier-financials-content {
      padding: 0px 6% 0px 6%;
  }

  
  .carrier-multi-modal-image-container:after,
  .carrier-communication-image-container:after,
  .carrier-financials-image-container:after {
    display: none;
  }

  .carrier-multi-modal-image-container,
  .carrier-communication-image-container,
  .carrier-financials-image-container {
    display: none;
  }


  .carrier-multi-modal-content-header,
  .carrier-communication-header,
  .carrier-financials-content-header {
      margin-bottom: 0;

  }
  
  #carrier-testimonials {
	  padding-top: 0px;
  }

/* ABOUT */

  .about-header-icon img {
      width: 7%;
  }

  #team .section-header {
    width: 100%;
  }

 /* CONTACT */

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form input[type="password"],
  .contact-form input[type="search"],
  .contact-form input[type="telephone"],
  .contact-form textarea {
      width: 100%;
  }

  .contact-form input[type="submit"],
  .contact-form button[type="submit"] {
    margin: 20px auto 0 auto;
    width: 100%;
  }

  .career-contact {
    padding-top: 50px;
  }

  aside {
    text-align: center;
  }

  #contact-info {
    padding-top: 125px;
  }

}


/* Fix top margin when logged in */
@media only screen and (max-width: 782px) {

  .logged-in.navbar-fixed-top {
    top: 46px;
  }

}



/* Small phones to small tablets from 481 to 767px */
@media only screen and (max-width: 767px) {

/*------------------------------------*/
/* HOME PAGE */
/*------------------------------------*/

  section {
    padding: 50px 0;
  }

  .main-logo {
    margin-top: 30px;
    width: 200%;
  }

  .scrolled .main-logo {
    width: 170%;
  }

  .main-nav {
    float: left;
    margin-top: 20px;
  }

  .main-nav li {
    display: block;
  }

  .main-nav li a:link,
  .main-nav li a:visited {
    padding: 10px 0;
    font-size: 80%;
  }

  .hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-secondary-content {
      padding-bottom: 50px;
  }

  .hero-content {
      width: 75%;
      top: 33%;
  }

  #benefits {
      padding: 100px 0;
    }

  .shipper-benefits {
      margin-bottom: 40px;
  }

  .shipper-image {
      left:0;
      margin-bottom: 40px;
  }

  .carrier-image {
      left:0;
      margin-bottom: 40px;
  }

  #companies {
      padding: 10px 0 30px 0;
  }

  #companies img {
      width: 40%;
      height: auto;
      margin-bottom: 40px;
  }

  footer {
      background: linear-gradient(rgba(46, 108, 250, 1), rgba(54, 55, 149, 0.9) 70%),
      url('/wp-content/themes/polar3pl/resources/img/snowy_highway.jpg') 52% 80% no-repeat;
      background-size: cover;
  }

  .footer-nav li {
      display: block;
      margin-bottom: 20px;
      margin-right: 0px;
  }

  #cta {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* SHIPPERS */
  

  .shipper-hero-content {
      padding-top: 25%;
  }

  .shipper-benefits-intro {
    margin-bottom: 50px;
  }
  
  #shipper-services h2 {
	margin-bottom: 0px;
	}

  #shipper-services .row:after {
      margin-bottom: 0;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="telephone"],
  textarea {
      width: 100%;
      padding: 6px 0;
  }

  input[type="submit"],
  button[type="submit"] {
    padding: 20px 100px;
    margin-top: 20px;
    width: 100%;  
  }

  .shipper-contact {
      padding: 40px 30px; 
  }

  /* CARRIERS */


  .carrier-hero-content {
      padding-top: 25%;
  }
  
  #carrier-testimonials {
      padding-top: 25px;
      padding-bottom: 100px;
  }

  .carrier-contact {
      padding: 40px 30px;
  
  }


  /* ABOUT */

  .about-hero-content {
      padding-top: 25%;
      width: 100%;

  }


    #community-impact img {
      margin-bottom: 30px;
      width: 70%;
  }

  .career-contact h3 {
      font-size: 129.4%;
  }


  /* CONTACT */

  #map {
      margin-top: 25%;
  }

  .contact-main {
      padding: 0 0;
  }

#contact-info {
    padding-top: 125px;
  }

}


/* Fix top margin when logged in */
@media only screen and (max-width: 600px) {

  .logged-in .navbar-fixed-top {
    top: 42px;
  }

}



/* iPhone Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 


 /*mobile nav */
 
 	.main-logo {
    	width: 165%;
		margin-top: 20px;
  	}

 
   .scrolled .main-logo {
    width: 125%;
    margin-top: 20px;
  	}
  
  .mobile-button-container {
  	top: 8%;

	}
	
	.scrolled .mobile-button-container {
		top: 6%;
  }
	

}


/* Small phones from 0 to 480px */
@media only screen and (max-width: 480px) {


/*------------------------------------*/
/* HOME PAGE */
/*------------------------------------*/
  	.main-logo {
  	width: 250%;
  }

  .scrolled .main-logo {
    width: 200%;
    margin-top: 20px;
  }

  .hero-content {
      padding: 50% 0 10% 0;
  }


  #benefits {
    padding-bottom: 0px;
  }

  .carrier-cta,
  .shipper-cta {
      padding: 30px 30px 30px 30px;

  }

  .footer-logo img {
      width: 10%;
      height: auto;
  } 

  .gl-link {
    padding-left: 20px;
    padding-right: 30px;
  }

  /* SHIPPERS */

  .shipper-hero-content {
      padding-top: 20%;
      width: 90%;
  }

  /* CARRIERS */

  .carrier-hero-content {
      padding-top: 30%;
      width: 90%;
  }


  /* ABOUT */

  .about-header-icon img {
      width: 10%;
  }

  /* CONTACT */

  .contact-main {
      padding-top: 0px;
  }

  .career-contact,
  aside {
    padding-top: 0px;
  }

  .career-contact {
    padding-top: 50px;
  }

  
}



