/*##################################################################
######################## MAIN FONT STYLES ##########################
##################################################################*/



html {
    font-size: 62.5% !important;
}

body {
    font-size: 1.4rem;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #363b48;
    text-align: left;
    overflow: visible;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background: #2b2d33;
}

i, em {
    font-style: italic;
}

.hero-title {
    font-size: 4.0rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 5px -2px;
    line-height: 4.6rem;
}

.band-header {
    font-size: 4.0rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 5px -2px;
    line-height: 4.6rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #002d56;
  text-rendering: optimizeLegibility;
  margin-top: 0.75em;
  margin-bottom: 0em;
  line-height: 1;
}

h1 {
    font-size: 3.2rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    text-transform: uppercase;
    color:#002d56;
}

.page-title {
  font-size:4.0rem;
}

h1.page-title {
  color: #042f56;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}

h2.sub-title {
    font-size: 2.1rem;
    color: #363b48;
    margin-bottom: 15px;
    position:relative;
    z-index: 1;
}

h2 {
    font-size: 2.4rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    color:#002d56;
}

h3 {
    font-size: 1.9rem;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    color:#002d56;
}

.row-title {
    font-size: 40px;
    line-height: 1;
    font-family: 'Trade Gothic LT Std';
    text-transform: uppercase;
    color:#002d56;
    margin-bottom: 1.2rem;
    float: none;
}

.is-band .row-title {
    color: #ffffff;
    margin-top: -5.1rem;
    margin-bottom: 1.9rem;
}

.sub-head {
    font-size: 2.1rem;
    font-family: "Trade Gothic W01 Light", "Oswald", sans-serif;
    font-weight: 100;
    color: #363b48;
    line-height: 3.8rem;
}

.sub-title-large {
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-title-small {
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

p {
    font-size: 1.4rem;
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    color: #363b48;
    text-align: left;
    -webkit-backface-visibility: hidden;
   /* margin-top: .5rem;*/
    margin-bottom: 1em;
    text-rendering: optimizeLegibility;
}

p>a { 
  font-weight:bold; 
  color:#002d56; 
} 
 
p>a:hover { 
  color:#002d56; 
  text-decoration:underline; 
} 







/*##################################################################
######################### BASIC ELEMENTS ###########################
##################################################################*/




strong {
    font-weight: bold;
}

a {
    color: #002d56;
    text-decoration: none;
    font-weight: bold;
}

a.default {
    cursor: default !important;
}

p a {
    color: #363b48;
}

ul, ol {
    padding-left: 2rem;
}

ul.no-padding, ol.no-padding {
    padding-left: 0;
}

ul.bullet {
    list-style: disc inside;
}

ul.bullet li {
    font-size: 1.4rem;
    text-indent: -1.4rem;
}

li {
     list-style: disc;
     margin-bottom: 1em;
     line-height: 1.5;
}

#footer li, .nav-drop-down li,
.breadcrumb li,
.tab-item.more ul li,
.tab.mobile ul li,
.offcanvas-nav li {
     list-style:none;
     margin-bottom: 0;
}

img {
    max-width: 100%;
}





/*##################################################################
########################### LINE HEIGHTS ###########################
##################################################################*/



.small .small-12 p {
    line-height: 2.1rem;
}

.large-8 p, .large-9 p, .large-10 p, .large-11 p, .large-12 p {
    line-height: 2.5rem;
}

.large-7 p {
    line-height: 2.4rem;
}

.large-6 p {
    line-height: 2.3rem;
}

.large-5 p {
    line-height: 2.2rem;
}

.large-4 p, .large-3 p {
    line-height: 2.1rem;
}

.large-2 p, .large-1 p {
    line-height: 2.0rem;
}













/*##################################################################
######################### BUTTONS AND TABS #########################
##################################################################*/


.col-panel .border-bottom .button-div {
    position: relative;
}

.button {
    color: #6593b6;
    font-size: 2.4rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 2;
    left: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
}

.button span {
    margin: 14px 0 0 14px;
    display: block;
}

.button:hover {
    margin: 0;
}

.button:hover span {
    opacity: 0.5;
    margin: 14px 0 0 14px;
    display: block;
}

.button.flipped-h {
    right: 0;
    text-align: right;
    margin-right: 1.0rem;
}

.button.flipped-h span {
    margin: 14px 14px 0 0;
    display: block;
}

.is-border-bottom .button:hover, .is-border-top .button:hover {
    margin: 0px 0 -10px 0px;
}

/*######################## BUTTON DEFAULT ########################*/


.col-panel.teaser .button-default-container{
     margin: 2.0rem auto 5.0rem;
}

.button-default-container {
    display: table;
    float: none;
    margin: 0 auto;
}

.button.default {
  -moz-box-shadow: 0px 2px 0px 0px #a8a8a8;
  -webkit-box-shadow: 0px 2px 0px 0px #a8a8a8;
  box-shadow: 0px 2px 0px 0px #a8a8a8;
  background-color: #c2c9c6;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  text-indent: 0;
  text-align: center;
  position: relative;
  top: 1px;
  float: none;
  clear: both;
  margin: 0 auto;
  display: table-cell;
  line-height: 0;
  padding: 1rem;
  height: 4rem;
  transition: all 200ms ease-out;
  min-width:8rem;
}

.button.default a {
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.2;
  text-indent: 0;
  text-align: center;
  text-decoration: none;
}

.button.default:hover {
  -moz-box-shadow: 0px 3px 0px 0px #a8a8a8;
  -webkit-box-shadow: 0px 3px 0px 0px #a8a8a8;
  box-shadow: 0px 3px 0px 0px #a8a8a8;
  top: 0;
  line-height: 1;
  margin-bottom: 0;
}

.button.default:active {
    position:relative;
    top:1px;
}

.button.default.dark-blue {

}

.button.default.dark-blue:hover {

}

.button.default.light-blue {

}

.button.default.light-blue:hover {

}

.button.default.grey {

}

.button.default.grey:hover {

}

.button.default.white {

}

.button.default.white:hover {

}



/*############################# TABS #############################*/


.tab { /* Tab created with border-bottom and border-right. Technique here - http://www.sitepoint.com/maintain-image-aspect-ratios-responsive-web-design/ */
  position:absolute;
  margin-top:-3.1rem;
  border-bottom: 3.2rem solid white;
  border-right: 1.6rem solid transparent;
  height: 0;
  transition:all 75ms ease-in-out;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  left: 0;
  padding: 0 1rem 0 0;
  color: #042f56;
  z-index: 8;
}

.is-right.tab { /* Tab created with border-bottom and border-right. Technique here - http://www.sitepoint.com/maintain-image-aspect-ratios-responsive-web-design/ */
  position:absolute;
  margin-top:-3.1rem;
  border-bottom: 3.2rem solid white;
  border-left: 1.6rem solid transparent;
  border-right: 0;
  height: 0;
  transition:all 75ms ease-in-out;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  left: auto;
  right: 0;
  padding: 0 0 0 1.0rem;
}

.tab.float-right {
    left: inherit;
    right: 0;
}

.tab.float-right span {
    display: block;
    position: absolute;
    width: 1150px;
    height: 3.2rem;
    left: -1085px;
    background-color: #ffffff;
    z-index: -1;
}

a:hover.tab {
  border-bottom: 3.4rem solid white;
  border-right: 1.7rem solid transparent;
}

a:hover.tab.is-right {
  border-bottom: 3.4rem solid white;
  border-left: 1.7rem solid transparent;
  border-right: 0;
}

.animation-container a:hover .tab {
  margin-top:0.1rem;
}

.tab p {
  position:relative;
  color:#002d56;
  font:2.4rem "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
  font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration:none;
  text-transform:uppercase;
  margin:.4rem .8rem .8rem .4rem;
  padding: 0;
  line-height: 1;
  width: 100%;
}

.tab p>a,
.tab p>a:hover,
.teaser .tab p a:hover {
  text-decoration: none;
  color: #002d56;
}

.animation-container .tab p {
    font: 1.9rem "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    font-family: "TradeGothicW01-BoldCn20 675334", "Oswald", sans-serif;
    font-size: 1.9rem;
}

.button.tab {
    margin-left: 1.0rem;
}

.button.tab.is-right {
    margin-right: 1.0rem;
}

.button.tab:hover {

}

.button.tab:hover p {
    color: #6593b6;
    line-height: 2.5rem;
    padding: 3px 14px 0;
}

.button.tab.flipped-h {

}

.button.tab.flipped-h:hover {

}

.button.tab.flipped-v {

}

.button.tab.flipped-v:hover {

}

.button.tab.flipped-h.flipped-v {

}

.button.tab.flipped-h.flipped-v:hover {

}



/*########################## GO BUTTON ###########################*/



.button.go {

}

input.is-go {
    background: url("../img/temp/go-button.png") no-repeat;
    height: 38px;
    width: 61px;
    color: transparent;
}

input.is-go:hover {
    background: url("../img/temp/go-button-h.png") no-repeat;
}

















/*##################################################################
####################### ADDITIONAL FEATURES ########################
##################################################################*/






/*.overlay {
    background-color: #000000;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
}*/


.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2.0rem;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: inline-block;
}

.mobile .show-mobile {
    display: inline-block;
}

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

.full-part-toggle {
    float: right;
}

.full-part-toggle .full-part-container {
    width: 206px;
    float: right;
}

.full-part-toggle .switch {
    width: 103px;
    height: 3.2rem;
    margin: 0;
    padding: 0;
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3.2rem;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.2s ease;
}

.switch.part-toggle,
.part-toggle {
    float: left;
    background-color: #c4cbc8;
    color: #ffffff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
    box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
}

.switch.full-toggle,
.full-toggle {
    float: right;
    background-color: #ad0000;
    color: #ffffff;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.part-time .part-toggle {
background-color: #daceb8;
color: #002d56;
box-shadow: -1px 1px 0px 0px #ADA69A;
}

.healthcare .part-time .part-toggle {
    background-color: #daceb8;
    color: #ad0000;
    box-shadow: none;
}

.part-time .full-toggle {
    background-color: #c4cbc8;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
    box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.37);
}








/* ################################################################
###########################  STATES  ##############################
################################################################ */

.is-ease {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.is-ease-fast {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.is-ease-faster {
    -webkit-transition: all 0.01s ease-out;
    -moz-transition: all 0.01s ease-out;
    -o-transition: all 0.01s ease-out;
    transition: all 0.01s ease-out;
}

.is-depth-0 {
    z-index: 0;
}

.is-depth-0-after:after {
    z-index: 0 !important;
}

.is-depth-0-after .border-bottom:after {
    z-index: 1 !important;
}

.is-depth-10 {
    z-index: 10;
}

.is-depth-20 {
    z-index: 20;
}

.is-fade {
    opacity: 0 !important;
}

.is-left {
    float: left;
}

.is-right {
    float: right;
}

.is-clear {
  clear: both;
}

.is-center {
    float: none;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.is-hidden {
    display: none !important;
}

.is-block {
    display: block !important;
}

.is-invisible {
    visibility: hidden;
}

.is-dim {
    opacity: 0.85;
}

.is-dim:hover {
    opacity: 1;
}

.is-dimmer {
    opacity: 0.65;
}

.is-dimmer:hover {
    opacity: 1;
}

.is-error {
    color: red !important;
}

.is-border-bottom {
    border-bottom: 10px solid #6593B6;
}

.is-full-title {
  overflow: hidden;
}

.is-full-title:before {
  border-bottom: 10px solid #c2c9c6;
  position: absolute;
  left: 0;
  top: 36px;
  right: 0;
  width: 100%;
  padding-left: 10%;
  content: " ";
}

.is-border-top {
    border-top: 10px solid #6593B6;
}

.is-upper {
    text-transform: uppercase;
}

.is-bold {
    font-weight: bold;
}

.is-absolute-after:after {
    position: absolute !important;
}

.js-set {
    display: block !important;
    height: inherit !important;
}


