﻿html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    line-height:20px;
    color: #333;
    font-size: .85em;
    font-family: "Lato", Verdana, Helvetica, Sans-Serif;
    letter-spacing:1.5px;
    margin: 0;
    padding: 0;
    height:1200px;
    padding-top:0px;
}

.container{
    width:100%;
    box-sizing:border-box;
    padding:0px;
    margin:0px;
}
.container h1, .container h2{
    color:black;
}
.row{
    width:100%;
    display:block;
    margin:0px;
    padding:0px;
}


.overlay{
    background:url("../Images/vid_overlay.png") no-repeat ;
    background-size:cover;
    min-height:600px;
}
.vid{
    min-height:600px;
}
.banner_title{
    color:white;
    font-size:3em;
    font-weight:bolder;
}
#h-banner-1 {
    height:80px; 
    max-width:700px;
    width:100%;
    z-index:100;
    position:fixed;
    top:40%;
}
#h-banner-1 img, #h-banner-2 img{
    max-width:100%;
    height:auto;
    
}
#h-banner-2 {
    height:80px; 
    line-height:80px;
    max-width:700px;
    z-index:100;
    position:fixed;
    top:60%;
    right:0;
}
/*.container{padding:0 5%;}*/
.menu {
    background:#333333;
    color:#FFF;
    height:60px;
    padding:0;
    position:absolute;
    /*top:460px;*/
    bottom:0;
    width:100%;
    text-align:right;
    z-index:1000;
}
.menu ul{
    margin:0;
    padding:0;
}
.menu ul li{
    display:inline;
    line-height:60px;
    font-size:.9em;
    position:relative;
    display:inline-block;
}
.menu ul li a{
    color:white;
    padding:0 15px;
    display:inline-block;

}
.menu ul li a:hover{
    color:#FFCC00;
    background:none;

    
}
.menu ul li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #FFCC00;
    transition: all 0.3s;
}
.menu ul li:hover span{
    width:100%;

}
.menu ul li.icon{
    display:none;
}
@media screen and (max-width:680px) {
    .menu{
        position:fixed;
        top:0;
    }
  .menu ul li:not(:first-child) {display: none;}
  .menu ul li.icon {
    float: right;
    display: inline-block;
  }
   .menu ul.responsive {position: relative;}
   .menu ul.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
   .menu ul.responsive li {
    float: none;
    display: inline;
  }
   .menu ul.responsive li a {
    display: block;
    text-align: left;
    background:#333333;
    transition:background-color 0.5s ease;

  }
   .menu ul.responsive li a:hover {
    background:black;

  }
}



.fixed {
    position:fixed;
    top:0;
}
.page-title{
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:normal;
    font-weight:bold;
    margin:0 0 40px 0;
    line-height:25px;
    width:55%;
}
.page-title span{
    font-family:Lato;
    font-style:italic;
    font-weight:200;
    color:#333333;
}
.drop-cap:first-letter{
    float:left;
    margin:auto .15em auto auto;
    padding:inherit;
    font-size:6em;
    font-family:Lato;
    font-weight:900;
    line-height:.8;
    text-indent:0;
    background:transparent;
    font-style:normal;
    color:#333333;
}


.parallax-content, .content{width:90%; margin:0px auto 0 auto; font-size:1.1em; max-width:1168px;  padding:90px 0px; letter-spacing:normal; position:relative;}
.parallax-content{text-align:center;}
.content{text-align:left;}
.parallax-content h1, .parallax-content h3{color:white;}
.parallax-content h3{font-weight:300;}

#extras{ min-height:400px; font-size:.9em; color:black; letter-spacing:normal; background:#eeeeee; padding:0px;}

#affiliations_tab div{text-align:center;}

.locations{ margin:0px auto; padding:60px 5%;}

/*  ISOTOPE SERVICES AREA  */
.se-grid{max-width:1168px; padding:0; margin:0;}
/* clear fix */
.button-container{
    outline:1px dotted black;  margin:20px 0px 20px 0px; display:inline-block; width:100%;
}
.grid-filter{}

/* 3 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 25%;
}

.grid-item {
   float: left;
  /*height: 292px;*/
  background: #000000;

}



/* http://jqueryrain.com/tutorial/hover-effect/demo22/ */
.box{
    text-align:center;
    color:White;
    position:relative;
    overflow:hidden;
}
.box img{
    zoom: 2;  /* increase if you have very small images */
    -moz-transform: scale(2);
    display: block;
    margin: auto;

    height: auto;
    max-height: 100%;

    width: auto;
    max-width: 100%;

    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease-in-out 0s;
}
.box h4{margin:0px; padding:0px;}
.box a{margin:0; padding:0px; height:100%;}
.box .over-layer{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:.2;
    background:#333333;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.5s ease-in-out 0s;
}
.box:hover img{
    transform: translate3d(0px, -100%, 0px);
}
.box:hover .over-layer{
    opacity:10;
    transform: translate3d(0px, 0px, 0px);
    padding-top:20px;
}
.box .post{
    position:relative;
    bottom:0;
    color:#fff;
    opacity:0;
    text-transform: uppercase;
    transition: all 0.50s ease 0s;
    font-size:.8em;
    line-height:1.5em;
}
.box:hover .over-layer .post{
    opacity:1;
    bottom:-4%;
}
.box .title{
    position:relative;
    padding-top:15px;
    /*top:10%;*/
    opacity:0;
    font-size:1.4em;
    color:#fff;
    transition: all 0.50s ease 0.4s;
}
.box:hover .over-layer .title{
    opacity:1;
    top:40%;

}

.button_light{
    transition:background-color 0.5s ease;
}
.button_dark{
    transition:background-color 0.5s ease;
}
.button_light:link{
    padding:10px 30px;
    font-size:.8em;
    color:white;
    display:inline-block;
    margin:1px;
    text-align:center;
    background-color:#333333;
    transition:background-color 0.5s ease;
}
.button_light:hover{
    background:white;
    color:black;
    cursor:pointer;
}
.button_light.current{
    background:white;
    color:black;
    cursor:pointer;
}

.button_dark, .button_dark:link, .button_dark:visited{
    padding:10px 30px;
    font-size:.8em;
    color:white;
    display:inline-block;
    margin:1px 0 1px 1px;
    text-align:center;
    background:#555555;
    letter-spacing:2px;
    font-family:"Lato", Verdana, Helvetica, Sans-Serif
}
.button_dark:hover{
    background:#333333;
    color:white;
    cursor:pointer;
}
.button_dark.current{
    background:#333333;
    color:white;
    cursor:pointer;
}
.feature_button{
    background:#FFCC00 !important;
    color:black;

    float:right;
}
.feature_button.current{
    background:#CC0000;
}
#drivers, #services, #locations{ padding:0px;}
#about{
    /*background:#dddddd url("../Images/slider_back.jpg") no-repeat bottom center;
    background-size:contain;*/
    /*padding:60px 0px;*/
    background:#dddddd;
    padding:0px;
}
#about .container{
    padding:0px !important;
}
   #truck-left{
            width:40%; padding-right:5%; display:inline-block; vertical-align:top; text-align:center;
        }
        .about-slider-content{
            padding:0 40px 0 80px;
            width:60%; vertical-align:top;
            display:inline-block;
        }
        .slider-img-container{
            width:39%; text-align:center;  box-sizing:border-box; display:inline-block; vertical-align:top; 
            position:relative;
        }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8{
    min-height:1px;
    padding:15px 7px 15px 8px;
    float:left;
    position:relative;
    display:block; 
    box-sizing:border-box;
}
.c3 img, .c8 img, .c2 img{
    max-width:100%;
}
.c2{
    width:50%;   
}
.c3{
    width:33.33%;
}
.c8{
    width:12.5%;
}

.end{
    float:right !important;
    padding-right:0px;
} 

div{box-sizing: border-box;}


a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

 

header, footer, hgroup,
nav, section {
    display: block;
}

.tab ul li{
    list-style-position:outside;
    text-align:left;
}

.tab{display:none;}
.tab .c8{
    border:1px solid #aaaaaa;
    background:white;
    text-align:center;
}

#safety_tab, #dc_tab
{display:block;}
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Social Networks Styles
/*-----------------------------------------------------------------------------------*/
.social-networks{
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;

}
.social-networks li{
  display: inline-block;
  margin:0 20px 20px 0;
  position:relative;
  height:60px;
  width:60px;
}
.social-networks li a{
    display:inline-block;
    width:100%;
    height:100%;
}
.twitter, .facebook, .dribbble, .youtube, .instagram, .vimeo, .tumblr, .wordpress, .rss, .google, .flickr, .linkedin, .skype, .dropbox{
 -webkit-transition: background-position 80ms ease, opacity 300ms ease;
  -moz-transition: background-position 80ms ease, opacity 300ms ease;
  -ms-transition: background-position 80ms ease, opacity 300ms ease;
  -o-transition: background-position 80ms ease, opacity 300ms ease;
  transition: background-position 80ms ease, opacity 300ms ease;
}

.twitter{background-image:url("../Images/twitter.png");}
.facebook{background-image:url("../Images/facebook.png");}
.dribbble{background-image:url("../Images/dribbble.png");}
.youtube{background-image:url("../Images/youtube.png");}
.instagram{background-image:url("../Images/instagram.png");}
.vimeo{background-image:url("../Images/vimeo.png");}
.tumblr{background-image:url("../Images/tumblr.png");}
.wordpress{background-image:url("../Images/wordpress.png");}
.rss{background-image:url("../Images/rss.png");}
.google{background-image:url("../Images/googleplus.png");}
.flickr{background-image:url("../Images/flickr.png");}
.linkedin{background-image:url("../Images/linkedin.png");}
.skype{background-image:url("../Images/skype.png");}
.dropbox{background-image:url("../Images/dropbox.png");}
.twitter:hover,.facebook:hover,.dribbble:hover,.youtube:hover,.instagram:hover,.vimeo:hover,.tumblr:hover,.wordpress:hover,.rss:hover,.google:hover,.flickr:hover,.linkedin:hover,.skype:hover,.dropbox:hover{
	background-position: 0 -60px;
}

h1, h2, h3,
h4, h5, h6 {
    color: black;;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
     font-size:2.4em; font-weight:300; text-transform:capitalize; letter-spacing:4px; font-family:Lato; margin:0px; line-height:30px;
}

h2 {
    font-size: 1.75em;
}
.locations h2{
    font-size:1.3em;
}
h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}
h5{
    color:white;
}
h5, h6 {
    font-size: .8em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
    h6{
        background:#333333;
        color:white;
        text-transform:uppercase;
        margin:0;
        display:inline;
        padding:12px 15px;
        letter-spacing:2px;
        line-height:34px;
        font-weight:400;
    }
    h6:after{
        content:'';
        width:100%;
        height:0px;
        display:block;
        float:left;
        border-top:1px dotted rgba(23,23,23,0.5);
        margin-top:2px;
        margin-bottom:1.65em;

    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

  .footer {
         clear: both;
    background-color: black;
    text-align:center;
    padding:70px 35px;
    width:100%;
    }
  .footer small{
      color:white;
  }
  .footer .social-networks{
      width:100%;
      text-align:center;
      line-height:20px;
      padding-top:30px;
  }
  .footer .social-networks .facebook, .footer .social-networks .twitter, .footer .social-networks .google, .footer .social-networks .linkedin{
      background-size:20px 40px;
      opacity: 0.8;
  }
  .footer .social-networks li{
      display:inline-block;
      margin:5px;
      position:relative;
      height:20px;
      width:20px;
  }
  .footerLogo a{
  -webkit-transition: color 75ms ease;
  -moz-transition: color 75ms ease;
  -ms-transition: color 75ms ease;
  -o-transition: color 75ms ease;
  transition: color 75ms ease;
}
  .pulse{
        animation-name: pulse;
  -webkit-animation-name: pulse;  

  animation-duration: 1.5s; 
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  }
  @keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;   
  }
  50% {
    transform: scale(1);
    opacity: 1; 
  } 
  100% {
    transform: scale(0.9);
    opacity: 0.7; 
  }     
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;   
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; 
  } 
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; 
  }     
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border: 1px solid #d9d9d9;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 0 10px;
        width: 100%;
        height:40px;
        font-size:12px;
        vertical-align:top;
        overflow:auto;
        font-family:sans-serif;
        box-sizing:border-box;
    }

    textarea {
        width: 100%;
        min-height:124px;
        padding: 15px 10px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
    input[type="submit"],
    input[type="button"],
    button {
        font-size:11px;
        font-weight:normal;
        letter-spacing:2px;
        text-transform:uppercase;
        color:#fff;
        padding:13px 45px;
        max-width:100%;
        background-color:#555555;
        cursor:pointer;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}




/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    
       #truck-left{
            width:100%;
        }
        .about-slider-content{
            width:100%; display:inline-block;
            padding:0 60px 0 60px
        }
        .slider-img-container{width:100%; text-align:center;}

        .c2{
    width:100%;    
}
        .c3{
            width:50%;
        }
        .end{
            width:100%;
        }
        .c2, .c3 img{
            width:100%;
        }
        .c8{
            width:25%;
        }
        
        
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    .footer {
         clear: both;
    background-color: black;
    text-align:center;
    padding:70px 35px;
    width:100%;
    }

        footer p {
            margin: 0;
        }


        /* 2 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 50%;
}

.grid-item {
   float: left;
  /*height: 292px;*/
  /*background: #000000;*/

}
.box .post{
   
    font-size:.7em;
    line-height:1.2em;
}
.box .title{
    font-size:1.1em;
}
}

@media only screen and (max-width: 550px) {
    /* phones */
            /* 2 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 100%;
}

.grid-item {
   float: left;
  /*height: 292px;*/
  background: #000000;

}
.box .post{
   
    font-size:1em;
    line-height:1.5em;
}
.box .title{
    font-size:1.5em;
}

.page-title{
    width:100%;
}
}

/* END: Mobile Styles */




/* --------- JQUERY POPUP STYLES -------------*/
/* Outer */
.popup textarea, .popup input{
    margin: 0;
    font-size: .8em;
    color: black;
}
.popup input.button_dark{
    padding:0px;
    margin:0px;
    line-height:normal;
    color:white;
}
.popup .button_dark, .popup .button_dark:link{
    padding:10px 0px;
    box-sizing:border-box;
    margin:1px 0 0 0 ;
}
.popup select{
    border:1px solid #d9d9d9;
    background:#ffffff;
    font-size:12px;
    font-family:sans-serif;
    box-sizing:border-box;
    height:40px;
    padding:0px 5px;
    color:#aaaaaa;
    width:100%;
    margin:0px;
}
.popup select option{
    color:#333333;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
}


/* Inner */
.popup-inner {
    max-width: 600px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup[data-popup="GoalWizard"] .popup-inner{
    top:50%;
}
/* form wrapper */
.popup-form-wrapper {
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}


/* Close Button */
.popup-header {
    background: #666666;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    padding: 10px;
    display: block;
    box-sizing: border-box;
}

    .popup-header h3 {
        color: white;
        margin:0px;
        padding:0px;
    }

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff !important;
    text-decoration: none;
}

.popup-form {
    padding: 15px;
    background: #eeeeee;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0,0,0,1);
    text-decoration: none;
}


.gm-style-iw div {
  overflow:hidden !important;   
}