@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

@charset "UTF-8";
/* CSS Document */



/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
@media screen {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .grid-container:before, .clearfix:before,
  .grid-container:after,
  .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-container:after, .clearfix:after {
    clear: both;
  }

  .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66, .grid-6col, .mobile-grid-6col, .tablet-grid-6col, .grid-7col, .mobile-grid-7col, .tablet-grid-7col, .grid-8col, .mobile-grid-8col, .tablet-grid-8col, .grid-9col, .mobile-grid-9col, .tablet-grid-9col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .grid-14, .tablet-grid-14 {
	  	padding-left: 4px;
    	padding-right: 4px;
	  }

  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }

  body {
    min-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-grid-100:before,
  .mobile-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .mobile-grid-100:after {
    clear: both;
  }

  .mobile-push-5,
  .mobile-pull-5, .mobile-push-10,
  .mobile-pull-10, .mobile-push-15,
  .mobile-pull-15, .mobile-push-20,
  .mobile-pull-20, .mobile-push-25,
  .mobile-pull-25, .mobile-push-30,
  .mobile-pull-30, .mobile-push-35,
  .mobile-pull-35, .mobile-push-40,
  .mobile-pull-40, .mobile-push-45,
  .mobile-pull-45, .mobile-push-50,
  .mobile-pull-50, .mobile-push-55,
  .mobile-pull-55, .mobile-push-60,
  .mobile-pull-60, .mobile-push-65,
  .mobile-pull-65, .mobile-push-70,
  .mobile-pull-70, .mobile-push-75,
  .mobile-pull-75, .mobile-push-80,
  .mobile-pull-80, .mobile-push-85,
  .mobile-pull-85, .mobile-push-90,
  .mobile-pull-90, .mobile-push-95,
  .mobile-pull-95, .mobile-push-33,
  .mobile-pull-33, .mobile-push-66,
  .mobile-pull-66, .mobile-push-6col,
  .mobile-pull-6col, .mobile-push-7col,
  .mobile-pull-7col, .mobile-push-8col,
  .mobile-pull-8col, .mobile-push-9col,
  .mobile-pull-9col {
    position: relative;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-grid-5 {
    float: left;
    width: 5%;
  }

  .mobile-prefix-5 {
    margin-left: 5%;
  }

  .mobile-suffix-5 {
    margin-right: 5%;
  }

  .mobile-push-5 {
    left: 5%;
  }

  .mobile-pull-5 {
    left: -5%;
  }

  .mobile-grid-10 {
    float: left;
    width: 10%;
  }

  .mobile-prefix-10 {
    margin-left: 10%;
  }

  .mobile-suffix-10 {
    margin-right: 10%;
  }

  .mobile-push-10 {
    left: 10%;
  }

  .mobile-pull-10 {
    left: -10%;
  }

  .mobile-grid-15 {
    float: left;
    width: 15%;
  }

  .mobile-prefix-15 {
    margin-left: 15%;
  }

  .mobile-suffix-15 {
    margin-right: 15%;
  }

  .mobile-push-15 {
    left: 15%;
  }

  .mobile-pull-15 {
    left: -15%;
  }

  .mobile-grid-20 {
    float: left;
    width: 20%;
  }

  .mobile-prefix-20 {
    margin-left: 20%;
  }

  .mobile-suffix-20 {
    margin-right: 20%;
  }

  .mobile-push-20 {
    left: 20%;
  }

  .mobile-pull-20 {
    left: -20%;
  }

  .mobile-grid-25 {
    float: left;
    width: 25%;
  }

  .mobile-prefix-25 {
    margin-left: 25%;
  }

  .mobile-suffix-25 {
    margin-right: 25%;
  }

  .mobile-push-25 {
    left: 25%;
  }

  .mobile-pull-25 {
    left: -25%;
  }

  .mobile-grid-30 {
    float: left;
    width: 30%;
  }

  .mobile-prefix-30 {
    margin-left: 30%;
  }

  .mobile-suffix-30 {
    margin-right: 30%;
  }

  .mobile-push-30 {
    left: 30%;
  }

  .mobile-pull-30 {
    left: -30%;
  }

  .mobile-grid-35 {
    float: left;
    width: 35%;
  }

  .mobile-prefix-35 {
    margin-left: 35%;
  }

  .mobile-suffix-35 {
    margin-right: 35%;
  }

  .mobile-push-35 {
    left: 35%;
  }

  .mobile-pull-35 {
    left: -35%;
  }

  .mobile-grid-40 {
    float: left;
    width: 40%;
  }

  .mobile-prefix-40 {
    margin-left: 40%;
  }

  .mobile-suffix-40 {
    margin-right: 40%;
  }

  .mobile-push-40 {
    left: 40%;
  }

  .mobile-pull-40 {
    left: -40%;
  }

  .mobile-grid-45 {
    float: left;
    width: 45%;
  }

  .mobile-prefix-45 {
    margin-left: 45%;
  }

  .mobile-suffix-45 {
    margin-right: 45%;
  }

  .mobile-push-45 {
    left: 45%;
  }

  .mobile-pull-45 {
    left: -45%;
  }

  .mobile-grid-50 {
    float: left;
    width: 50%;
  }

  .mobile-prefix-50 {
    margin-left: 50%;
  }

  .mobile-suffix-50 {
    margin-right: 50%;
  }

  .mobile-push-50 {
    left: 50%;
  }

  .mobile-pull-50 {
    left: -50%;
  }

  .mobile-grid-55 {
    float: left;
    width: 55%;
  }

  .mobile-prefix-55 {
    margin-left: 55%;
  }

  .mobile-suffix-55 {
    margin-right: 55%;
  }

  .mobile-push-55 {
    left: 55%;
  }

  .mobile-pull-55 {
    left: -55%;
  }

  .mobile-grid-60 {
    float: left;
    width: 60%;
  }

  .mobile-prefix-60 {
    margin-left: 60%;
  }

  .mobile-suffix-60 {
    margin-right: 60%;
  }

  .mobile-push-60 {
    left: 60%;
  }

  .mobile-pull-60 {
    left: -60%;
  }

  .mobile-grid-65 {
    float: left;
    width: 65%;
  }

  .mobile-prefix-65 {
    margin-left: 65%;
  }

  .mobile-suffix-65 {
    margin-right: 65%;
  }

  .mobile-push-65 {
    left: 65%;
  }

  .mobile-pull-65 {
    left: -65%;
  }

  .mobile-grid-70 {
    float: left;
    width: 70%;
  }

  .mobile-prefix-70 {
    margin-left: 70%;
  }

  .mobile-suffix-70 {
    margin-right: 70%;
  }

  .mobile-push-70 {
    left: 70%;
  }

  .mobile-pull-70 {
    left: -70%;
  }

  .mobile-grid-75 {
    float: left;
    width: 75%;
  }

  .mobile-prefix-75 {
    margin-left: 75%;
  }

  .mobile-suffix-75 {
    margin-right: 75%;
  }

  .mobile-push-75 {
    left: 75%;
  }

  .mobile-pull-75 {
    left: -75%;
  }

  .mobile-grid-80 {
    float: left;
    width: 80%;
  }

  .mobile-prefix-80 {
    margin-left: 80%;
  }

  .mobile-suffix-80 {
    margin-right: 80%;
  }

  .mobile-push-80 {
    left: 80%;
  }

  .mobile-pull-80 {
    left: -80%;
  }

  .mobile-grid-85 {
    float: left;
    width: 85%;
  }

  .mobile-prefix-85 {
    margin-left: 85%;
  }

  .mobile-suffix-85 {
    margin-right: 85%;
  }

  .mobile-push-85 {
    left: 85%;
  }

  .mobile-pull-85 {
    left: -85%;
  }

  .mobile-grid-90 {
    float: left;
    width: 90%;
  }

  .mobile-prefix-90 {
    margin-left: 90%;
  }

  .mobile-suffix-90 {
    margin-right: 90%;
  }

  .mobile-push-90 {
    left: 90%;
  }

  .mobile-pull-90 {
    left: -90%;
  }

  .mobile-grid-95 {
    float: left;
    width: 95%;
  }

  .mobile-prefix-95 {
    margin-left: 95%;
  }

  .mobile-suffix-95 {
    margin-right: 95%;
  }

  .mobile-push-95 {
    left: 95%;
  }

  .mobile-pull-95 {
    left: -95%;
  }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  .mobile-push-33 {
    left: 33.33333%;
  }

  .mobile-pull-33 {
    left: -33.33333%;
  }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  .mobile-push-66 {
    left: 66.66667%;
  }

  .mobile-pull-66 {
    left: -66.66667%;
  }

  .mobile-grid-6col {
    float: left;
    width: 16.66667%;
  }

  .mobile-prefix-6col {
    margin-left: 16.66667%;
  }

  .mobile-suffix-6col {
    margin-right: 16.66667%;
  }

  .mobile-push-6col {
    left: 16.66667%;
  }

  .mobile-pull-6col {
    left: -16.66667%;
  }

  .mobile-grid-7col {
    float: left;
    width: 14.28571%;
  }

  .mobile-prefix-7col {
    margin-left: 14.28571%;
  }

  .mobile-suffix-7col {
    margin-right: 14.28571%;
  }

  .mobile-push-7col {
    left: 14.28571%;
  }

  .mobile-pull-7col {
    left: -14.28571%;
  }

  .mobile-grid-8col {
    float: left;
    width: 12.5%;
  }

  .mobile-prefix-8col {
    margin-left: 12.5%;
  }

  .mobile-suffix-8col {
    margin-right: 12.5%;
  }

  .mobile-push-8col {
    left: 12.5%;
  }

  .mobile-pull-8col {
    left: -12.5%;
  }

  .mobile-grid-9col {
    float: left;
    width: 11.11111%;
  }

  .mobile-prefix-9col {
    margin-left: 11.11111%;
  }

  .mobile-suffix-9col {
    margin-right: 11.11111%;
  }

  .mobile-push-9col {
    left: 11.11111%;
  }

  .mobile-pull-9col {
    left: -11.11111%;
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .tablet-grid-100:before,
  .tablet-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .tablet-grid-100:after {
    clear: both;
  }

  .tablet-push-5,
  .tablet-pull-5, .tablet-push-10,
  .tablet-pull-10, .tablet-push-15,
  .tablet-pull-15, .tablet-push-20,
  .tablet-pull-20, .tablet-push-25,
  .tablet-pull-25, .tablet-push-30,
  .tablet-pull-30, .tablet-push-35,
  .tablet-pull-35, .tablet-push-40,
  .tablet-pull-40, .tablet-push-45,
  .tablet-pull-45, .tablet-push-50,
  .tablet-pull-50, .tablet-push-55,
  .tablet-pull-55, .tablet-push-60,
  .tablet-pull-60, .tablet-push-65,
  .tablet-pull-65, .tablet-push-70,
  .tablet-pull-70, .tablet-push-75,
  .tablet-pull-75, .tablet-push-80,
  .tablet-pull-80, .tablet-push-85,
  .tablet-pull-85, .tablet-push-90,
  .tablet-pull-90, .tablet-push-95,
  .tablet-pull-95, .tablet-push-33,
  .tablet-pull-33, .tablet-push-66,
  .tablet-pull-66 {
    position: relative;
  }

  .hide-on-tablet {
    display: none !important;
  }

  .tablet-grid-5 {
    float: left;
    width: 5%;
  }

  .tablet-prefix-5 {
    margin-left: 5%;
  }

  .tablet-suffix-5 {
    margin-right: 5%;
  }

  .tablet-push-5 {
    left: 5%;
  }

  .tablet-pull-5 {
    left: -5%;
  }

  .tablet-grid-10 {
    float: left;
    width: 10%;
  }

  .tablet-prefix-10 {
    margin-left: 10%;
  }

  .tablet-suffix-10 {
    margin-right: 10%;
  }

  .tablet-push-10 {
    left: 10%;
  }

  .tablet-pull-10 {
    left: -10%;
  }

  .tablet-grid-15 {
    float: left;
    width: 15%;
  }
  
   .tablet-grid-14 {
    float: left;
    width: 14%;
  }

  .tablet-prefix-15 {
    margin-left: 15%;
  }

  .tablet-suffix-15 {
    margin-right: 15%;
  }

  .tablet-push-15 {
    left: 15%;
  }

  .tablet-pull-15 {
    left: -15%;
  }

  .tablet-grid-20 {
    float: left;
    width: 20%;
  }

  .tablet-prefix-20 {
    margin-left: 20%;
  }

  .tablet-suffix-20 {
    margin-right: 20%;
  }

  .tablet-push-20 {
    left: 20%;
  }

  .tablet-pull-20 {
    left: -20%;
  }

  .tablet-grid-25 {
    float: left;
    width: 25%;
  }

  .tablet-prefix-25 {
    margin-left: 25%;
  }

  .tablet-suffix-25 {
    margin-right: 25%;
  }

  .tablet-push-25 {
    left: 25%;
  }

  .tablet-pull-25 {
    left: -25%;
  }

  .tablet-grid-30 {
    float: left;
    width: 30%;
  }

  .tablet-prefix-30 {
    margin-left: 30%;
  }

  .tablet-suffix-30 {
    margin-right: 30%;
  }

  .tablet-push-30 {
    left: 30%;
  }

  .tablet-pull-30 {
    left: -30%;
  }

  .tablet-grid-35 {
    float: left;
    width: 35%;
  }

  .tablet-prefix-35 {
    margin-left: 35%;
  }

  .tablet-suffix-35 {
    margin-right: 35%;
  }

  .tablet-push-35 {
    left: 35%;
  }

  .tablet-pull-35 {
    left: -35%;
  }

  .tablet-grid-40 {
    float: left;
    width: 40%;
  }

  .tablet-prefix-40 {
    margin-left: 40%;
  }

  .tablet-suffix-40 {
    margin-right: 40%;
  }

  .tablet-push-40 {
    left: 40%;
  }

  .tablet-pull-40 {
    left: -40%;
  }

  .tablet-grid-45 {
    float: left;
    width: 45%;
  }

  .tablet-prefix-45 {
    margin-left: 45%;
  }

  .tablet-suffix-45 {
    margin-right: 45%;
  }

  .tablet-push-45 {
    left: 45%;
  }

  .tablet-pull-45 {
    left: -45%;
  }

  .tablet-grid-50 {
    float: left;
    width: 50%;
  }

  .tablet-prefix-50 {
    margin-left: 50%;
  }

  .tablet-suffix-50 {
    margin-right: 50%;
  }

  .tablet-push-50 {
    left: 50%;
  }

  .tablet-pull-50 {
    left: -50%;
  }

  .tablet-grid-55 {
    float: left;
    width: 55%;
  }

  .tablet-prefix-55 {
    margin-left: 55%;
  }

  .tablet-suffix-55 {
    margin-right: 55%;
  }

  .tablet-push-55 {
    left: 55%;
  }

  .tablet-pull-55 {
    left: -55%;
  }

  .tablet-grid-60 {
    float: left;
    width: 60%;
  }

  .tablet-prefix-60 {
    margin-left: 60%;
  }

  .tablet-suffix-60 {
    margin-right: 60%;
  }

  .tablet-push-60 {
    left: 60%;
  }

  .tablet-pull-60 {
    left: -60%;
  }

  .tablet-grid-65 {
    float: left;
    width: 65%;
  }

  .tablet-prefix-65 {
    margin-left: 65%;
  }

  .tablet-suffix-65 {
    margin-right: 65%;
  }

  .tablet-push-65 {
    left: 65%;
  }

  .tablet-pull-65 {
    left: -65%;
  }

  .tablet-grid-70 {
    float: left;
    width: 70%;
  }

  .tablet-prefix-70 {
    margin-left: 70%;
  }

  .tablet-suffix-70 {
    margin-right: 70%;
  }

  .tablet-push-70 {
    left: 70%;
  }

  .tablet-pull-70 {
    left: -70%;
  }

  .tablet-grid-75 {
    float: left;
    width: 75%;
  }

  .tablet-prefix-75 {
    margin-left: 75%;
  }

  .tablet-suffix-75 {
    margin-right: 75%;
  }

  .tablet-push-75 {
    left: 75%;
  }

  .tablet-pull-75 {
    left: -75%;
  }

  .tablet-grid-80 {
    float: left;
    width: 80%;
  }

  .tablet-prefix-80 {
    margin-left: 80%;
  }

  .tablet-suffix-80 {
    margin-right: 80%;
  }

  .tablet-push-80 {
    left: 80%;
  }

  .tablet-pull-80 {
    left: -80%;
  }

  .tablet-grid-85 {
    float: left;
    width: 85%;
  }

  .tablet-prefix-85 {
    margin-left: 85%;
  }

  .tablet-suffix-85 {
    margin-right: 85%;
  }

  .tablet-push-85 {
    left: 85%;
  }

  .tablet-pull-85 {
    left: -85%;
  }

  .tablet-grid-90 {
    float: left;
    width: 90%;
  }

  .tablet-prefix-90 {
    margin-left: 90%;
  }

  .tablet-suffix-90 {
    margin-right: 90%;
  }

  .tablet-push-90 {
    left: 90%;
  }

  .tablet-pull-90 {
    left: -90%;
  }

  .tablet-grid-95 {
    float: left;
    width: 95%;
  }

  .tablet-prefix-95 {
    margin-left: 95%;
  }

  .tablet-suffix-95 {
    margin-right: 95%;
  }

  .tablet-push-95 {
    left: 95%;
  }

  .tablet-pull-95 {
    left: -95%;
  }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  .tablet-push-33 {
    left: 33.33333%;
  }

  .tablet-pull-33 {
    left: -33.33333%;
  }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  .tablet-push-66 {
    left: 66.66667%;
  }

  .tablet-pull-66 {
    left: -66.66667%;
  }

  .tablet-grid-6col {
    float: left;
    width: 16.66667%;
  }

  .tablet-prefix-6col {
    margin-left: 16.66667%;
  }

  .tablet-suffix-6col {
    margin-right: 16.66667%;
  }

  .tablet-push-6col {
    left: 16.66667%;
  }

  .tablet-pull-6col {
    left: -16.66667%;
  }

  .tablet-grid-7col {
    float: left;
    width: 14.28571%;
  }

  .tablet-prefix-7col {
    margin-left: 14.28571%;
  }

  .tablet-suffix-7col {
    margin-right: 14.28571%;
  }

  .tablet-push-7col {
    left: 14.28571%;
  }

  .tablet-pull-7col {
    left: -14.28571%;
  }

  .tablet-grid-8col {
    float: left;
    width: 12.5%;
  }

  .tablet-prefix-8col {
    margin-left: 12.5%;
  }

  .tablet-suffix-8col {
    margin-right: 12.5%;
  }

  .tablet-push-8col {
    left: 12.5%;
  }

  .tablet-pull-8col {
    left: -12.5%;
  }

  .tablet-grid-9col {
    float: left;
    width: 11.11111%;
  }

  .tablet-prefix-9col {
    margin-left: 11.11111%;
  }

  .tablet-suffix-9col {
    margin-right: 11.11111%;
  }

  .tablet-push-9col {
    left: 11.11111%;
  }

  .tablet-pull-9col {
    left: -11.11111%;
  }

  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}



@media screen and (min-width: 960px) {
  .grid-100:before,
  .grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-100:after {
    clear: both;
  }

  .push-5,
  .pull-5, .push-10,
  .pull-10, .push-15,
  .pull-15, .push-20,
  .pull-20, .push-25,
  .pull-25, .push-30,
  .pull-30, .push-35,
  .pull-35, .push-40,
  .pull-40, .push-45,
  .pull-45, .push-50,
  .pull-50, .push-55,
  .pull-55, .push-60,
  .pull-60, .push-65,
  .pull-65, .push-70,
  .pull-70, .push-75,
  .pull-75, .push-80,
  .pull-80, .push-85,
  .pull-85, .push-90,
  .pull-90, .push-95,
  .pull-95, .push-33,
  .pull-33, .push-66,
  .pull-66 {
    position: relative;
  }

  .hide-on-desktop {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }

  .suffix-5 {
    margin-right: 5%;
  }

  .push-5 {
    left: 5%;
  }

  .pull-5 {
    left: -5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .push-10 {
    left: 10%;
  }

  .pull-10 {
    left: -10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }
	
  .grid-14 {
    float: left;
    width: 14%;
  }
  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .push-15 {
    left: 15%;
  }

  .pull-15 {
    left: -15%;
  }

  .grid-20 {
    float: left;
    width: 20%;
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .push-20 {
    left: 20%;
  }

  .pull-20 {
    left: -20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .push-25 {
    left: 25%;
  }

  .pull-25 {
    left: -25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .push-30 {
    left: 30%;
  }

  .pull-30 {
    left: -30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .push-35 {
    left: 35%;
  }

  .pull-35 {
    left: -35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .push-40 {
    left: 40%;
  }

  .pull-40 {
    left: -40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .push-45 {
    left: 45%;
  }

  .pull-45 {
    left: -45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .push-50 {
    left: 50%;
  }

  .pull-50 {
    left: -50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .push-55 {
    left: 55%;
  }

  .pull-55 {
    left: -55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .push-60 {
    left: 60%;
  }

  .pull-60 {
    left: -60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .push-65 {
    left: 65%;
  }

  .pull-65 {
    left: -65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .push-70 {
    left: 70%;
  }

  .pull-70 {
    left: -70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .push-75 {
    left: 75%;
  }

  .pull-75 {
    left: -75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .push-80 {
    left: 80%;
  }

  .pull-80 {
    left: -80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .push-85 {
    left: 85%;
  }

  .pull-85 {
    left: -85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .push-90 {
    left: 90%;
  }

  .pull-90 {
    left: -90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .push-95 {
    left: 95%;
  }

  .pull-95 {
    left: -95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .push-33 {
    left: 33.33333%;
  }

  .pull-33 {
    left: -33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .push-66 {
    left: 66.66667%;
  }

  .pull-66 {
    left: -66.66667%;
  }

  .grid-6col {
    float: left;
    width: 16.66667%;
  }

  .prefix-6col {
    margin-left: 16.66667%;
  }

  .suffix-6col {
    margin-right: 16.66667%;
  }

  .push-6col {
    left: 16.66667%;
  }

  .pull-6col {
    left: -16.66667%;
  }

  .grid-7col {
    float: left;
    width: 14.28571%;
  }

  .prefix-7col {
    margin-left: 14.28571%;
  }

  .suffix-7col {
    margin-right: 14.28571%;
  }

  .push-7col {
    left: 14.28571%;
  }

  .pull-7col {
    left: -14.28571%;
  }

  .grid-8col {
    float: left;
    width: 12.5%;
  }

  .prefix-8col {
    margin-left: 12.5%;
  }

  .suffix-8col {
    margin-right: 12.5%;
  }

  .push-8col {
    left: 12.5%;
  }

  .pull-8col {
    left: -12.5%;
  }

  .grid-9col {
    float: left;
    width: 11.11111%;
  }

  .prefix-9col {
    margin-left: 11.11111%;
  }

  .suffix-9col {
    margin-right: 11.11111%;
  }

  .push-9col {
    left: 11.11111%;
  }

  .pull-9col {
    left: -11.11111%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }
}




/* line 90, ../sass/default-norm.scss */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* line 98, ../sass/default-norm.scss */
html,
body {
  height: 100%;
}

/* line 113, ../sass/default-norm.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* line 118, ../sass/default-norm.scss */
b,
strong {
  font-weight: bold;
}

/* line 122, ../sass/default-norm.scss */
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 130, ../sass/default-norm.scss */
ul,
ol {
  list-style: none;
}

/* line 134, ../sass/default-norm.scss */
li {
  display: list-item;
}

/* line 138, ../sass/default-norm.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 145, ../sass/default-norm.scss */
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

/* line 151, ../sass/default-norm.scss */
q {
  quotes: none;
}

/* line 156, ../sass/default-norm.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 163, ../sass/default-norm.scss */
sub,
sup,
small {
  font-size: 75%;
}

/* line 168, ../sass/default-norm.scss */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 174, ../sass/default-norm.scss */
sub {
  bottom: -0.25em;
}

/* line 178, ../sass/default-norm.scss */
sup {
  top: -0.5em;
}

/* line 182, ../sass/default-norm.scss */
svg {
  overflow: hidden;
}

/* line 187, ../sass/default-norm.scss */
pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

/* line 191, ../sass/default-norm.scss */
hr {
  border: 0 #cccccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* line 198, ../sass/default-norm.scss */
h1 {
  font-size: 1.5em;
}

/* line 202, ../sass/default-norm.scss */
h2 {
  font-size: 1.4em;
}

/* line 206, ../sass/default-norm.scss */
h3 {
  font-size: 1.2em;
}

/* line 210, ../sass/default-norm.scss */
h4 {
  font-size: .95em;
}

/* line 214, ../sass/default-norm.scss */
h5 {
  font-size: .85em;
}

/* line 218, ../sass/default-norm.scss */
h6 {
  font-size: .8em;
}

/* line 222, ../sass/default-norm.scss */
ol {
  list-style: decimal;
}

/* line 226, ../sass/default-norm.scss */
ul {
  list-style: disc;
}

/* line 230, ../sass/default-norm.scss */
li {
  margin-left: 30px;
}

/* line 249, ../sass/default-norm.scss */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0.8em;
  font-weight: normal;
}

/* line 253, ../sass/default-norm.scss */
body {
  background: white;
  color: #333333;
  /* text-align: center; */
}

/* line 259, ../sass/default-norm.scss */
a {
  color: blue;
  text-decoration: none;
}

/* line 263, ../sass/default-norm.scss */
a:hover {
  text-decoration: underline;
}

/* line 267, ../sass/default-norm.scss */
h1 {
  padding-top: 1.33em;
}

/* line 274, ../sass/default-norm.scss */
textarea {
  font-family: "OpenSans", Arial, Helvetica;
}

/*

.example-block {
  background: #eeeeee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.grid-container {
  padding-bottom: 20px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #ddeecc;
}

div[class*="pull-"] section {
  background: #ffccdd;
}

.dynamic-px-width {
  display: block;
}


*/


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/* custom styles */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/* function for em to px conversion */
/*	--------------------------------------	*\
	CORE MIXINS 
\*	--------------------------------------	*/
/* Opacity */
/* Retine Images */
/* EXAMPLE:
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
/*

/* box sizing */
/* EXAMPLE:
  @include box-sizing(border-box);
*/
/* BORDER RADIUS */
/*BORDER RADIUS SINGLE SIDE */
/* EXAMPLE:
  @include border-radius(5px);

  @include border-top-radius(10px);
  @include border-right-radius(8px);
  @include border-bottom-radius(10px);
  @include border-left-radius (6px);

*/
/* General transition */
/* box shadow */
/* EXAMPLE:
   @include box-shadow(0 0 .25em .25em black);
   
   @include box-shadow(inset 1px 1px 1px blue);
*/
/* Linear gradients */
/* EXAMPLE:
  @include linear-gradient(#000, #BADA55);
*/
/*	--------------------------------------	*\
	COMMON LAYOUT ELEMENTS
\*	--------------------------------------	*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a { 
	color: #117CA7;
}
a:hover {
	color: #00b2eb;
}

img, iframe {
	max-width: 100%;
}
.int-hero img, .hero img {
	max-width: none;
}

.int-holder img {
	margin-bottom: 20px;
}

.google_btn {
	 -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  background-color: #f47321;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
}
.google_btn:hover {
  background-color: #ce6725;
  color: #fff;
  text-decoration: none;
}

.bg-image-pattern {
	background: url(../images/bg.png) repeat;
	width: 100%;
	height: 220px;
	position: absolute;
	z-index: 100;
	top: 0;
}


.WebPartBorder:after, .WebPartBorderActive:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.WebPartBorder, .WebPartBorderActive {
  display: inline-block;
}

/* start commented backslash hack \*/

* html .WebPartBorder {
  height: 1%;
}


.WebPartBorder, .WebPartBorderActive {
  display: block;
}

/* close commented backslash hack */

.int-hero .EditableImageEdit {
  height: 220px;
}


.ImageSelectorHeader {
  z-index: 700;
}

@media screen and (max-width: 767px) {
/* mobile */
a.hot-box .icon {
  display: block;
  margin-bottom: 10px;
  display: hidden;
}

a.hot-box .iconmobile {
float:left;
margin-right:10px;
  display: block;
  margin-bottom: 10px;
  display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  
    .hot-buttons .grid-15 {
  position: relative;
  /* margin-left: 10px; */
  width: 16.6%;
}
}
@media screen and (min-width: 960px) {
	    .hot-buttons .grid-15 {
  position: relative;
  margin-left: 15px;
}
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
@media print {
  
  nav {
    display: none;
  }

  
  .hero {
    display: none;
  }

  
  .hot-buttons {
    display: none;
  }

  
  .social {
    display: none;
  }

  
  .img {
    display: none;
  }

  
  .new-block {
    border-bottom: 2px solid #ccc;
  }

  
  footer {
    border: 3px solid #1d3160;
    padding: 20px;
  }

  
  .quote-section {
    display: none;
  }

  
  .testimonials {
    display: none;
  }

  
  .social-bar {
    display: none;
  }

  
  .sitemap {
    display: none;
  }

  
  .int-hero {
    height: 40px;
  }

  
  .hex {
    display: none;
  }

  
  .int-hero img {
    display: none;
  }

  
  .caption {
    margin-top: 0px;
    position: static;
    font-size: 25px;
    margin-top: 0px;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  
  .overlay {
    position: static;
  }
}
/*	--------------------------------------	*\
	FONTS
\*	--------------------------------------	*/
/*	--------------------------------------	*\
	HEADER
\*	--------------------------------------	*/

header {
  height: auto;
  position: relative;
}

header .logo {
  float: left;
  margin-top: 20px;
}

header .key-link {
  float: right;
}

header .social-bar {
  padding: 10px;
  background-color: #e5e5e5;
  float: right;
  padding-left: 10px;
}

header .google-translate {
  float: right;
  padding-left: 10px;
  margin-top: 5px;
}

header .btn-social {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

header .increase {
  background-image: url(../images/icon-minus.png);
}

header .reset {
  background-image: url(../images/icon-reset.png);
}

header .decrease {
  background-image: url(../images/icon-plus.png);
}

header .print {
  background-image: url(../images/icon-print.png);
}

header .call-us {
  float: right;
  margin-top: 8px;
  font-size: 1.4375em;
  font-weight: 600;
  color: #99ca3c;
}

header .call-us .highlight {
  color: #656565;
}

header .call-us a {
  color: #99ca3c;
}

header .quote {
  background-color: #f47321;
  padding: 10px 15px;
  color: #fff;
  float: right;
  margin-top:10px;
}

header .quote a {
  color: #fff;
}

header .quote a:hover {
  text-decoration: none;
}

header .quote .icon img {
  height: 30px;
  width: 27px;
  padding-right: 10px;
}
header .quote:hover {
  background-color: #ce6725;
}
header .fast50{
    float:right;
    width:105px;
    margin-right:10px;
    margin-top:10px;
}
header .fast50 img{
    max-width:100%;
}

@media screen and (max-width: 767px) {
  /* mobile */
  
  .mid-tablet-grid-100 {
    float: none;
    width: 100%;
  }

  
  header {
    text-align: center;
    height: auto;
  }
  
  header .key-link {
    float: left;
  }
  
  header .logo {
    margin-bottom: 27px;
    float: none;
    display: inline-block;
  }
  
  header .social-bar {
    float: none;
  }
  
  header .btn-social {
    width: 21px;
    float: right;
    display: inline-block;
    text-align: left;
  }
  
  header .print {
    display: none;
  }
  
  header .google-translate {
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: 3px;
  }
  
  header .call-us {
    display: none;
    font-size: 1.3125em;
  }

}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  
  header .call-us {
    font-size: 1.25em;
  }
  
  header .quote {
    width: 75px;
    padding: 8px 15px;
    line-height: 1em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }
  
  header .quote .icon img {
    display: none;
  }
  
  header .quote .learn {
    font-size: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }

}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	HOME LAYOUT ELEMENTS
\*	--------------------------------------	*/

.hot-buttons {
  position: relative;
  z-index: 200;
  background-image: url(../images/bg-hotbox.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  background-color: #ececec;
  height: 180px;
}




a.hot-box {
  width: 100px;
  background-color: #00b2eb;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 300;
  height: 140px;
  text-decoration: none;
  top: 0px;
  left: 0px;
  position: absolute;
/*  font-size: .8em;*/
  transition: .2s;
}

a.hot-box:hover {
  background-color: #0083a9;
  padding: 30px;
  left: -10px;
  top: -10px;
}

a.hot-box .icon {
  display: block;
  margin: 10px 0;
  display: block;
}

a.hot-box .learn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
}

a.hot-box .title {
    min-height: 38px;
    display: inline-block;
}


.news {
  padding-top: 30px;
}

.news .title {
  color: #0060a0;
  margin-bottom: 30px;
  font-size: 1.875em;
  font-weight: 300;
  display: block;
  position: relative;
}

.news .title.SCWA {
  padding-left: 90px;
}

.news .title .icon-scwa {
  background: url(/images/logo2.png) no-repeat left;
  height: 40px;
  width: 76px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.news .news-block {
  color: #353535;
}

.news .news-block .img {
  float: left;
}

.news .news-block .img img {
  width: 92px;
  height: 92px;
}

.news .news-block .title-news {
  font-weight: bold;
  font-size: 0.9375em;
  padding-bottom: 5px;
}

.news .news-block .description {
  float: left;
  font-size: 0.8125em;
  padding-bottom: 30px;
}

.news .news-block .date {
  font-weight: 600;
  font-size: 0.75em;
  display: block;
  padding-bottom: 5px;
  color: #a5a5a5;
}

.news .news-block a {
  display: block;
}

.news .news-block a.link {
  background-image: url(../images/icon-arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  display: block;
  font-family: 'Avenir LT W01 85 Heavy';
  color: #00b2eb;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}


.testimonial-holder {
  height: auto;
  position: relative;
  min-height: 200px;
  overflow: auto;
}


.slider-testimonial {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
  margin-top: 30px;
}


.testimonials {
  color: #696969;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonials .description {
  font-size: 1.625em;
  font-style: italic;
  font-weight: 300;
  color: #696969;
}

.testimonials .author {
  font-weight: bold;
  font-size: 1em;
  color: #353535;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}

.ttm .testimonial .description {
    font-size: 13px;
}


.cycle-slide {
  width: 100%;
}

/* pager */

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  left: 0px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cycle-pager a {
  font-family: arial;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  cursor: pointer;
  background-color: #ddd;
  margin-right: 5px;
}


.cycle-pager a.cycle-pager-active {
  background-color: #595959;
}


.cycle-pager > * {
  cursor: pointer;
}


.quote-section {
  padding: 50px 0px 50px 0px;
  background-color: #ececec;
}


.video-container {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.video-container img {
  max-width: 100%;
  width: 100%;
}

.video-container:hover .play-btn {
  -webkit-box-shadow: 0px 3px 30px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 3px 30px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 30px rgba(255, 255, 255, 0.75);
}

.video-container .play-btn {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  background: rgba(0, 0, 0, 0.75);
  width: 80px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -25px;
  border-radius: 8px;
  display: block;
  position: absolute;
}

.video-container .play-btn:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  left: 32px;
  font-size: 26px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
}


.btn-container {
  background-color: #1d3160;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  height: 114px;
  overflow: hidden;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.btn-container:hover {
  text-decoration: none;
}

.btn-container .lbl {
  font-size: 1.875em;
  font-weight: 300;
  display: block;
  padding-bottom: 9px;
  line-height: 30px;
}

.btn-container .action {
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3px;
}

.btn-container .btn-holder {
  display: block;
  padding: 30px 0px 30px 20px;
  float: left;
}

.btn-container .icon {
  width: 113px;
  height: 115px;
  float: left;
  background-color: #0c1d43;
  display: block;
  background-image: url(../images/icon-build.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-container:hover {
  background-color: #234fb8;
}


.btn-mailing {
  background-color: #00a890;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  height: 114px;
  overflow: hidden;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.btn-mailing:hover {
  text-decoration: none;
}

.btn-mailing .lbl {
  font-size: 1.875em;
  font-weight: 300;
  display: block;
  padding-bottom: 9px;
  line-height: 30px;
}

.btn-mailing .action {
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3px;
}

.btn-mailing .btn-holder {
  display: block;
  padding: 30px 5px 30px 25px;
  float: left;
}

.btn-mailing .icon {
  width: 113px;
  height: 115px;
  float: left;
  background-color: #008370;
  display: block;
  background-image: url(../images/icon-mail.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-mailing:hover {
  background-color: #27d1b9;
}


.quote-section .title {
  font-weight: 300;
  font-size: 1.875em;
  margin-bottom: 20px;
  display: block;
  color: #0060a0;
  position: relative;
}

.quote-section .field-section {
  margin-bottom: 5px;
}

.quote-section table {
  margin-bottom: 0;
}

.quote-section .form .RadioButtonList {
  margin-top: 5px;
}

.quote-section .form .RadioButtonList .styledRadio {
  float: left;
  margin-right: 8px;
}

.quote-section .form .RadioButtonList label {
  float: left;
  margin-right: 8px;
  font-weight: 400 !important;
}

.quote-section .form .EditingFormErrorLabel, .quote-section .form .ErrorLabel {
  font-size: 0.6875em;
  color: #353535;
  line-height: 1.75em;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}

.quote-section .form label, .quote-section .form .EditingFormLabel {
  font-size: 0.8125em;
  font-weight: bold;
  color: #353535;
  padding: 5% 0% 5% 0%;
  display: block;
}

.quote-section .form input[type=text], .quote-section .form select, .quote-section .form textarea {
  width: 95%;
  padding: 2.5%;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #9f9f9f;
  border-bottom: 0px;
  font-size: 0.8125em;
  color: #353535;
  font-family: 'Open Sans', sans-serif;
}

.quote-section .form select {
  width: 100%;
  padding: 2.5%;
}

.quote-section .form .FormButton, .webform input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  background-color: #f47321;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
}

.quote-section .form .FormButton:hover, .webform input[type=submit]:hover {
  background-color: #ce6725;
}

@media screen and (max-width: 767px) {
  /* mobile */
  
  .quote-section .title {
    margin-bottom: 5px;
  }
  
  .quote-section .form label, .quote-section .form .EditingFormLabel {
    font-size: 0.8125em;
    font-weight: bold;
    color: #353535;
    padding: 2% 0% 2% 0%;
    display: block;
  }
  
  .quote-section .form input[placeholder], .quote-section .form [placeholder], .quote-section .form *[placeholder] {
    color: #353535 !important;
    font-weight: bold;
  }
  
  .quote-section .form select {
    color: #353535 !important;
    font-weight: bold;
  }

  
  .btn-container {
    height: auto;
    margin-bottom: 1px;
  }
  
  .btn-container .lbl {
    font-size: 1.375em;
  }
  
  .btn-container .btn-holder {
    padding: 20px 5px 20px 25px;
  }
  
  .btn-container .icon {
    display: none;
  }

  
  .btn-mailing {
    height: auto;
  }
  
  .btn-mailing .lbl {
    font-size: 1.375em;
  }
  
  .btn-mailing .btn-holder {
    padding: 20px 5px 20px 25px;
  }
  
  .btn-mailing .icon {
    display: none;
  }

  
  .news {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  }
  
  .news .news-block:before,
  .news .news-block:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .news .news-block:after {
    clear: both;
  }
  
  .news .news-block {
    *zoom: 1;
  }
  
  .news .mobile-grid-40 {
    width: 92px;
    margin-right: 20px;
  }
  
  .news .news-list dt, .news .news-list .description, .news .news-list .date {
    width: 62%;
  }
  
  .news .news-list .img {
    width: 38%;
  }

  
  .mobile-grid-parent {
    padding: 0%;
    width: 100%;
  }

  
  .testimonial-holder {
    min-height: 230px;
  }

  
  .testimonials {
    color: #696969;
    text-align: center;
    position: relative;
  }
  
  .testimonials .description {
    font-size: 1.125em;
    font-style: italic;
    font-weight: 300;
    color: #696969;
  }
  
  .testimonials .author {
    font-weight: bold;
    font-size: 0.875em;
    color: #353535;
    padding-top: 10px;
    display: inline-block;
  }

  
  .hot-buttons {
    background-image: none;
    background-color: transparent;
    height: auto;
    margin: 0px;
  }
  
  .hot-buttons .holder {
    display: none;
  }
  
  .hot-buttons .grid-20 {
    left: 0;
  }

  
  .hide-on-mobile {
    display: none;
  }

  
  a.hot-box {
    height: 40px;
    position: relative;
    width: auto;
    height: auto;
    font-size: 0.875em;
    border-bottom: 1px solid #fff;
    padding: 20px 0px 20px 20px;
  }
  
  a.hot-box:hover {
    padding: 20px 0px 20px 20px;
    left: 0;
    top: 0;
    width: auto;
  }
  
  a.hot-box .icon {
    float: left;
    width: 50px;
  
    margin: 0 0 10px;
}
  
  a.hot-box span {
    display: block;
  }
  a.hot-box .title {
    min-height: 25px;
}
  
  a.hot-box .learn {
    position: relative;
    left: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  
  a.hot-box {
    position: relative;
    background-color: #00b2eb;
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    height: 146px;
    text-decoration: none;
    position: relative;
  
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    width: auto;
  
    font-size: 0.8em;
}
  
  a.hot-box:hover {
    padding: 20px 0px 20px 20px;
    width: auto;
    left: 0;
    top: 0;
  }

  
  .hot-buttons {
    height: auto;
    margin: 0px;
  }
  
  .hot-buttons .holder {
    display: none;
  }
  
  .hot-buttons .grid-20 {
    left: 0;
  }

  
  .btn-container .lbl {
    font-size: 1.375em;
  }

  
  .btn-mailing .lbl {
    font-size: 1.375em;
  }

  
  .testimonial-holder {
    min-height: 150px;
  }

  
  .testimonials .description {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	INNER LAYOUT ELEMENTS
\*	--------------------------------------	*/

.breadcrumbs {
  color: #b2b2b2;
  padding: 15px 0px 15px 0px;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #dddddd));
  background-image: -o-linear-gradient(bottom, #ececec 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(bottom, #ececec 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(bottom, #ececec 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(bottom, #ececec 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #dddddd 100%);
  font-size: 0.8125em;
}

.breadcrumbs a {
  color: #6a6a6a;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}


.int-holder {
  padding-left: 20px;
}


.int-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.int-content .testimonial-holder {
  background-color: #fff;
}

.int-content .slider-testimonial {
  background-color: #fff;
  margin-top: 0;
}

.int-content .testimonials {
  background-color: #fff;
  padding-top: 20px;
  color: #696969;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.int-content .testimonials h2 {
  text-align: left;
  color: #0060a0;
}

.int-content .testimonials .description {
  font-size: 1.625em;
  font-style: italic;
  font-weight: 300;
  color: #696969;
}

.int-content .testimonials .author {
  font-weight: bold;
  font-size: 1em;
  color: #353535;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}


.form-holder {
  padding-left: 20px;
}


.int-right h1 {
  font-size: 1.625em;
  color: #696969;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 300;
}

.int-right h2 {
  color: #0060a0;
  font-size: 1.375em;
  font-weight: 600;
}

.int-right h3 {
  color: #353535;
  font-size: 1em;
  font-weight: bold;
}

.int-holder ul {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
}

.int-right ul li {
  list-style-type: disc;
  /* font-size: 0.8125em; */
  color: #353535;
  line-height: 1.75em;
  margin-bottom: 5px;
}

.int-right ul li li {
  font-size: 1em;
}

.int-right ul ul {
  margin-top: 10px;
}

.int-right ol {
  margin-bottom: 0;
}

.int-right ol li {
  list-style-type: decimal;
  font-size: 0.8125em;
  color: #353535;
  line-height: 1.75em;
  margin-bottom: 5px;
}

.int-right ol li li {
  font-size: 0.8125em;
}

.int-right p {
  /* font-size: 0.8125em; */
  /* color: #353535; */
  /* line-height: 1.75em; */
  /* margin-bottom: 15px; */
}

.int-right a {
  color: #0060a0;
}

.int-right .image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}


#expand-sublinks.closed + #menuElem {
  display: none;
}


#expand-sublinks {
  background-color: #ffffff;
  padding: 10px 0px 10px 20px;
  cursor: pointer;
  color: #000;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: bold;
  color: #7d7d7d;
  position: relative;
}

#expand-sublinks .plus {
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  background: #1d3160 url(../images/plus-symbol.png) no-repeat center center;
}


#menuElem {
  background-color: #eee;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

#menuElem li {
  list-style-type: none;
  margin-left: 0px;
  width: 100%;
}

#menuElem li a, #menuElem li span {
  display: block;
  font-size: 0.75em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #515151;
  text-decoration: none;
}

#menuElem li a:hover, #menuElem li span:hover {
  background-color: #c5c5c5;
}


#sub-links-wrapper {
  display: none;
}


.int-hot-box {
  height: auto;
}

.int-hot-box a.hot-box {
  height: auto;
  font-size: 0.875em;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  position: relative;
  padding: 15px;
  width: auto;
  min-height: 40px;
}

.int-hot-box a.hot-box:hover {
  top: 0px;
  left: 0px;
  padding: 15px 0px 15px 15px;
  height: auto;
}

.int-hot-box a.hot-box .icon {
  float: left;
  width: 50px;
  margin: 0;
}

.int-hot-box a.hot-box span {
  display: block;
}

.int-hot-box a.hot-box .learn {
  position: relative;
  left: 0px;
  top: 3px;
  font-size: 0.6875em;
}

.int-hot-box a.quote-btn {
  margin-bottom: 1px;
  background-color: #f47321;
  display: block;
  padding: 20px 0px 20px 20px;
  color: #fff;
  font-weight: 300;
  height: 40px;
  text-decoration: none;
  position: relative;
  font-size: 1.125em;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.int-hot-box a.quote-btn:hover {
  background-color: #ce6725;
}

.int-hot-box a.quote-btn .learn {
  display: block;
  margin-top: 5px;
}

.int-hot-box a.quote-btn .icon {
  display: block;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 50px;
}


.hot-box-grid {
  float: left;
}


.int-right {
  float: right;
}

/* GALLERY SLIDESHOW */

.gallery-slideshow {
  position: relative;
}

.gallery-slideshow .cycle-prev {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  background-color: #000;
  opacity: 0.6;
  z-index: 140;
  cursor: pointer;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.gallery-slideshow .cycle-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  left: 10px;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
}

.gallery-slideshow .cycle-prev:hover, .gallery-slideshow .cycle-prev:active {
  opacity: 1;
}

.gallery-slideshow .cycle-next {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  background-color: #000;
  opacity: 0.6;
  z-index: 140;
  cursor: pointer;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.gallery-slideshow .cycle-next:before {
  content: "\f054";
  font-family: FontAwesome;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  right: 10px;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
}

.gallery-slideshow .cycle-next:hover, .gallery-slideshow .cycle-next:active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* mobile */
  
  .int-holder {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  
  .form-holder {
    padding-left: 0px;
  }

  
  .hot-box-grid {
    float: left;
  }

  
  .int-right {
    float: left;
  }

  
  #sub-links-wrapper {
    display: block;
  }

  
  .int-hot-box a.hot-box {
    height: auto;
    font-size: 0.875em;
    border-bottom: 1px solid #fff;
    padding: 20px 0px 20px 20px;
    min-height: 40px;
  }
  
  .int-hot-box a.hot-box:hover {
    padding: 20px 0px 20px 20px;
  }
  
  .int-hot-box a.last {
    border-bottom: 0px;
  }

  
  .int-content {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  
  .int-content .testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .int-content .testimonials .description {
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }

  
  .int-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .int-right h1 {
    font-size: 1.25em;
  }
  
  .int-right .image-right {
    float: none;
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    width: 100%;
  }
  
  .int-right p {
    margin-bottom: 20px;
  }
}

.news-section {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.news-section:first-child {
  padding-top: 0px;
  border-top: 0px;
  margin-top: 0px;
}

.news-section .NewsPTitle {
  font-size: 1.25em;
  font-weight: 300;
}

.news-section .NewsPBody {
  font-size: 0.8125em;
  color: #353535;
  line-height: 1.75em;
}

.news-section .NewsDate {
  font-weight: 600;
  font-size: 0.75em;
  display: block;
  padding-bottom: 5px;
  color: #a5a5a5;
}

.news-section a {
  display: block;
}

.news-section a.link {
  background-image: url(../images/icon-arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  display: block;
  font-family: 'Avenir LT W01 85 Heavy';
  color: #00b2eb;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	FOOTER
\*	--------------------------------------	*/

.footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background: none;
  float: none;
}

.footer ul > li > a {
  font-weight: bold;
  font-size: 0.875em;
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

.footer ul > li > ul > li > a {
  font-weight: normal;
  font-size: 0.8125em;
  color: #7189bf;
  padding-bottom: 5px;
  padding-top: 0px;
  display: block;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.footer ul > li > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .title {
  font-weight: bold;
  font-size: 0.875em;
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

.footer a.btn-affiliate {
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #394665;
  margin-right: 10px;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}

.footer a.btn-affiliate img {
  max-width: 55px;
  max-height: 41px;
}

.footer p {
  color: #7189bf;
  font-size: 0.875em;
  margin-bottom: 30px;
}


.social {

  margin-top:20px;
  text-align: center;
  color: #fff;
}

.social .title {
  width: 100%;
  text-align: center;
  font-family: 'Avenir LT W01 35 Light';
  font-size: 2em;
  display: block;
  margin-bottom: 20px;
  line-height: 32px;
}

.social a.btn-social {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  color: #0060a0;
  /* font-family: 'Avenir LT W01 95 Black'; */
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  display: block;
  height: 110px;
  text-decoration: none;
}

.social a.btn-social:hover {
  color: #00b2eb;
}

.social a.btn-social:hover:before {
  color: #00b2eb;
}

.social .twitter:before {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f099';
  font-weight: normal;
  text-decoration: inherit;
  
  font-size: 50px;
  padding-right: 0.5em;
  top: 10px;
  margin-bottom: 23px;
  display: block;
  margin-left: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.social .facebook:before {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f09a';
  font-weight: normal;
  text-decoration: inherit;

  font-size: 50px;
  padding-right: 0.5em;
  top: 10px;
  margin-bottom: 23px;
  display: block;
  margin-left: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.social .linkedin:before {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f0e1';
  font-weight: normal;
  text-decoration: inherit;

  font-size: 50px;
  padding-right: 0.5em;
  top: 10px;
  margin-bottom: 23px;
  display: block;
  margin-left: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}

.social .google:before {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f0d5';
  font-weight: normal;
  text-decoration: inherit;
 
  font-size: 50px;
  padding-right: 0.5em;
  top: 10px;
  margin-bottom: 23px;
  display: block;
  margin-left: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
}


.footer {
  background-color: #0c1d43;
  padding: 50px 0px 50px 0px;
  color: #fff;
}
.add1, .add2{
    float:left;
}
.add2{
    margin-left:20px;
}
@media screen and (max-width: 321px) {
.add2{
    margin-left:0px;
}
}
#map{
    clear:both;
    float:none;
}
.site-footer {
  background-image: url(../images/footer-divider.gif);
  background-position: top center;
  background-repeat: repeat-x;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 0.6875em;
}

.site-footer a {
  color: #7189bf;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  display: inline-block;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .siteby {
  text-align: center;
  color: #384c79;
}

.site-footer .siteby a {
  color: #384c79;
}
.site-footer .siteby a:hover {
  color: #fff;
}

.site-footer .site-map a {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  
  .site-footer .siteby {
    text-align: left;
    padding-top: 5px;
  }

  
  .map {
    margin-bottom: 30px;
  }

  
  .social a.btn-social {
    height: 46px;
  }
  
  .social span {
    display: none;
  }
  
  .social .twitter:before {
    font-size: 2.8125em;
    margin-left: 0px;
  }
  
  .social .google:before {
    font-size: 2.8125em;
    margin-left: 0px;
  }
  
  .social .facebook:before {
    font-size: 2.8125em;
    margin-left: 0px;
  }
  
  .social .linkedin:before {
    font-size: 2.8125em;
    margin-left: 0px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}


.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  
  .map {
    margin-bottom: 30px;
  }
  header .Seacheck  ul {

  font-size: 0.6em
}
}
@media screen and (min-width: 960px) {
  
  

  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	NAVIGATION
\*	--------------------------------------	*/
/*** ESSENTIAL STYLES ***/

ul * {
  margin: 0;
  padding: 0;
  list-style: none;
}


ul > li {
  position: relative;
  list-style: initial;
}


header .Seacheck > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #00b2eb;
  color: #fff;
  font-size: .9em;
}


ul > li {
  *float: left;
}


header ul .Seacheck:hover > ul
{
  color:#fff;
  display: block;
  width:200px

}


.mainnav ul .Seacheck ul  a
{
  color:#fff;
  /* width: 100%; */
  /* padding-top:8px; */
  /* padding-bottom:8px; */
  display: block;
  padding: 10px;
}
header ul .Seacheck ul a:hover {
  background: #21c0f3;
  text-decoration: none;
}


.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*** FORMATTING STYLES ***/

header nav {
  background-color: #1d3160;
  /* margin-top: 15px; */
}


header nav ul {
  z-index: 500;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom:0px;
}

header .Seacheck {
  background-position: left;
  background-repeat: repeat-y;
  font-size: 1em;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  /* padding-top: 13px; */
  /* line-height: 18px; */
  /* padding-bottom: 13px; */
  /* padding-right: 14px; */
  /* padding-left: 14px; */
  text-decoration: none;
  display: block;
  text-align: left;
}
header .Seacheck:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00b2eb;
  color: #fff;
}

header .Seacheck > a {
  font-size: 0.875em;
  color: #fff;
  background-image: none;
  /* width: 160px; */
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  text-decoration: none;
  padding: 10px;
  display: block;
}

.submenu {
  background-position: left;
  background-repeat: repeat-y;
  font-size: 1em;
  display: block;
  float: left;
  width:95%;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5%;
  text-decoration: none;
  text-align: left;
}
.submenu:hover {
  color: #fff;
  background-color: black
}

.submenu a {
  color: #fff;
  text-decoration: none;

}
.mainnav ul ul li {
  background-position: left;
  background-repeat: repeat-y;
  font-size: 13px;
  display: block;
  /* float: left; */
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 18px;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  /* padding-left: 5%; */
  text-decoration: none;
  text-align: left;
  padding: 0;
}


.mainnav ul ul li:hover{
  background-color:#00b2eb;
}
.mainnav ul ul ul{
  display:none;
}
.mainnav ul ul ul ul{
    display:block;
    position:relative;
    padding:0;
    margin:0;
    width: 100%;
    margin-bottom: 10px;
    /* border-left: 3px solid #0393d0; */
}
.mainnav ul ul ul > li{
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
}

.mainnav ul ul {
  background:#00b2eb;
}

.mainnav ul ul li:hover > ul{
    display:block;
    position:absolute;
    width:800px;
    left: 0;
}
.mainnav ul ul ul li:hover > ul{
    position:relative;
    width:100%;
}
.mainnav ul ul ul ul li{
    width:100%;
    float:none;
    border-left: 3px solid #0393d0;
}
/*.mainnav .submenu > ul {
  display:none;
}
.mainnav .submenu:hover > ul {
  display:block;
  position:absolute;
  background-color: #00b2eb;
  left: 200px;
  top: 0px;
}*/

.mainnav li li a[href=""] {
  /* color: #1d3160 !important; */
  font-weight: bold;
  cursor: default;
  text-decoration: none;
  background: #0393d0 !important;
  /* border-left: 3px solid #0585bb; */
}

.mainnav .bold > a {
  background: #0393d0;
  font-weight: bold;
  border-left: 3px solid #0585bb;
}

.sitemap  .Seacheck > ul {
  position: relative;
  display: block;
  top: 100%;
  left: 0;
  z-index: 99;
  color: #fff;

  font-size: .9em
}

.sitemap > .Seacheck > a {
  font-size: 0.875em;
  color: #fff;
  background-image: none;
  width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sitemap > .Seacheck > a:hover {

  text-decoration: underline;

}


.sitemap > .Seacheck {
  background-position: left;
  background-repeat: repeat-y;
  font-size: 1em;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 13px;
  line-height: 18px;
  padding-bottom: 13px;
  padding-right: 14px;
  padding-left: 14px;
  display: block;
  text-align: left;
}
.sitemap  .Seacheck:hover {
  color: #fff;
  
  background-color: transparent;
}


.sitemap  .submenu {
  /* background-position: left; */
  /* background-repeat: repeat-y; */
  /* font-size: 1em; */
  /* display: block; */
  /* float: left; */
  /* text-align: center; */
  /* color: #7189bf; */
  /* line-height: 18px; */
  /* padding-bottom: 5px; */
  /* padding-left: 10px; */
  /* text-decoration: none; */
  /* display: block; */
  text-align: left;
}

.sitemap  .submenu:hover {
  color: #fff;
  background-color:transparent;
}

.sitemap  .submenu a {
  color: #7189bf;
  text-decoration: none;

}




.sitemap  .Seacheck > a {
  font-size: 0.875em;
  color: #fff;
  background-image: none;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}



#side-menu {
  display: none;
}


#btn-call {
  display: none;
  position: relative;
}

#btn-call:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 6px;
}

@media screen and (max-width: 767px) {
  
  ul {
  /* background-color: #1d3160; */
  }
  
  .sitemap ul {
  background-color: transparent;
  }
  
  
  header .Seacheck {
    background-position: left;
    background-repeat: repeat-y;
    font-size: 1em;
    display: block;
    width:100%;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 18px;
    padding-bottom: 13px;
   	text-decoration: none;

  
    background-color: #1d3160;
}
  header .Seacheck:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b2eb;
  }
  
  
  
  html.no-touch #nav ul {
    position: absolute;
    left: -999px !important;
  }

  
  .sfHover {
    background-color: transparent !important;
    color: #fff !important;
  }
  
  .sfHover:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
  
  .sfHover a {
    color: #fff !important;
  }

  /* mobile */
  
  #side-menu   {
    display: block;
  }

  
  #btn-call {
    display: block;
    float: right;
    width: 26px;
    margin-top: 10px;
    margin-right: 15px;
    height: 26px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    z-index: 1000;
  }

  
  header .Seacheck ul {
    display: none !important;
  }
  
  header .nav  {
    display: none; 
  }
  header  .nav.open  {
    display: block; 
  }

  
  #side-menu {
    display: block;
    float: left;
    width: 26px;
    position: relative;
    margin-top: 10px;
    margin-left: 15px;
    height: 26px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    z-index: 1000;
  }
  
  #side-menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 17px;
    position: absolute;
    top: 0px;
    left: 5px;
  }

  
  header nav {
    margin-top: 0px;
    z-index: 500;
    width: 100%;
    font-size: 0.9375em;
    height: 45px;
    position: relative;
  }
  
  nav #nav {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0px;
    top: 50px;
    /* Firefox */
    background-color: #1d3160;
    position: absolute;
  }
  
  nav #nav li {
    float: none !important;
    display: block;
    width: 100%;
  }
  
  nav #nav li a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    padding-left: 20px;
    padding-right: 20px;
  }
  
  nav #nav li a:hover {
    background-color: #00b2eb;
    color: #fff;
  }
  
  nav #nav li .sfHover {
    background-color: transparent;
    color: #fff;
  }
  
  .sitemap  .Seacheck > ul {
  position: relative;
  display: block;
  top: 100%;
  left: 0;
  z-index: 99;
  color: #fff;

  font-size: .9em
}

.sitemap > .Seacheck > a {
  font-size: 0.875em;
  color: #fff;
  background-image: none;
  width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sitemap > .Seacheck > a:hover {

  text-decoration: underline;

}


.sitemap  .Seacheck {
  /* background-position: left; */
  /* background-repeat: repeat-y; */
  /* font-size: 1em; */
  /* display: block; */
  /* float: left; */
  /* text-align: left; */
  /* color: #fff; */
  /* line-height: 18px; */
  /* padding-right: 14px; */
  /* padding-left: 14px; */
  /* display: block; */
  /* text-align: left; */

}

.sitemap  .Seacheck:hover {
  color: #fff;
  
  background-color: transparent;
}


.sitemap  .leftcol {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.sitemap  .rightcol {
  width: 50%;
  float: right;
  box-sizing: border-box;
  /* padding-left: 0%; */
}


.sitemap  .submenu {
  /* background-position: left; */
  /* background-repeat: repeat-y; */
  /* font-size: 1em; */
  /* display: block; */
  /* float: left; */
  /* text-align: center; */
  /* color: #7189bf; */
  /* line-height: 18px; */
  /* padding-bottom: 5px; */
  /* padding-left: 10px; */
  /* text-decoration: none; */
  /* display: block; */
  /* text-align: left; */
}

.sitemap  .submenu:hover {
  color: #fff;
  background-color:transparent;
}

.sitemap  .submenu a {
  color: #7189bf;
  text-decoration: none;

}




.sitemap  .Seacheck > a {
  /* font-size: 0.875em; */
  /* color: #fff; */
  /* background-image: none; */
  /* width: 160px; */
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
}
  
   .sitemap .Seacheck ul {
    display: block !important;
  }
  

}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  
  .side-menu {
    display: none;
  }

  
  #nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #nav li {
    font-size: 0.875em;
  }
  
  #nav li li a {
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/* -------------------------------------- *\
	Zero px grid
	The grid elements are reduced to zero px padding and margin
	It overrides the output from SASS
\* -------------------------------------- */

.grid-zero {
  padding: 0;
}

.grid-zero .grid-5, .grid-zero .mobile-grid-5, .grid-zero .tablet-grid-5, .grid-zero .grid-10, .grid-zero .mobile-grid-10, .grid-zero .tablet-grid-10, .grid-zero .grid-15, .grid-zero .mobile-grid-15, .grid-zero .tablet-grid-15, .grid-zero .grid-20, .grid-zero .mobile-grid-20, .grid-zero .tablet-grid-20, .grid-zero .grid-25, .grid-zero .mobile-grid-25, .grid-zero .tablet-grid-25, .grid-zero .grid-30, .grid-zero .mobile-grid-30, .grid-zero .tablet-grid-30, .grid-zero .grid-35, .grid-zero .mobile-grid-35, .grid-zero .tablet-grid-35, .grid-zero .grid-40, .grid-zero .mobile-grid-40, .grid-zero .tablet-grid-40, .grid-zero .grid-45, .grid-zero .mobile-grid-45, .grid-zero .tablet-grid-45, .grid-zero .grid-50, .grid-zero .mobile-grid-50, .grid-zero .tablet-grid-50, .grid-zero .grid-55, .grid-zero .mobile-grid-55, .grid-zero .tablet-grid-55, .grid-zero .grid-60, .grid-zero .mobile-grid-60, .grid-zero .tablet-grid-60, .grid-zero .grid-65, .grid-zero .mobile-grid-65, .grid-zero .tablet-grid-65, .grid-zero .grid-70, .grid-zero .mobile-grid-70, .grid-zero .tablet-grid-70, .grid-zero .grid-75, .grid-zero .mobile-grid-75, .grid-zero .tablet-grid-75, .grid-zero .grid-80, .grid-zero .mobile-grid-80, .grid-zero .tablet-grid-80, .grid-zero .grid-85, .grid-zero .mobile-grid-85, .grid-zero .tablet-grid-85, .grid-zero .grid-90, .grid-zero .mobile-grid-90, .grid-zero .tablet-grid-90, .grid-zero .grid-95, .grid-zero .mobile-grid-95, .grid-zero .tablet-grid-95, .grid-zero .grid-100, .grid-zero .mobile-grid-100, .grid-zero .tablet-grid-100, .grid-zero .grid-33, .grid-zero .mobile-grid-33, .grid-zero .tablet-grid-33, .grid-zero .grid-66, .grid-zero .mobile-grid-66, .grid-zero .tablet-grid-66, .grid-zero .grid-6col, .grid-zero .mobile-grid-6col, .grid-zero .tablet-grid-6col, .grid-zero .grid-7col, .grid-zero .mobile-grid-7col, .grid-zero .tablet-grid-7col, .grid-zero .grid-8col, .grid-zero .mobile-grid-8col, .grid-zero .tablet-grid-8col, .grid-zero .grid-9col, .grid-zero .mobile-grid-9col, .grid-zero .tablet-grid-9col {
  padding-left: 0px;
  padding-right: 0px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}

.grid-zero .grid-5 > section, .grid-zero .mobile-grid-5 > section, .grid-zero .tablet-grid-5 > section, .grid-zero .grid-10 > section, .grid-zero .mobile-grid-10 > section, .grid-zero .tablet-grid-10 > section, .grid-zero .grid-15 > section, .grid-zero .mobile-grid-15 > section, .grid-zero .tablet-grid-15 > section, .grid-zero .grid-20 > section, .grid-zero .mobile-grid-20 > section, .grid-zero .tablet-grid-20 > section, .grid-zero .grid-25 > section, .grid-zero .mobile-grid-25 > section, .grid-zero .tablet-grid-25 > section, .grid-zero .grid-30 > section, .grid-zero .mobile-grid-30 > section, .grid-zero .tablet-grid-30 > section, .grid-zero .grid-35 > section, .grid-zero .mobile-grid-35 > section, .grid-zero .tablet-grid-35 > section, .grid-zero .grid-40 > section, .grid-zero .mobile-grid-40 > section, .grid-zero .tablet-grid-40 > section, .grid-zero .grid-45 > section, .grid-zero .mobile-grid-45 > section, .grid-zero .tablet-grid-45 > section, .grid-zero .grid-50 > section, .grid-zero .mobile-grid-50 > section, .grid-zero .tablet-grid-50 > section, .grid-zero .grid-55 > section, .grid-zero .mobile-grid-55 > section, .grid-zero .tablet-grid-55 > section, .grid-zero .grid-60 > section, .grid-zero .mobile-grid-60 > section, .grid-zero .tablet-grid-60 > section, .grid-zero .grid-65 > section, .grid-zero .mobile-grid-65 > section, .grid-zero .tablet-grid-65 > section, .grid-zero .grid-70 > section, .grid-zero .mobile-grid-70 > section, .grid-zero .tablet-grid-70 > section, .grid-zero .grid-75 > section, .grid-zero .mobile-grid-75 > section, .grid-zero .tablet-grid-75 > section, .grid-zero .grid-80 > section, .grid-zero .mobile-grid-80 > section, .grid-zero .tablet-grid-80 > section, .grid-zero .grid-85 > section, .grid-zero .mobile-grid-85 > section, .grid-zero .tablet-grid-85 > section, .grid-zero .grid-90 > section, .grid-zero .mobile-grid-90 > section, .grid-zero .tablet-grid-90 > section, .grid-zero .grid-95 > section, .grid-zero .mobile-grid-95 > section, .grid-zero .tablet-grid-95 > section, .grid-zero .grid-100 > section, .grid-zero .mobile-grid-100 > section, .grid-zero .tablet-grid-100 > section, .grid-zero .grid-33 > section, .grid-zero .mobile-grid-33 > section, .grid-zero .tablet-grid-33 > section, .grid-zero .grid-66 > section, .grid-zero .mobile-grid-66 > section, .grid-zero .tablet-grid-66 > section, .grid-zero .grid-6col > section, .grid-zero .mobile-grid-6col > section, .grid-zero .tablet-grid-6col > section, .grid-zero .grid-7col > section, .grid-zero .mobile-grid-7col > section, .grid-zero .tablet-grid-7col > section, .grid-zero .grid-8col > section, .grid-zero .mobile-grid-8col > section, .grid-zero .tablet-grid-8col > section, .grid-zero .grid-9col > section, .grid-zero .mobile-grid-9col > section, .grid-zero .tablet-grid-9col > section {
  position: relative;
  /* <IE7> */
  *margin-left: 0;
  *margin-right: 0;
  /* </IE7> */
}

/*	--------------------------------------	*\
	HERO / ROTATING SLIDER
\*	--------------------------------------	*/

.hero {
  height: 400px;
}


.hero-overlay {
  width: 100%;
  height: 400px;
  background-image: url(../images/bg.png);
  position: absolute;
  top: 0px;
  z-index: 40;
}


.int-hero {
  overflow: hidden;
  position: relative;
  height: 220px;
}

.int-hero .hex {
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-overlay.png);
  position: absolute;
  top: 0px;
  z-index: 40;
}

.int-hero .overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.int-hero .caption {
  color: #fff;
  padding: 15px;
  background-color: #1d3160;
  float: left;
  margin-top: 78px;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 30px;
  max-width: 350px;
}


.int-hero img {
  left: 50%;
  margin-left: -980px;
  position: relative;
}


.hero {
  overflow: hidden;
  width: 100%;
  position: relative;
}


.hero-slideshow {
  position: relative;
}

.hero-slideshow .cycle-slide {
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero-slideshow img {
  max-width: auto;
  width: auto;
  left: 50%;
  margin-left: -980px;
  position: relative;
  z-index: 20;
}

.hero-slideshow .hero-holder {
  position: relative;
  height: 400px;
}

.hero-slideshow .caption-slider {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.hero-slideshow .caption-slider .title {
  color: #fff;
  padding: 15px;
  background-color: #1d3160;
  float: left;
  margin-top: 95px;
  font-size: 1.675em;
  font-weight: 300;
  line-height: 32px;
  display: block;
  margin-bottom: 15px;
}

.hero-slideshow .caption-slider .description {
  float: left;
  background-color: #fff;
  font-size: 0.8125em;
  padding: 15px;
  color: #353535;
  width: 415px;
  display: block;
  margin-bottom: 15px;
}

.hero-slideshow .caption-slider .btn-learn {
  display: block;
  background-color: #000000;
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  padding: 12px 15px 12px 15px;
  line-height: 13px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  text-decoration: none;
}

.hero-slideshow .caption-slider .btn-learn:hover {
  background-color: #99ca3c;
}


.cycle-pager-hero {
  text-align: left;
  width: 100%;
  z-index: 500;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cycle-pager-hero span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}


.cycle-pager-hero span.cycle-pager-active {
  opacity: 1;
}


.cycle-pager-hero > * {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* mobile */
  
  .hero {
    height: auto;
  }

  
  .cycle-pager-hero {
    top: 155px;
  }

  
  .hero-overlay {
    height: 210px;
  }

  
  .slide-image {
    height: 210px;
    overflow: hidden;
  }
  
  .slide-image img {
    height: 210px;
    width: 1020px;
    left: 50%;
    margin-left: -510px;
  }

  
  .hero-holder {
    padding: 0px;
  }

  
  .hero-slideshow .caption-slider {
    position: relative;
    position: static;
  }
  
  .hero-slideshow .caption-slider .hero-holder {
    height: 215px;
    overflow: auto;
    position: static;
  }
  
  .hero-slideshow .caption-slider .title {
    float: none;
    margin: 0px;
    padding: 20px;
  }
  
  .hero-slideshow .caption-slider .description, .hero-slideshow .caption-slider .btn-learn {
    float: none;
    position: relative;
    width: auto;
    padding-bottom: 10px;
  }
  
  .hero-slideshow .caption-slider .btn-learn {
    margin: 0px 20px 20px 20px;
    float: left;
  }

  
  .int-hero {
    overflow: none;
    height: auto;
  }
  
  .int-hero .full-caption {
    background-color: #1d3160;
  }
  
  .int-hero img {
    display: none;
  }
  
  .int-hero .overlay {
    position: relative;
  }
  
  .int-hero .caption {
    font-size: 25px;
    margin-top: 0px;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	CUSTOM FORM ELEMENTS
\*	--------------------------------------	*/
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

.dk_container {
  font-size: 13px;
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #9f9f9f;
}


.dk_container:focus {
  outline: 0;
}


.dk_container a {
  cursor: pointer;
  text-decoration: none;
}


.dk_toggle {
  color: #333;
  width: 95%;
  padding: 2.5%;
  box-sizing: border-box;
  text-shadow: #fff 1px 1px 0;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  position: relative;
}


.dk_toggle:hover {
  border-color: #8c8c8c;
}


.dk_toggle:after {
  position: absolute;
  top: 45%;
  right: 10px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4B4B4B;
}

/* Applied when the dropdown is focused */
/* Applied whenever the dropdown is open */

.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}


.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc;
  box-shadow: inset 0 -2px 5px #cccccc;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

/* The outer container of the options */

.dk_options {
  background: #fefefe;
  /* Removes transparent background on iOS5+ scroll */
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}


.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 10px;
}


.dk_options a:hover,
.dk_options .dk_option_current a {
  background-color: #0084c7;
  border-bottom-color: #004c72;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}


.dk_options li:last-child a {
  border-bottom: none;
}


.dk_options .disabled {
  cursor: default;
}


.dk_options .disabled a {
  color: #aaa;
}


.dk_options .disabled:hover, .dk_options .disabled:hover a {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999;
  text-shadow: none;
}

/* Inner container for options, this is what makes the scrollbar possible. */

.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {
  display: none;
  float: left;
}


.dk_container a {
  outline: 0;
}


.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}


.dk_open {
  position: relative;
}


.dk_open .dk_options {
  display: block;
}


.dk_open .dk_label {
  color: inherit;
}


.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}


.dk_options a, .dk_options a:link, .dk_options a:visited {
  display: block;
}


.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* Hides only dropkick <select> instances */

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
}

/*  nativeMobile override */

.dk_mobile {
  position: relative;
}


.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/
/*	--------------------------------------	*\
	BLOG
\*	--------------------------------------	*/

.commentView .comments-header {
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 10px;
  display: block;
  color: #0060a0;
  position: relative;
  padding-left: 22px;
}

.commentView .comments-header:before {
  content: "\f086";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #0060a0;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 0px;
}

/* blog search */

.blog-landing .teaser img {
  max-width: 100%;
  width: 100%;
}


.blog-detail {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.blog-detail .teaser img {
  max-width: 100%;
  width: 100%;
}

.blog-detail .teaser {
  float: right;
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-left: 20px;
}


.blog-search .black {
  position: relative;
  padding-left: 22px;
}

.blog-search .black:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #0060a0;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 0px;
}

.blog-search input[type=text], .blog-search select, .blog-search textarea {
  width: 95%;
  padding: 2.5%;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #9f9f9f;
  border-bottom: 0px;
  font-size: 0.8125em;
  color: #353535;
  font-family: 'Open Sans', sans-serif;
}

.blog-search label {
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 10px;
  display: block;
  color: #0060a0;
  display: block;
}

.blog-search .filterButton {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 15px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
}

.blog-search .filterButton:hover {
  background-color: #2e2929;
}

/* blog navigation */

.blog-nav {
  padding: 15px;
  background-color: #ececec;
}

.blog-nav .title {
  position: relative;
  padding-left: 22px;
}

.blog-nav .title:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #0060a0;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 0;
}

.blog-nav .archive:before {
  content: "\f02d";
}

.blog-nav .tags:before {
  content: "\f02b";
}

.blog-nav .recent:before {
  content: "\f0fe";
}

.blog-nav .fav:before {
  content: "\f005";
}

.blog-nav .orangeBox {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.blog-nav .orangeBox:first-child {
  border-top: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.blog-nav .orangeBox .title {
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 10px;
  display: block;
  color: #0060a0;
}

.blog-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.blog-nav ul li {
  font-size: 0.8125em;
  background-image: url("../images/arrow.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin: 0px;
  margin-bottom: 5px;
}

.blog-nav ul li a {
  color: #00b2eb;
  text-decoration: none;
}

.blog-nav ul li a:hover {
  text-decoration: underline;
}

/* blog landing */

.blog-section {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.blog-section:first-child {
  padding-top: 0px;
  border-top: 0px;
  margin-top: 0px;
}

.blog-section .blog-title {
  font-size: 1.25em;
  font-weight: 300;
}

.blog-section .blog-comments {
  font-size: 0.8125em;
  padding-left: 25px;
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.blog-section .blog-comments:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #00b2eb;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.blog-section .blog-summary p {
  font-size: 0.8125em;
  color: #353535;
  line-height: 1.75em;
}

.blog-section .blog-date {
  font-weight: 600;
  font-size: 0.75em;
  display: block;
  padding-bottom: 5px;
  color: #a5a5a5;
}

.blog-section a.link {
  display: block;
}

.blog-section a.link {
  background-image: url(../images/icon-arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  display: block;
  font-family: 'Avenir LT W01 85 Heavy';
  color: #00b2eb;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}


.blog-detail .blog-title {
  margin-bottom: 5px;
}

.blog-detail .blog-date {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  
  .blog-section .teaser {
    display: none;
  }

  
  .blog-tags {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  
  .blog-detail .teaser img {
    max-width: 100%;
    width: 100%;
  }
  
  .blog-detail .teaser {
    float: none;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.commentView .InfoLabel {
  display: block;
  padding-bottom: 20px;
}

/* blog comments */

.comment-detail {
  background-color: #efefef;
  padding: 15px;
  color: #353535;
  border-radius: 8px;
  font-size: 0.8125em;
  position: relative;
}

.comment-detail:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 0px;
  left: 30px;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #efefef transparent transparent transparent;
}

.comment-detail .CommentDate {
  display: block;
  font-weight: 300;
  margin: 5px 0px;
}

.comment-detail .CommentText {
  background-color: #fff;
  padding: 5px;
  display: block;
  margin: 10px 0;
}

.comment-detail .buttonpedding {
  margin-top: 10px;
}

.comment-detail .buttonpedding a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 7px;
}

.comment-detail .buttonpedding a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #0060a0;
  font-size: 17px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.comment-detail .buttonpedding .Delete:before {
  content: "\f014";
}

.comment-detail .buttonpedding .Approve:before {
  content: "\f00c";
}

.comment-detail .buttonpedding .edit:before {
  content: "\f040";
}

.comment-detail .buttonpedding .Reject:before {
  content: "\f0e3";
}

.comment-detail .buttonpedding .InlineAbuseLink:before {
  content: "\f024";
}

.comment-detail .CommentUserName {
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

/* COMMENT FORM */

.contentBox {
  margin-top: 10px;
  padding-bottom: 20px;
}


.InfoLabel {
  font-size: 0.8125em;
  color: #353535;
  line-height: 1.75em;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}


.BlogSubscribe {
  font-weight: 300;
  font-size: 1em;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
  display: block;
}

.BlogSubscribe:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #0060a0;
  font-size: 17px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}


.BlogLeaveComment {
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 20px;
  display: block;
  color: #0060a0;
  display: block;
  position: relative;
}


.comment-form-container .CaptchaTextBox {
  margin-bottom: 10px;
}

.comment-form-container .CheckBoxMovedLeft .styledCheckbox {
  float: left;
  margin-right: 8px;
}

.comment-form-container .CheckBoxMovedLeft label {
  float: left;
  margin-right: 8px;
  font-weight: 400 !important;
}

.comment-form-container .title {
  font-weight: 300;
  font-size: 1.875em;
  margin-bottom: 20px;
  display: block;
  color: #0060a0;
}

.comment-form-container .field-section {
  margin-bottom: 5px;
}

.comment-form-container table {
  margin-bottom: 0;
}

.comment-form-container .RadioButtonList {
  margin-top: 5px;
}

.comment-form-container .RadioButtonList .styledRadio {
  float: left;
  margin-right: 8px;
}

.comment-form-container .RadioButtonList label {
  float: left;
  margin-right: 8px;
  font-weight: 400 !important;
}

.comment-form-container .CMSValidator span, .comment-form-container .ErrorLabel {
  font-size: 0.8125em;
  color: #353535;
  line-height: 1.75em;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}

.comment-form-container label, .comment-form-container .EditingFormLabel {
  font-size: 0.8125em;
  font-weight: bold;
  color: #353535;
  padding: 5% 0% 5% 0%;
  display: block;
}

.comment-form-container input[type=text], .comment-form-container select, .comment-form-container textarea {
  width: 95%;
  padding: 2.5%;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #9f9f9f;
  font-size: 0.8125em;
  color: #353535;
  font-family: 'Open Sans', sans-serif;
}

.comment-form-container select {
  width: 100%;
  padding: 2.5%;
}

.comment-form-container .SubmitButton {
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
}

.comment-form-container .SubmitButton:hover {
  background-color: #2e2929;
}

.comment-form-container .CheckBoxMovedLeft label {
  display: inline-block;
  padding: 0;
}

.comment-form-container .captcha label {
  padding: 0;
}

@media screen and (max-width: 767px) {
  
  .comment-detail a {
    margin-bottom: 7px;
  }

  
  .comment-form-container .CheckBoxMovedLeft {
    display: block;
    padding-top: 10px;
  }
  
  .comment-form-container .field-section {
    margin-bottom: 0px;
  }
  
  .comment-form-container label, .comment-form-container .EditingFormLabel {
    font-size: 0.8125em;
    font-weight: bold;
    color: #353535;
    padding: 2% 0% 2% 0%;
    display: block;
  }
  
  .comment-form-container input[placeholder], .comment-form-container [placeholder], .comment-form-container *[placeholder] {
    color: #353535 !important;
    font-weight: bold;
  }
  
  .comment-form-container select {
    color: #353535 !important;
    font-weight: bold;
  }
  
  .comment-form-container .SubmitButton {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  
  .blog-detail .teaser img {
    max-width: 100%;
    width: 100%;
  }
  
  .blog-detail .teaser {
    float: right;
    width: 150px;
    height: 150px;
    margin-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
}
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */
}
/*	--------------------------------------	*\
	FONTS
\*	--------------------------------------	*/

.team-holder {
  margin-top: 20px;
  float: left;
}


#content.team {
  overflow: visible;
}

#content.team .employee {
  display: inline;
  float: left;
  height: 84px;
  margin: 0;
  position: relative;
  width: 84px;
}

#content.team .employee-tags {
  margin: 3px auto 0;
  padding: 0;
  visibility: hidden;
}

#content.team .employee-tags ul {
  margin: 0px;
  padding: 0px;
}

#content.team .employee-tags ul li {
  display: inline;
  height: 5px;
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  width: 9px;
  font-size: .1em;
  text-indent: -9000px;
}

#content.team .active .employee-tags {
  visibility: visible;
}

#content.team .headshot a, #content.team .headshot a:link, #content.team .headshot a:visited, #content.team .headshot a:hover, #content.team .headshot a:active, #content.team .headshot a img {
  display: block;
  height: 84px;
  width: 84px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 0;
  text-indent: -9000px;
}

#content.team .headshot a img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

#content.team .headshot a img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

#content.team .infoBubble {
  position: absolute;
  top: 84px;
  z-index: 100;
  background: transparent url(../images/bg-tooltip-arrow.gif) no-repeat 60px 0;
  color: #fff;
  font-size: .75em;
}

#content.team .infoBubble div {
  left: -10px;
  padding: 1em 1.5em;
  position: relative;
  top: 10px;
  background: #000;
  color: #fff;
  padding-right: 55px;
}

#content.team .infoBubble h4, #content.team .infoBubble h5 {
  display: block;
  margin: .2em 0 0;
  padding: 0;
  white-space: nowrap;
}

#content.team .infoBubble h4 {
  color: #ffffff;
  padding: 0;
  font-family: 'proxima_nova_rgbold', "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
}

#content.team .infoBubble h5 {
  color: #cecece;
  padding: 0;
  font-family: 'proxima_nova_rgregular', "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.profile {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.profile h2 {
	margin: 0;
}

.profile .photo {
	float:right;
	margin: 0 0 0 20px;
	max-width: 50%;
}

.profile .photo img {
	/*width: 100%;*/
}

.profile .details {
		
}
.profile:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .profile .photo {
	float:none;
	margin: 0;
	max-width: 100%;
}
}
.cycle-slideshow.test-slideshow {
    height: 200px !important;
}
@media screen and (max-width: 767px) {
.cycle-slideshow.test-slideshow {
    height: 300px !important;
}
}
@media screen and (max-width: 480px) {
.cycle-slideshow.test-slideshow {
    height: 380px !important;
}
}

/*	-------------------------------- *\
	EXTENSIONS
\*	-------------------------------- */
