/*version raph*/

/*---------- RESETS ----------*/

	
span.b {
  display: inline-block;
  width: 200px;
  height: 100px;
  padding: 5px;
 
}
.card {
  width: 150px;                 /* Set width of cards */
  display: flex;                /* Children use Flexbox */
  flex-direction: column;       /* Rotate Axis */
  border: 1px solid #FF0613;    /* Set up Border */
  border-radius: 4px;           /* Slightly Curve edges */
  overflow: hidden;             /* Fixes the corners */
  margin: 5px;                  /* Add space between cards */
}

.card-header {
  color: #FF0613;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #FF0613;
  background-color: #FFEBEE;
  padding: 5px 10px;
}

.card-main {
  display: flex;              /* Children use Flexbox */
  flex-direction: column;     /* Rotate Axis to Vertical */
  justify-content: center;    /* Group Children in Center */
  align-items: center;        /* Group Children in Center (on cross axis) */
  padding: 15px 0;            /* Add padding to the top/bottom */
}

.material-icons {
  font-size: 36px;
  color: #FF0613;
  margin-bottom: 5px;
}

.main-description {
  color: #FF0613;
  font-size: 12px;
  text-align: center;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type=button], input[type=submit] {
    -webkit-appearance: none
}

body {
    line-height: 1.6667;
    -webkit-text-size-adjust: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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


*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---------- RESPONSIVE GRID ----------*/

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .nav-pills>li {
    float: left
}

.container, .container-fluid {}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

/*---------- RESPONSIVE UTILITY HELPERS ----------*/

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

/*-- Owl Carousel --*/

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    min-width: 100%;
    height: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-UltraLight.woff2') format('woff2'), url('fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.woff2') format('woff2'), url('fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'), url('fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'), url('fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-ThinItalic.woff2') format('woff2'), url('fonts/HelveticaNeue-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-LightItalic.woff2') format('woff2'), url('fonts/HelveticaNeue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Thin.woff2') format('woff2'), url('fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-UltraLightItalic.woff2') format('woff2'), url('fonts/HelveticaNeue-UltraLightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'), url('fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Italic.woff2') format('woff2'), url('fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoonbb21.eot?aloo8k');
    src: url('fonts/icomoonbb21.eot?aloo8k#iefix') format('embedded-opentype'), url('fonts/icomoonbb21.ttf?aloo8k') format('truetype'), url('fonts/icomoonbb21.woff?aloo8k') format('woff'), url('fonts/icomoonbb21.svg?aloo8k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoonTwo';
    src: url('fonts/fonts/icomoon33e7.eot?frsqzi');
    src: url('fonts/fonts/icomoon33e7.eot?frsqzi#iefix') format('embedded-opentype'), url('fonts/fonts/icomoon33e7.ttf?frsqzi') format('truetype'), url('fonts/fonts/icomoon33e7.woff?frsqzi') format('woff'), url('fonts/fonts/icomoon33e7.svg?frsqzi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

i {
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic {
    font-family: 'icomoonTwo' !important;
    speak: none;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon6819.html?c8a5ns');
  src:  url('../fonts/icomoon6819.html?c8a5ns#iefix') format('embedded-opentype'),
    url('../fonts/icomoon6819-2.html?c8a5ns') format('truetype'),
    url('../fonts/icomoon6819-3.html?c8a5ns') format('woff'),
    url('../fonts/icomoon6819-4.html?c8a5ns#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubbles3:before {
  content: "\e96f";
}


.icon-bubbles4:before {
  content: "\e970";
}

.ico-menu:before {
    content: "\e913";
}

.ico-arrow-thin-down:before {
    content: "\e900";
}

.ico-arrow-thin-left:before {
    content: "\e901";
}

.ico-arrow-thin-right:before {
    content: "\e902";
}

.ico-arrow-thin-up:before {
    content: "\e903";
}

.ico-arrow-up:before {
    content: "\e904";
}

.ico-headset_mic:before {
    content: "\e311";
}

.ico-keyboard_arrow_down:before {
    content: "\e313";
}

.ico-keyboard_arrow_left:before {
    content: "\e314";
}

.ico-keyboard_arrow_right:before {
    content: "\e315";
}

.ico-keyboard_arrow_up:before {
    content: "\e316";
}

.ico-info-large-outline:before {
    content: "\e905";
}

.ico-chevrons-right:before {
    content: "\e906";
}

.ico-credit-card:before {
    content: "\e907";
}

.ico-download-cloud:before {
    content: "\e908";
}

.ico-facebook:before {
    content: "\e909";
}

.ico-file-text:before {
    content: "\e90a";
}

.ico-help-circle:before {
    content: "\e90b";
}

.ico-instagram:before {
    content: "\e90c";
}

.ico-linkedin:before {
    content: "\e90d";
}

.ico-log-out:before {
    content: "\e90e";
}

.ico-map-pin:before {
    content: "\e90f";
}

.ico-twitter:before {
    content: "\e910";
}

.ico-phone:before {
    content: "\e942";
}

.ico-email:before {
    content: "\e945";
}

.ico-user:before {
    content: "\e911";
}

.ico-user-plus:before {
    content: "\e912";
}

.ico-youtube:before {
    content: "\e914";
}

.ico-close:before {
    content: "\e5cd";
}

.ico-search:before {
    content: "\e8b6";
	font-weight: bold;
}

/*
@red: #ff0613;
*/

body, html {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 100%;
    line-height: 150%;
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    letter-spacing: normal;
    font-weight: normal;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a, .btn, button {
    transition: 300ms all ease;
}

p {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
}

p a {
    color: #ff0613 !important;
}

p a:hover {
    text-decoration: underline;
}

.btn, button {
    cursor: pointer;
}

ol {
    margin-left: 15px;
    margin-bottom: 1.5em;
}

ul {
    list-style: none;
}

ul.bullet li {
    text-indent: -15px;
    padding-left: 15px;
}

ul.bullet li:before {
    content: "- ";
    margin-right: 5px;
}

h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 100%;
}

h2 {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 100%;
}

h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 30px;
    margin-top: 1.5em;
	color: #ff0613;
}

h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 32px;
}

h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 1.5em;
    font-size: 25px;
}

select {
    appearance: none;
    /*-webkit-appearance: none;*/
    background: transparent;
}

.pagination-wrapper {
    margin: 25px auto;
    text-align: center;
}

.pagination-wrapper .pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination-wrapper .pagination li a {
    border: 1px solid #73737333;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    width: 45px;
    margin: 5px;
}

.pagination-wrapper .pagination li a.ico-arrow-thin-left, .pagination-wrapper .pagination li a.ico-arrow-thin-right {
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination-wrapper .pagination li a:hover {
    background-color: #fdd3d3;
}

.pagination-wrapper .pagination li a.active {
    background-color: #ff0613;
    color: #fff;
}

.main-content table {
    table-layout: fixed;
    border: 1px solid;
}

.main-content table td, .main-content table th {
    border-bottom: 1px solid;
    border-right: 1px solid;
    vertical-align: middle;
    padding: 5px 10px;
}

.main-content table, .main-content table td, .main-content table th {
    border-color: #a7a7a7;
}

.main-content table tr td:last-child, .main-content table tr th:last-child {
    border-right: none;
}

.main-content table thead td, .main-content table thead th {
    background-color: #f7f7f9;
    font-weight: normal;
    color: #ff0613;
}

.main-content table thead td {
    vertical-align: middle;
    color: #666;
}

.main-content table tbody th {
    min-width: 250px;
}

.img-responsive {
    max-width: 100%;
}

.tx-center {
    text-align: center;
}

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

.tx-bold {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.tx-small {
    font-size: 1.2em !important;
}

.page-anchor {
    display: inline-block;
}

.valign-container {
    display: table;
    width: 100%;
    height: 100%;
}

.valign-container .valign-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.valign-container .moris p {
    font-size: 1em;
}

.valign-container .moris ul {
    margin-left: 30px
}

.valign-container .moris ul li {
    list-style: disc;
    font-size: 1em;
    line-height: 1.6667;
}

@media ( min-width: 769px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
}

.flex-list .flex-list-item {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {
    .container {}
}

@media (min-width: 191.5em) {
    .container {
        width: 1440px;
    }
}

.btn {
    text-decoration: none;
    display: inline-block;
    padding: 0 25px;
    border-radius: 18px;
    line-height: 35px;
    font-size: 1em;
    height: 35px;
    text-align: center;
    overflow: hidden;
}

.btn-style-1 {
    border: 1px solid #fff;
    color: #fff;
}

.btn-style-1:hover {
    background-color: #fff;
    color: #666;
}

.btn-style-2 {
    background-color: #ff0613;
    border: none;
    color: #fff;
}

.btn-style-2:hover {
    background-color: #d80000;
}

.btn-style-2.dark {
    background-color: #000;
}

.btn-style-2.dark:hover {
    background-color: #171616;
}

.btn-style-3 {
    background-color: #f7f7f9;
    border: 1px solid #ff0613;
    border-radius: 6px;
    color: #ff0613;
}

.btn-style-3:hover {
    background-color: #ff0613;
    color: #fff;
}

/*======================================
 Selectric v1.13.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 1.5em/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    min-height: 1.5em;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.intro_careers {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.intro_careers p {}

.parallax-window {
    min-height: 350px;
    background: transparent;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.intro_careers {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.intro_careers p {}

.about_wrap {
    width: 100%;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row .row-bleed {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row__full-bleed {
    width: 100%;
}

.column-bleed, .columns-bleed {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
}

.column_right, .columns_right {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: right;
}

.large-1 {
    width: 8.33333%;
}

.large-2 {
    width: 16.66667%;
}

.large-3 {
    width: 25%;
}

.large-4 {
    width: 33.33333%;
}

.large-5 {
    width: 41.66667%;
}

.large-6 {
    width: 50%;
}

.large-7 {
    width: 58.33333%;
}

.large-8 {
    width: 66.66667%;
}

.large-9 {
    width: 75%;
}

.large-10 {
    width: 83.33333%;
}

.large-11 {
    width: 91.66667%;
}

.large-12 {
    width: 100%;
}

.large-20 {
    width: 20%;
}

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

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*, :before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.parallax-window {
    min-height: 350px;
    background: transparent;
}

.media-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.media-block .media-thumb {
    width: 100%;
    overflow: hidden;
}

.media-block .media-thumb img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.media-block .media-content {}

.media-block .media-content li, .media-block .media-content p {
    line-height: 24px;
}

.media-block .media-content p.title {
    margin-bottom: 15px;
    font-size: 23px;
}

.media-block .media-content .btn-group {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
}

.media-block .content-overlay {}

.media-block .content-overlay p.title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.media-block .content-wrapper {}

.media-block .content-bottom {}

.media-block .content-bottom .content-wrapper {
    max-width: 90%;
    margin: 0 auto;
}

.media-block .content-fill {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.media-block .content-fill .content-wrapper {
    vertical-align: middle;
}

.content-grid .media-thumb {
    margin-bottom: 30px;
}

.content-grid .media-content {
    padding: 0 15px;
}

.content-grid .media-content p.title {
    font-size: 1.3em;
    margin-bottom: 1em;
    color: #ff0613;
}

.content-grid .media-content .title i {
    display: inline-block;
    border: 1px solid #ff0613;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.content-grid .media-content .links-list li {
    margin-bottom: 10px;
}

.content-grid .media-content li a, .content-grid .media-content p a {}

.content-grid .media-content li a:hover, .content-grid .media-content p a:hover {}


.section {
    padding: 70px 0;
    overflow: hidden;
}

.section.section-compact {
    padding: 30px 0;
}

.section-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.section-hero .hero-banner {
    /* height: 100%; */
    min-width: 100%;
}

.section .section-title {
    margin-bottom: 30px;
    line-height: 40px;
    text-align: center;
}

.section .blog-title {
    margin-bottom: 30px;
}

.section-hero-large {
    height: 825px;
}

.section-hero-medium {
    height: 600px;
}

.section-hero-min {
    height: 200px;
}

@media ( max-width: 1366px) {
    .section-hero-large {
        height: 650px;
    }
}

@media ( max-width: 1024px) {
    .section-hero-min, .section-hero-medium, .section-hero-large {
        /* max-height: 250px; */
    }
}

.section-blog .blog-content-wrapper {
    margin: 15px 0;
}

.article-nav .back {
    float: left;
}

.article-nav .next {
    float: right;
}

.article-nav .btn {
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.section-blog .blog-hero {
    margin-bottom: 15px;
}

.section-blog .blog-content {
    position: relative;
    padding: 0 10%;
    font-size: 18px;
}

.blog-content .blog-share {
    position: absolute;
    right: 0;
    top: 10px;
}

.blog-content .blog-share li {}

.blog-content .blog-share .share-label {
    transform: rotate(90deg);
    /* transform-origin: right bottom; */
    float: left;
}

.blog-content .blog-share ul {
    position: relative;
    top: 40px;
    left: 10px;
}

.blog-content .blog-share ul li {
    margin-bottom: 10px;
}

.section-dark {
    background-color: #f7f7f9;
}

.section-bgnd {
    background: url(../../../images/bgnd.html) #FAFAFA;
    padding: 70px 0 50px;
}

.section-slider {
    position: relative;
    height: 100%;
}

.section-slider .owl-stage-outer, .section-slider .owl-stage, .section-slider .owl-item, .section-slider .item {
    height: 100%;
}

.section-slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5%;
}

.section-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
}

.section-slider .owl-dot.active {
    background-color: #fff;
}

.section .content-grid {
    margin: 30px auto;
}

.section .content-grid .media-block {
    margin-bottom: 30px;
    overflow: visible;
}

.section .content-grid .media-cta {
    padding-bottom: 50px;
    position: relative;
}

.section-intro {
	height: 250px !important;
    /* background: url(../img/hero-video.gif) center center no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.section-intro .hero-content {
    background-color: rgba(113, 0, 0, 0.56);
    padding-bottom: 115px;
}

.section-get-help {
    padding: 10px 0 25px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.section-get-help .help-link {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 50px;
    display: block;
    width: 100%;
    padding: 0 50px;
}

.section-get-help .help-link:hover {
    color: #ff0613;
}

.section-get-help .help-link i {
    display: inline-block;
    position: relative;
    top: 1em;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    color: #ff0613;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ff0613;
}

.hero-content {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    left: 0;
    top: 0;
}

.hero-content.content-fill {}

.hero-content.content-bottom {}

.hero-content .title {}

.hero-content .title+p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9em;
    line-height: 35px;
    margin: 15px auto;
}

.hero-content .btn-group {
    margin: 25px 0;
}

.hero-search {
    position: relative;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 60px;
    max-width: 600px;
}

.hero-search form {
    width: 100%;
    height: 100%;
}

.hero-search form>* {}

.hero-search label {}

.hero-search select {
    width: 35%;
}

.hero-search button {}

/*Hero search form */

form.search-hero input[type=text] {
    padding: 16px;
    font-size: 17px;
    border: 0px solid grey;
    border-radius: 5px 0px 0px 5px;
    float: left;
    width: 75%;
    background: #fff;
}

form.search-hero button {
    float: left;
    width: 25%;
    padding: 16px;
    background: #ff0613;
    border-radius: 0px 5px 5px 0px;
    color: white;
    font-size: 17px;
    border: 0px solid grey;
    border-left: none;
    cursor: pointer;
}

form.search-hero button:hover {
    background: #d80000;
}

form.search-hero::after {
    content: "";
    clear: both;
    display: table;
}

@media ( max-width: 469px) {
    form.search-hero button {
        width: 30%;
    }
    form.search-hero input[type=text] {
        width: 70%;
    }
}

@media ( max-width: 344px) {
    form.search-hero button {
        width: 30%;
        font-size: 14px;
    }
    form.search-hero input[type=text] {
        width: 70%;
        font-size: 14px;
    }
}

@media ( max-width: 370px) {
    form.search-hero button {
        width: 30%;
        font-size: 14px;
    }
    form.search-hero input[type=text] {
        width: 70%;
        font-size: 14px;
    }
}

@media (max-width: 310px), (min-width: 280px) {
    form.search-hero button {
        width: 30%;
        font-size: 14px;
        padding: 16px 0;
    }
    form.search-hero input[type=text] {
        width: 70%;
        font-size: 14px;
    }
}

@media ( max-width: 281px) {
    form.search-hero button {
        width: 30%;
        font-size: 12px;
        padding: 15px 0;
    }
    form.search-hero input[type=text] {
        width: 70%;
        font-size: 12px;
    }
}

/* end hero search */

/* chat with us float */

/*Floating chat with us*/

.main-section {
    width: 270px;
    position: fixed;
    right: 15%;
    bottom: -300px;
    z-index: 100000;
}

.text-center:hover {
    color: #ff0613;
    cursor: pointer
}

.first-section:hover {
    cursor: pointer;
    color: #fff;
    background-color: #ff0613;
    border-bottom-color: #eee;
    border-radius: 4px;
    border: 2px solid #fff;
}

.open-more {
    bottom: 0px;
    transition: 1s;
}

.border-chat {
    margin: 0px;
}

.first-section {
    background-color: #fff;
    border: 2px solid #ff0613;
    border-bottom-color: #eee;
    color: #ff0613;
    border-radius: 4px;
    text-align: center;
}

.first-section p {
    margin: 0px;
    padding: 1px 0px;
    font-size: 20px
}

.first-section p: hover {
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
    font-size: 20px
}

.right-first-section {
    text-align: right;
}

.right-first-section i {
    color: #ff0613;
    font-size: 15px;
    padding: 12px 3px;
}

.right-first-section i:hover {
    color: #fff;
}

.second-section {
    padding: 10px;
    margin: 0px;
    background-color: #eee;
    height: 290px;
    text-align: center;
}

.form-control:focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.text-bar input {
    width: 90%;
    margin-left: -15px;
    padding: 10px 10px;
    border: 1px solid #fff;
}

/* end chat with us */

/* tabs style */

.tab {
    padding: 0;
}

.tab button {
    display: block;
    background-color: #eee;
    color: black;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 5px;
}

.tab button:hover {
    background-color: #dedede;
}

.tab button.active {
    border-right: 5px solid #ff0613;
    transition: 300ms all ease;
    color: #ff0613;
}

.row .tabbed {
    margin-top: 20px;
}

iframe {
    border: 2px solid red;
    border-left-width: 0;
}

.tablinks>.tab-img {
    width: 40px;
    float: right;
}

.tabcontent {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.tabcontent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end tabs style */

/*faq menu */

.btn-load {
    margin: 1%;
    background-color: #ff0613;
    color: #fff;
    font-weight: 400;
}

.btn-load:hover {
    background-color: #d80000;
    color: #fff;
}

.accordion {
    background-color: #eee;
    color: #525556;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #ddd;
}

.accordion:after {
    content: '\2304';
    font-size: 5px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796";
	font-size: 5px;
}

div.faq-panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

/* end faq */

/* buttons */

.feedback>.btn {
    width: 49%;
    background-color: #ff0613;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
}

.feedback>.btn:hover {
    width: 50%;
    background-color: #d80000;
    color: #fff;
    font-weight: 400;
}

.feedback {
    margin: 30px 0;
    text-align: center;
}

/* end buttons */

.qiuck-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.qiuck-links-wrapper {
    position: relative;
}

.qiuck-links-wrapper:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #efefef;
    transition: 1500ms all ease;
}

.qiuck-links-wrapper.animated:after {
    width: 100%;
}

.maiden-loaded .qiuck-links-wrapper:after {
    transition: 0ms all ease;
    width: 100%;
}

.qiuck-links .link-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    color: #efefef;
    font-size: .8em;
    width: 15%;
    padding: 15px 10px;
    /* font-weight:bold; */
}

.qiuck-links .link-wrapper i {
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}

.qiuck-links .link-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 300ms all ease;
}

.qiuck-links .link-wrapper:hover {
    color: #ff0613;
    background-color: #fff;
}

.header {
    position: relative;
    z-index: 1000;
}

.header .nav {
    list-style: none;
    height: inherit;
}

.header .nav>li {
    display: inline-block;
}

.header-top {
    background-color: #ff0613;
    padding: 10px 5%;
    color: #fff;
}

.contact-form .textbox {
    border: 1px solid #d3d3d3;
    color: #8a918f;
    height: 35px;
    display: block;
    margin: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.primary-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    margin: 0;
    border: 0 none;
    background-color: #ff0613;
    color: #fff;
    padding: 0 30px;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-tbl .col {
    display: table-cell;
    vertical-align: top;
}

.filter-wrapper.map-filter {
    padding: 0;
}

.filter-wrapper.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.filter-wrapper.map-filter form {
    width: 100%;
}

.filter-wrapper form {
    display: table;
    width: 90%;
    margin: 0 auto;
}

.contact-form textarea.textbox {
    height: 230px;
    resize: none;
    padding: 12px;
}

.contact-form .textbox {
    border: 1px solid #d3d3d3;
    color: #8a918f;
    height: 35px;
    display: block;
    margin: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contact-tbl .col.right .map-container {
    height: 400px;
}

.filter-wrapper.map-filter .field:first-child {
    padding-left: 0;
}

.filter-wrapper .field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.filter-wrapper .textbox {
    display: block;
    margin: 24px 0;
    width: 100%;
    height: 48px;
    border: 1px solid #e5e5e4;
    padding: 0 16px;
    color: #40413f;
    background-color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filter-wrapper .dd-wrapper {
    overflow: hidden;
    display: block;
    /*border: 1px solid #e5e5e4;*/
    position: relative;
    padding-right: 16px;
    margin: 24px 0;
    /*background-color: #fff;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filter-wrapper select {
    width: 115%;
    border: none;
    box-shadow: none;
    height: 46px;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #40413f;
    position: relative;
    z-index: 5;
    padding: 0 16px;
}

.filter-wrapper.map-filter .btn-field {
    padding-right: 0;
}

.filter-wrapper .btn-field {
    width: 130px;
}

.filter-wrapper .field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

/*end of contact us styles*/

.header {
    position: relative;
    z-index: 1000;
}

.header .nav {
    list-style: none;
    height: inherit;
}

.header .nav>li {
    display: inline-block;
}

.header-top .nav {
    float: right;
}

.header-top .nav li {
    margin-left: 15px;
}

.header-top .nav a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .75em;
}

.header-top .nav a:hover {
    text-decoration: underline;
}

.header-bottom.sticky {
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
}

.header-bottom {
    padding: 0 5%;
    height: 75px;
    /* border-bottom: 5px solid #666; */
}

.header-bottom>div {
    height: 100%;
    line-height: 100%;
    padding: 15px 0;
}

.header-bottom .header-left {
    float: left;
    width: 10%;
}

.header-bottom .header-left .logo {
    display: inline-block;
    width: 100%;
}

.header-bottom .header-center {
    float: left;
    width: 75%;
}

.header-bottom .header-right {
    display: inline-block;
    float: right;
    width: 15%;
}

.header-bottom .nav li a.btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #930f00;
    line-height: 35px;
    position: relative;
    top: 10px;
    padding: 0 15px;
}

.header-bottom .nav li a.btn:hover {
    background-color: red;
    color: #fff;
}

.header-bottom .top-search-wrapper {
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    border-radius: 1.5em;
    position: relative;
    overflow: hidden;
    padding: 2px 10px;
    width: 100%;
    float: right;
}

.header-bottom .top-search input, .header-bottom .top-search button {
    border: none;
    height: 30px;
    line-height: 30px;
}

.header-bottom .top-search input {
    padding: 0 30px 0 10px;
    font-size: 15px;
    width: 100%;
}

.header-bottom .top-search button {
    position: absolute;
    text-align: center;
    font-size: 25px;
    width: 30px;
    right: 10px;
    color: #ccc;
    top: 3px;
    background: transparent;
}

.header-bottom .top-search button:hover {
    color: #333;
}

.header-bottom .header-center {
    text-align: center;
    color: #666;
    padding: 0;
}

.header-bottom .main-nav-bar {
    /* position: relative; */
    height: inherit;
}

.header-bottom .main-nav-bar>ul>li {
    margin: 0 15px;
    height: inherit;
}

.main-nav-bar .nav>li>a {
    display: inline-block;
    line-height: 70px;
    position: relative;
    padding: 0 15px;
}

.main-nav-bar .nav>li>a:hover {
    color: #ff0613;
}

.main-nav-bar>.nav>li.active>a {
    color: #ff0613;
}

.main-nav-bar>.nav>li.active>a:after {
    content: "";
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    background-color: #ff0613;
}

.header-bottom .main-nav-bar .mega-menu {
    position: absolute;
    /* overflow: hidden; */
    display: none;
    width: 100%;
    min-height: 517px;
    top: 75px;
    left: 0;
    background-color: #fdfdfd;
}

.header-bottom .main-nav-bar .mega-menu>.row {
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
}

.main-nav-bar .mega-menu .sub-nav, .main-nav-bar .mega-menu .sub-nav-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.mega-menu .sub-nav li {
    text-align: left;
    margin: 0;
}

.mega-menu .sub-nav li.active {
    background-color: #f7f7f9;
}

.mega-menu .sub-nav li a {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 15px 12px 25px;
    font-size: 16px;
}

.mega-menu .sub-nav li.active a {
    color: #ff0613
}

.mega-menu .sub-nav-menu {
    background-color: #f7f7f9;
    text-align: left;
}

.mega-menu .sub-nav-menu .sub-nav-wrapper {
    padding: 0 50px;
    display: none;
}

.mega-menu .sub-nav-menu .sub-nav-wrapper.active {
    display: block;
}

.mega-menu .sub-nav-menu .menu-title {
    color: #ff0613;
    margin: 1.5em 0 15px;
    font-size: 18px;
}

.mega-menu .sub-nav-menu ul {
    margin-bottom: 30px;
}

.mega-menu .sub-nav-menu li {
    margin-bottom: 9px;
}

.mega-menu .sub-nav-menu li a {
    text-transform: capitalize;
    display: inline-block;
    font-size: .85em;
    color: #737373;
}

.mega-menu .sub-nav-menu li a:hover {
    color: #ff4d4d;
}

@media ( max-width: 1440px) {
    .header-top {
        padding: 10px 1%;
    }
    .header-bottom {
        padding: 0 1%;
    }
    .header-bottom .main-nav-bar>ul>li {
        margin: 0 10px;
    }
    .main-nav-bar .nav>li>a {
        font-size: 1em;
        padding: 0 6px;
    }
}

@media ( max-width: 1280px) {
    .mega-menu .sub-nav-menu .menu-title {
        font-size: 1.2em;
    }
    .header-bottom .header-left {
        width: 5%;
    }
    .header-bottom .header-center {
        width: 80%;
    }
    .header-bottom .header-left .logo {
        width: 38px;
        overflow: hidden;
    }
}

@media ( max-width: 1024px) {
    .header-bottom .header-left {
        width: 5%;
    }
    .header-bottom .header-right {
        width: 5%;
    }
    .header-bottom .header-left .logo {
        width: 38px;
        overflow: hidden;
    }
    .header-bottom .top-search-wrapper {
        width: 45px;
        border-radius: 18px;
    }
    .header-bottom .header-center {
        width: 90%;
    }
    .main-nav-bar .mega-menu .sub-nav, .main-nav-bar .mega-menu .sub-nav-menu {
        padding-top: 1.5em;
    }
}

.mega-menu .sub-nav-menu .sub-nav-wrapper:first-child {
    display: block;
}

.footer {
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.footer .footer-wrapper {
    padding: 0 5%;
}

.footer-top {
    background: url(../../../images/logo.png) no-repeat top left;
    /* padding: 70px 100px 30px 200px; */
}

.footer-top .nav-title {
    color: #ff0613;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-top .footer-nav {
    margin-bottom: 30px;
}

.footer-top .footer-nav li {
    /* margin-bottom: 5px; */
}

.footer-top .footer-nav li a {
    font-size: 13px;
}

.footer-top .footer-nav li a:hover {
    color: #ff0613;
}

.footer-bottom {
    padding: 15px 0;
    color: #ff0613;
}

.footer-bottom .copy {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .75em;
    float: left;
}

.footer-bottom .social {
    float: right;
}

.footer-bottom .social li {
    display: inline-block;
    margin: 0 15px;
}

@media ( max-width: 1366px) {
    .footer-top {
        /* padding: 50px 0 30px 190px; */
    }
}

@media ( max-width: 1280px) {
    .footer-top {
        background-image: none;
        padding: 0 0 0;
    }
}

@media ( max-width: 1024px) {
    /*     .footer-top {
           background-image: none;
           padding: 0;
       } */
}

.search-section+.scrollmagic-pin-spacer {
    background-color: #f7f7f9;
}

.stories-section .btn-filter-wrap {
    margin: 50px 0;
    text-align: center;
}

.stories-section .btn-filter-wrap .btn-filter {
    border: none;
    font-size: 1em;
    background: transparent;
    color: inherit;
    margin-left: 10px;
}

.stories-section .btn-filter.btn-active {
    color: #ff0613;
}

.stories-slider_list {
    margin: 50px 0 1.5em;
}

#mamboslides .large-3 {
    padding-bottom: 1.8em;
}

.stories-slider_list .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 1.5em;
    right: 5%;
}

.stories-slider_list .owl-nav button i {
    font-size: 35px;
    color: #b9b9b9;
}

.stories-slider_list .owl-nav button:hover i {
    color: #666;
}

.stories-slider_list .item {
    height: 480px;
    transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.stories-slider_list .item.__loading {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
}

.stories-slider_list .owl-stage {
    transform: translate3d(3%, 0px, 0px);
}

.stories-slider_list .hover-overlay {
    background-color: #ff0613;
    vertical-align: middle;
    text-align: center;
    display: none;
    width: 100%;
    color: #fff;
    transition: all ease .7s;
}

.stories-slider_list .hover-overlay span {
    font-size: 35px;
}

.stories-slider_list .media-content:hover .content-wrapper {
    /* display: none; */
}

.stories-slider_list .media-content:hover .hover-overlay {
    /* display: table-cell; */
}

.stories-slider_list+p>a {
    text-decoration: underline;
    text-underline-position: under;
}

.stories-slider_list+p>a:hover {
    color: #ff0613;
}

.item-link .hover-overlay {
    display: table-cell;
    height: 100%;
}

.item-link .hover-overlay span {
    font-size: 25px;
}

.search-section {
    padding: 100px 0;
    border-bottom: 1px solid #efefef;
}

.search-section .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-search-wrapper {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    /* height: 50px; */
    /* padding: 3px 0; */
}

.section-compact .section-search-wrapper {
    margin: 30px auto;
}

.section-search-wrapper input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 17px;
}

.section-search-wrapper button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 0;
    font-size: 15px;
    width: 150px;
    /* height: 100%; */
}

.section-search-links li {
    float: left;
    width: 50%;
    margin-top: 5px;
    font-size: .85em;
}

.section-search-links li a:hover {
    color: #ff0613;
}

.section-identity {
    padding: 50px 0 50px;
}

.section-identity .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-identity-search {
    position: relative;
    border-radius: 1em;
    border: 3px solid #a5a5a5;
    /* overflow: hidden; */
    height: 100px;
    background-color: #f7f7f9;
}

.section-identity-search form {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.section-identity-search input {
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 0 250px 0 30px; */
    /* border: none; */
    /*   background-color: #f7f7f9; */
}

.section-identity-search .select-group {
    padding: 28px 1.5em;
    display: inline-block;
    width: 100%;
}

.section-identity-search .selectric-wrapper {
    float: left;
    margin-right: 10px;
}

.section-identity-search .selectric-wrapper .selectric {
    background-color: #666;
    border-radius: 6px;
    border: none;
    color: #fff;
}

.section-identity-search .selectric .label {
    color: #fff;
    font-size: 15px;
}

.section-identity-search .selectric .button {
    background-color: transparent;
}

.section-identity-search button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    height: 100%;
    width: 250px;
    right: 0;
    border-radius: 0;
    font-size: 25px;
    top: 0;
}

.section-calculator {
    border-bottom: 1px solid #d8d8d8;
}

.section-calculator .form-group {
    margin-bottom: 30px;
}

.section-calculator .form-group .group-label {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 1.5em;
}

.section-calculator .form-group .form-control {
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.header-menu {
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: auto;
    top: 0;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

#main-navigation li>ul {
    display: none;
    position: absolute;
    top: 67px;
    min-height: 340px;
    left: 0;
    right: 300px;
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
}

#main-navigation li ul.expanded {
    /* width: 1200px; */
    border-top: none;
}

#main-navigation li ul.expanded li {}

#main-navigation li ul li {
    display: block;
    float: none;
}

#main-navigation li ul li ul {
    display: none;
    padding: 5px 30px;
    position: absolute;
    right: 0;
    background: transparent;
    top: 0;
    left: auto;
    bottom: 0;
    width: 500px;
    height: 100%;
    min-height: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

#main-navigation li ul li a {
    display: block;
    float: none;
    color: #656565 !important;
    font-size: 1em;
    line-height: 50px;
    padding: 0 15px;
    text-transform: unset;
    text-decoration: none;
    font-weight: 500;
}

li.act {
    color: #656565;
}

#main-navigation li ul li a:hover {
    background: #384958;
    color: #fff !important;
}

#main-navigation li ul li>a {
    border-bottom: none !important;
}

#main-navigation li ul li ul {
    padding: 25px 30px;
}

#main-navigation li ul li ul li a {
    color: #656565 !important;
    line-height: 30px;
    text-decoration: none;
    font-size: .9em;
    font-weight: 400;
    padding: 0;
    border-color: #ccc !important;
    text-transform: initial;
}

#main-navigation li ul li ul li a:hover {
    color: #ff0013 !important;
    border-color: #ff0013;
}

#main-navigation li ul li a:hover {
    background: #f2f2f2;
    color: #656565;
    border-color: #eee;
}

#main-navigation li ul li ul {
    background: #f2f2f2;
}

.main-nav--subenu li {
    width: 100% !important
}

.main-nav--subenu h3 {
    color: #61a60e;
    font-size: 25px
}

.main-nav--subenu p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.submenu-moule {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 100px;
}

.section-calculator .form-group input[disabled] {
    border-color: #fec8c8;
    background-color: #fec8c8;
}

.section-calculator .form-group button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}

.calc-results {
    display: table;
}

.calc-results .calc-result {
    display: table-row;
    margin-bottom: 10px;
}

.calc-results .calc-result>span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: table-cell;
    padding: 10px 0;
}

.calc-results .total>span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: table-cell;
    padding: 10px 0;
}

.calc-results .calc-result .key {
    width: 60%
}

.calc-results .calc-result .value {
    text-align: right;
    width: 40%
}

.services-section {
    padding: 100px 0;
}

.services-section .media-block {
    height: 495px;
}

.section-video .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 50px;
    text-align: left;
}

.section-video .section-title+p {
    line-height: 30px;
    margin-bottom: 30px;
}

.section-sticky-content {}

.sticky-nav {
    position: relative;
    display: inline-block;
    height: 100%;
    /* width: 100%; */
}

.sticky-nav ul {
    position: absolute;
    width: 100%;
}

.sticky-nav ul li {
    /* margin-bottom: 30px; */
}

.sticky-nav ul li a:hover {
    color: #333;
}

.sticky-nav ul li a.active {}

.sticky-nav ul li a.active:after {
    content: "";
    background-color: #f7f7f9;
    width: 250%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    margin-right: 30px;
    right: 0;
}

.sticky-content p {}

.sticky-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
}

.sticky-content h3 {
    font-size: 1.5em;
    /* font-weight: bold; */
    margin-top: 0;
}

.sticky-content h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

.sticky-content a {}

.sticky-content ul {
    margin-left: 25px;
}

.sticky-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.sticky-content ol {
    margin-left: 25px;
    margin-bottom: 25px;
}

.sticky-content ul li {
    list-style: disc;
    font-size: 1em;
}

.sticky-content ol li {
    font-size: 1em;
}

.expand {
    width: 100%;
}

.sticky-content em {
    font-size: 1.2em;
    color: #555;
}

.half {
    width: 49.5%;
    display: inline-block;
}

.abt_wrap .section-title {
    text-align: left
}

.left {
    float: left;
}

.abt_cont {
    display: table;
    height: 300px;
    background-size: cover;
    background-repeat: none;
    background-position: center;
    position: relative;
    width: 100%;
}

.abt_cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.abt_cell {
    text-align: center;
    color: #ffffff;
    padding: 0 30px;
}

.abt_cell h4 {
    font-size: 1.5em;
}

.sticky-content .abt_cell ul li {
    list-style: none;
}

.govern {
    background: #eeeeee;
}

.govern .abt_cont {
    border: 1px solid #ccc !important;
    transition: linear .4s;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
}

.govern .abt_cont .abt_cell {
    color: #666666;
}

.govern .abt_cont .abt_cell {
    text-align: left;
}

.govern .abt_cont .abt_cell ul li {
    list-style: disc;
}

.more_dept {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.sticky-content .section.section-compact {
    /* margin-bottom: 50px; */
}

.sticky-content.top_abt {
    min-height: auto;
}

.abt_cell a {
    color: #ff0613;
}

.intro_abt {
    text-align: center;
}

.top_abt .search-section .section-title {
    margin-top: 30px;
}

.top_abt.sticky-content .doc-filter ul {
    margin: 0
}

.sticky-content .intro_abt ul {
    max-width: 600px;
    margin: 0 auto;
}

.sticky-content .intro_abt ul li {
    list-style: disc;
    font-size: 1em;
    text-align: left;
}

/*.cd-timeline-navigation {*/

/*display: none;*/

/*}*/

/*.sticky-content .events ol li, .sticky-content .cd-timeline-navigation li {*/

/*list-style: none;*/

/*}*/

/*.cd-timeline-navigation a {*/

/*display: none;*/

/*}*/

/*!* .first_item{}*/

/*.second_item{left:50% !important;}*/

/*.third_item{right:0 !important;left:unset !important} *!*/

/*.cd-horizontal-timeline .events a {*/

/*left: 50% !important;*/

/*}*/

/*.sticky-content .events ol li:first-child a {*/

/*left: 0 !important;*/

/*}*/

/*.sticky-content .events ol li:last-child a {*/

/*left: unset !important;*/

/*right: 0 !important*/

/*}*/

/*.cd-horizontal-timeline {*/

/*opacity: 0;*/

/*!* margin: 2em auto; *!*/

/*-webkit-transition: opacity 0.2s;*/

/*-moz-transition: opacity 0.2s;*/

/*transition: opacity 0.2s;*/

/*}*/

/*.cd-horizontal-timeline::before {*/

/*!* never visible - this is used in jQuery to check the current MQ *!*/

/*content: 'mobile';*/

/*display: none;*/

/*}*/

/*.cd-horizontal-timeline.loaded {*/

/*!* show the timeline after events position has been set (using JavaScript) *!*/

/*opacity: 1;*/

/*}*/

/*.cd-horizontal-timeline .timeline {*/

/*position: relative;*/

/*height: 100px;*/

/*width: 90%;*/

/*max-width: 800px;*/

/*margin: 0 auto;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper {*/

/*position: relative;*/

/*height: 100%;*/

/*margin: 0 40px;*/

/*overflow: hidden;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {*/

/*!* these are used to create a shadow effect at the sides of the timeline *!*/

/*content: '';*/

/*position: absolute;*/

/*z-index: 2;*/

/*top: 0;*/

/*height: 100%;*/

/*width: 20px;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::before {*/

/*left: 0;*/

/*!* background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*!* background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::after {*/

/*!* right: 0; *!*/

/*!* background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*!* background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*}*/

/*.cd-horizontal-timeline .events {*/

/*!* this is the grey line/timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*left: 0;*/

/*top: 49px;*/

/*height: 2px;*/

/*!* width will be set using JavaScript *!*/

/*background: #dfdfdf;*/

/*-webkit-transition: -webkit-transform 0.4s;*/

/*-moz-transition: -moz-transform 0.4s;*/

/*transition: transform 0.4s;*/

/*width: 100% !important;*/

/*}*/

/*.cd-horizontal-timeline .filling-line {*/

/*!* this is used to create the green line filling the timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*left: 0;*/

/*top: 0;*/

/*height: 100%;*/

/*width: 100%;*/

/*background-color: #7b9d6f;*/

/*-webkit-transform: scaleX(0);*/

/*-moz-transform: scaleX(0);*/

/*-ms-transform: scaleX(0);*/

/*-o-transform: scaleX(0);*/

/*transform: scaleX(0);*/

/*-webkit-transform-origin: left center;*/

/*-moz-transform-origin: left center;*/

/*-ms-transform-origin: left center;*/

/*-o-transform-origin: left center;*/

/*transform-origin: left center;*/

/*-webkit-transition: -webkit-transform 0.3s;*/

/*-moz-transition: -moz-transform 0.3s;*/

/*transition: transform 0.3s;*/

/*}*/

/*.cd-horizontal-timeline .events a {*/

/*position: absolute;*/

/*bottom: 0;*/

/*z-index: 2;*/

/*text-align: center;*/

/*font-size: 1.3rem;*/

/*padding-bottom: 15px;*/

/*color: #383838;*/

/*!* fix bug on Safari - text flickering while timeline translates *!*/

/*-webkit-transform: translateZ(0);*/

/*-moz-transform: translateZ(0);*/

/*-ms-transform: translateZ(0);*/

/*-o-transform: translateZ(0);*/

/*transform: translateZ(0);*/

/*}*/

/*.cd-horizontal-timeline .events a::after {*/

/*!* this is used to create the event spot *!*/

/*content: '';*/

/*position: absolute;*/

/*left: 50%;*/

/*right: auto;*/

/*-webkit-transform: translateX(-50%);*/

/*-moz-transform: translateX(-50%);*/

/*-ms-transform: translateX(-50%);*/

/*-o-transform: translateX(-50%);*/

/*transform: translateX(-50%);*/

/*bottom: -5px;*/

/*height: 12px;*/

/*width: 12px;*/

/*border-radius: 50%;*/

/*border: 2px solid #dfdfdf;*/

/*background-color: #f8f8f8;*/

/*-webkit-transition: background-color 0.3s, border-color 0.3s;*/

/*-moz-transition: background-color 0.3s, border-color 0.3s;*/

/*transition: background-color 0.3s, border-color 0.3s;*/

/*}*/

/*.no-touch .cd-horizontal-timeline .events a:hover::after {*/

/*background-color: #7b9d6f;*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-horizontal-timeline .events a.selected {*/

/*pointer-events: none;*/

/*}*/

/*.cd-horizontal-timeline .events a.selected::after {*/

/*background-color: #7b9d6f;*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-horizontal-timeline .events a.older-event::after {*/

/*border-color: #7b9d6f;*/

/*}*/

/*@media only screen and (min-width: 1100px) {*/

/*.cd-horizontal-timeline {*/

/*!* margin: 6em auto; *!*/

/*}*/

/*.cd-horizontal-timeline::before {*/

/*!* never visible - this is used in jQuery to check the current MQ *!*/

/*content: 'desktop';*/

/*}*/

/*}*/

/*.cd-timeline-navigation a {*/

/*!* these are the left/right arrows to navigate the timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*top: 50%;*/

/*bottom: auto;*/

/*-webkit-transform: translateY(-50%);*/

/*-moz-transform: translateY(-50%);*/

/*-ms-transform: translateY(-50%);*/

/*-o-transform: translateY(-50%);*/

/*transform: translateY(-50%);*/

/*height: 34px;*/

/*width: 34px;*/

/*border-radius: 50%;*/

/*border: 2px solid #dfdfdf;*/

/*!* replace text with an icon *!*/

/*overflow: hidden;*/

/*color: transparent;*/

/*text-indent: 100%;*/

/*white-space: nowrap;*/

/*-webkit-transition: border-color 0.3s;*/

/*-moz-transition: border-color 0.3s;*/

/*transition: border-color 0.3s;*/

/*}*/

/*.cd-timeline-navigation a::after {*/

/*!* arrow icon *!*/

/*content: '';*/

/*position: absolute;*/

/*height: 16px;*/

/*width: 16px;*/

/*left: 50%;*/

/*top: 50%;*/

/*bottom: auto;*/

/*right: auto;*/

/*-webkit-transform: translateX(-50%) translateY(-50%);*/

/*-moz-transform: translateX(-50%) translateY(-50%);*/

/*-ms-transform: translateX(-50%) translateY(-50%);*/

/*-o-transform: translateX(-50%) translateY(-50%);*/

/*transform: translateX(-50%) translateY(-50%);*/

/*background: url(../../../images/cd-arrow.svg) no-repeat 0 0;*/

/*}*/

/*.cd-timeline-navigation a.prev {*/

/*left: 0;*/

/*-webkit-transform: translateY(-50%) rotate(180deg);*/

/*-moz-transform: translateY(-50%) rotate(180deg);*/

/*-ms-transform: translateY(-50%) rotate(180deg);*/

/*-o-transform: translateY(-50%) rotate(180deg);*/

/*transform: translateY(-50%) rotate(180deg);*/

/*}*/

/*.cd-timeline-navigation a.next {*/

/*right: 0;*/

/*}*/

/*.no-touch .cd-timeline-navigation a:hover {*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-timeline-navigation a.inactive {*/

/*cursor: not-allowed;*/

/*}*/

/*.cd-timeline-navigation a.inactive::after {*/

/*background-position: 0 -16px;*/

/*}*/

/*.no-touch .cd-timeline-navigation a.inactive:hover {*/

/*border-color: #dfdfdf;*/

/*}*/

/*.large-12 .sticky-content {*/

/*min-height: auto*/

/*}*/

/*.large-12.section-sticky-content { !* padding:0; *!*/

/*border: none;*/

/*padding: 70px 0;*/

/*}*/

/*.cd-horizontal-timeline .events-content {*/

/*position: relative;*/

/*width: 100%;*/

/*margin: 0;*/

/*overflow: hidden;*/

/*-webkit-transition: height 0.4s;*/

/*-moz-transition: height 0.4s;*/

/*transition: height 0.4s;*/

/*}*/

/*.cd-horizontal-timeline .events-content li {*/

/*position: absolute;*/

/*z-index: 1;*/

/*width: 100%;*/

/*left: 0;*/

/*top: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*-moz-transform: translateX(-100%);*/

/*-ms-transform: translateX(-100%);*/

/*-o-transform: translateX(-100%);*/

/*transform: translateX(-100%);*/

/*padding: 0 5%;*/

/*opacity: 0;*/

/*-webkit-animation-duration: 0.4s;*/

/*-moz-animation-duration: 0.4s;*/

/*animation-duration: 0.4s;*/

/*-webkit-animation-timing-function: ease-in-out;*/

/*-moz-animation-timing-function: ease-in-out;*/

/*animation-timing-function: ease-in-out;*/

/*list-style: none;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.selected {*/

/*!* visible event content *!*/

/*position: relative;*/

/*z-index: 2;*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0);*/

/*-moz-transform: translateX(0);*/

/*-ms-transform: translateX(0);*/

/*-o-transform: translateX(0);*/

/*transform: translateX(0);*/

/*}*/

/*.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {*/

/*-webkit-animation-name: cd-enter-right;*/

/*-moz-animation-name: cd-enter-right;*/

/*animation-name: cd-enter-right;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {*/

/*-webkit-animation-name: cd-enter-left;*/

/*-moz-animation-name: cd-enter-left;*/

/*animation-name: cd-enter-left;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {*/

/*-webkit-animation-direction: reverse;*/

/*-moz-animation-direction: reverse;*/

/*animation-direction: reverse;*/

/*}*/

/*.cd-horizontal-timeline .events-content li > * {*/

/*max-width: 800px;*/

/*margin: 0 auto;*/

/*}*/

/*.cd-horizontal-timeline .events-content h2 {*/

/*font-weight: bold;*/

/*font-size: 1.2em;*/

/*!* font-family: "Playfair Display", serif; *!*/

/*font-weight: 700;*/

/*line-height: 1.2;*/

/*}*/

/*.cd-horizontal-timeline .events-content em {*/

/*display: block;*/

/*font-style: italic;*/

/*margin: 10px auto;*/

/*}*/

/*.cd-horizontal-timeline .events-content em::before {*/

/*content: '- ';*/

/*}*/

/*.cd-horizontal-timeline .events-content p {*/

/*!* font-size: 1.4rem; *!*/

/*color: #959595;*/

/*}*/

/*.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {*/

/*line-height: 1.6;*/

/*}*/

/*@media only screen and (min-width: 768px) {*/

/*.cd-horizontal-timeline .events-content h2 {*/

/*!* font-size: 7rem; *!*/

/*}*/

/*.cd-horizontal-timeline .events-content em {*/

/*font-size: .9em;*/

/*}*/

/*.cd-horizontal-timeline .events-content p {*/

/*!* font-size: 1.8rem; *!*/

/*}*/

/*}*/

/*@-webkit-keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*}*/

/*}*/

/*@-moz-keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-moz-transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-moz-transform: translateX(0%);*/

/*}*/

/*}*/

/*@keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(100%);*/

/*-moz-transform: translateX(100%);*/

/*-ms-transform: translateX(100%);*/

/*-o-transform: translateX(100%);*/

/*transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*-moz-transform: translateX(0%);*/

/*-ms-transform: translateX(0%);*/

/*-o-transform: translateX(0%);*/

/*transform: translateX(0%);*/

/*}*/

/*}*/

/*@-webkit-keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*}*/

/*}*/

/*@-moz-keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-moz-transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-moz-transform: translateX(0%);*/

/*}*/

/*}*/

/*@keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*-moz-transform: translateX(-100%);*/

/*-ms-transform: translateX(-100%);*/

/*-o-transform: translateX(-100%);*/

/*transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*-moz-transform: translateX(0%);*/

/*-ms-transform: translateX(0%);*/

/*-o-transform: translateX(0%);*/

/*transform: translateX(0%);*/

/*}*/

/*}*/

.doc-filter {
    /* padding-bottom: 1.5em; */
    /* margin-bottom: 1.5em; */
    text-align: center;
}

.doc-filter ul li {
    display: inline-block;
    margin-right: 15px;
}

.doc-filter ul li a {
    padding: 0 15px;
}

.doc-filter ul li a:hover, .doc-filter ul li a.active {
    color: #ff0613;
}

.doc-container .doc-wrapper {
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 15px;
}

.doc-container .doc-wrapper .doc-icon {
    padding: 10px;
    width: 45px;
    height: 55px;
    float: left;
    margin-right: 10px;
    background-color: #cfd8dc;
}

.doc-container .doc-icon img {
    width: 100%;
    height: 100%;
}

.doc-container .doc-title {
    padding: 10px;
}

.doc-container .doc-title p.subtitle {
    font-size: 12px;
    color: #78909c;
}

.doc-container .doc-meta {
    padding: 15px;
    float: left;
}

.doc-container .doc-meta li p {
    margin: 0;
}

.doc-container .doc-meta ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
}

.doc-container .doc-meta ul li:first-child {
    border-right: 1px solid #ccc;
}

.doc-container .doc-btn {
    float: right;
    margin-top: 13px;
}

.doc-container .doc-btn .btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 1.5em;
    margin-right: 15px;
}

.doc-container .doc-btn .btn:last-child {
    margin-right: 0;
}

@media ( max-width: 1024px) {
    .doc-container .doc-meta {
        float: right;
        padding: 0 15px 0 0;
    }
}

@media ( max-width: 800px) {
    .doc-container .doc-wrapper .doc-icon {
        margin-left: 15px;
    }
    .doc-container .doc-meta {
        float: left;
        padding: 15px 0 0 0;
    }
    .doc-container .doc-btn {
        padding-right: 1.5em;
        width: 100%;
    }
    .doc-container .doc-btn .btn {
        width: 100%;
    }
}

@media ( max-width: 425px) {
    .doc-container .doc-btn {
        float: left;
        margin-left: 15px;
    }
}

.media-container .media-block {
    margin-bottom: 30px;
}

.media-container .media-block .content-wrapper {
    padding: 15px 0 0 0;
}

.media-container .media-thumb {
    height: 300px;
}

.media-container .content-wrapper p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.media-container .content-wrapper p.title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
}

.doc-container h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.doc-title a {
    color: #ff0613
}

.doc-title a:hover {
    text-decoration: underline;
}

.faq-grid {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    min-height: 400px;
}

.faq-grid .grid-item {
    width: 100%;
    position: static !important;
}

.faq-grid .grid-item:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item>.title {
    display: inline-block;
    width: 100%;
    padding: 12px 30px;
    background-color: #EDEDED;
    color: #525556;
    font-size: 1.2em;
    margin-bottom: 1px;
    border: 1px solid #e6e6e6;
}

.faq-container .title .indicator {
    display: inline-block;
    float: right;
    color: #929494;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq-container .title .indicator:before {
    content: "\e315";
}

.faq-container .title.ui-accordion-header-active .indicator:before {
    content: "\e313";
}

.faq-container .ui-accordion-content {
    padding: 15px 40px;
}

.media-container .ui-accordion-content {
    padding: 15px 1.5em;
}

@media (max-width: 425px) {
    .faq-container .title {
        padding: 10px 1.5em;
        font-size: 1em;
    }
    .faq-container .ui-accordion-content {
        padding: 15px 1.5em;
    }
}

.list {
    position: absolute;
    z-index: 1001;
    width: 320px;
    right: -1px;
    bottom: 30px;
    height: 100%;
    top: 0;
    /* overflow: scroll; */
    background: #fff;
    webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate(320px, 0);
    -moz-transform: translate(320px, 0);
    -ms-transform: translate(320px, 0);
    -o-transform: translate(320px, 0);
    transform: translate(320px, 0);
}

.list.show_sidebar {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list_menu.active {
    width: 120px;
    left: -120px;
}

.list_menu.active span {
    /* display: none; */
}

.list_menu span {
    vertical-align: middle;
    float: left;
    padding-left: 10px;
    margin-top: 2px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem;
    /* border: 1px solid #cacaca; */
    /* border-radius: 4px; */
    background-color: #fefefe;
    /* -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); */
    /* box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); */
    /* font-family: inherit; */
    /* font-size: 14px; */
    /* font-weight: normal; */
    /* color: #0a0a0a; */
    /* -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; */
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    /* transition: box-shadow 0.5s, border-color 0.25s ease-in-out; */
    /* transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.search-faq__form .form-module__container .input-field {
    position: relative;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 13px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 5px;
    border: none;
}

.desks-map .text-field {
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.3);
}

.search-faq__form .form-module__container .faq-module__input:after {
    content: "";
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e8b6";
    font-size: 24px;
    right: 25px;
    top: 9px;
    color: #aaa;
    pointer-events: none;
}

.search-faq__form {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 20px;
    left: 20px;
}

.search-faq__form .form-module__container .faq-module__input .input-field {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 20px;
    background: transparent;
    text-indent: 99999px;
    overflow: hidden;
    border: none;
    outline: none;
}

.load-more {
    text-align: center;
    padding: 20px 0;
}

/*---------- RESETS ----------*/

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type=button], input[type=submit] {
    -webkit-appearance: none
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---------- RESPONSIVE GRID ----------*/

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .nav-pills>li {
    float: left
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    width: 100%;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {}
}

@media (min-width: 992px) {
    .container {}
}

@media (min-width: 1200px) {
    .container {}
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

/*---------- RESPONSIVE UTILITY HELPERS ----------*/

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

/*-- Owl Carousel --*/

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    min-width: 100%;
    height: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.pagination-wrapper .pagination li a:hover, .pagination-wrapper .pagination li a.active {
    background-color: #ff0613;
    color: #fff;
    font-weight: 500;
}

.pagination-wrapper .pagination li a.active {
    background-color: #ff0613;
    color: #fff;
}

.main-content table {
    table-layout: fixed;
    border: 1px solid;
}

.main-content table td, .main-content table th {
    border-bottom: 1px solid;
    border-right: 1px solid;
    vertical-align: middle;
    padding: 4px 10px;
}

.main-content table, .main-content table td, .main-content table th {
    border-color: #a7a7a7;
}

.main-content table tr td:last-child, .main-content table tr th:last-child {
    border-right: none;
}

.main-content table thead td, .main-content table thead th {
    background-color: #f7f7f9;
    font-weight: normal;
    color: #ff0613;
}

.main-content table thead td {
    vertical-align: middle;
    color: #666;
}

.main-content table tbody th {
    min-width: 250px;
}

.img-responsive {
    max-width: 100%;
}

.spacer {
    height: 30px;
    display: none;
}

.spacer-2x {
    height: 60px;
}

.tx-center {
    text-align: center;
}

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

.tx-bold {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    /* letter-spacing: 1px; */
}

.tx-small {
    font-size: 1.2em !important;
}

.page-anchor {
    display: inline-block;
}

.valign-container {
    display: table;
    width: 100%;
    height: 200%;
}

.valign-container .valign-wrapper {
    display: table-cell;
    vertical-align: middle;
}

@media ( min-width: 769px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
}

.flex-list .flex-list-item {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1366px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 191.5em) {
    .container {
        width: 1440px;
    }
}

.btn {
    text-decoration: none;
    display: inline-block;
    padding: 0 25px;
    border-radius: 5px;
    line-height: 37px;
    font-size: 1em;
    height: 37px;
    text-align: center;
    /* overflow: hidden; */
}

.btn-style-1 {
    border: 1px solid #fff;
    color: #fff;
    /* margin: 0 20px; */
    line-height: 35px;
}

.btn-style-1:hover {
    background-color: #fff;
    color: #666;
}

.btn-style-2 {
    background-color: #ff0613;
    border: none;
    color: #fff;
}

.btn-style-2:hover {
    background-color: #d80000;
}

.btn-style-2.dark {
    background-color: #000;
}

.btn-style-2.dark:hover {
    background-color: #171616;
}

.btn-style-3 {
    background-color: transparent;
    border: 1px solid #ff0613;
    border-radius: 6px;
    color: #ff0613;
    margin-top: 30px;
}

.btn-style-3:hover {
    background-color: #ff0613;
    color: #fff;
}

/*======================================
 Selectric v1.13.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 1.5em/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    min-height: 1.5em;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.intro_careers {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.intro_careers p {}

.parallax-window {
    min-height: 350px;
    background: transparent;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.intro_careers {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

.intro_careers p {}

.about_wrap {
    width: 100%;
}

.downloadlist {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.downloadlist img {
    display: table-cell;
    vertical-align: middle;
}

.downloadlist span {
    display: table-cell;
    vertical-align: middle;
    color: #ff0613;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row .row-bleed {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row__full-bleed {
    width: 100%;
}

.column-bleed, .columns-bleed {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.column_right, .columns_right {
    position: relative;
    padding-left: 0em;
    padding-right: 0em;
    float: right;
	padding-top: 0.5em
}

.large-1 {
    width: 8.33333%;
}

.large-2 {
    width: 16.66667%;
}

.large-4 {
    width: 33.33333%;
}

.large-5 {
    width: 41.66667%;
}

.large-6 {
    width: 50%;
}

.large-7 {
    width: 58.33333%;
}

.large-8 {
    width: 66.66667%;
}

.large-9 {
    width: 75%;
}

.large-10 {
    width: 83.33333%;
}

.large-11 {
    width: 91.66667%;
}

.large-12 {
    width: 100%;
}

.large-20 {
    width: 20%;
}

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

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*, :before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}

.media-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.media-block .media-thumb {
    width: 100%;
    overflow: hidden;
}

.media-block .media-content {
    display: block;
    margin: 20px 0;
}

.media-block .media-content p.title {
    /* font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;font-weight:bold; */
    margin-bottom: 15px;
    font-size: 20px;
}

.media-block .media-content .btn-group {
    margin-top: 0;
    position: relative;
    bottom: 0;
}

.media-block .content-overlay {
    position: absolute;
    /* display: table; */
    width: 100%;
    /* height: 100%; */
    bottom: 0;
    transition: all ease .7s;
    margin: 0;
}

.media-block .content-overlay p.title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

.media-block .content-wrapper {}

.media-block .content-bottom .content-wrapper h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 25px;
}

.media-block .content-bottom {
    color: #fff;
    transition-delay: 20ms;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.41) 75%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.41) 75%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 22%, rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.media-block .content-bottom .content-wrapper {
    vertical-align: bottom;
    padding-bottom: 10px;
}

.media-block .content-fill {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.media-block .content-fill .content-wrapper {
    vertical-align: middle;
}

.content-grid .media-thumb {
    margin-bottom: 30px;
}

.content-grid .media-content {
    padding: 0 15px;
}

.content-grid .media-content p.title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #ff0613;
    font-weight: 500;
}

.content-grid .media-content .title i {
    display: inline-block;
    border: 1px solid #ff0613;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.content-grid .media-content .links-list li {
    margin-bottom: 10px;
}

.content-grid .media-content li a, .content-grid .media-content p a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    font-size: 14px;
}

.content-grid .media-content li a:hover, .content-grid .media-content p a:hover {
    color: #ff0613;
    /* text-decoration: underline; */
    /* text-underline-position: under; */
    border-bottom: 1px solid #ff0613;
}

.section.section-compact {
    padding: 30px 0;
}

.section-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.section .section-title {
    margin-bottom: 30px;
    /* line-height: 20px; */
    text-align: center;
    font-weight: 400;
}

.section .blog-title {
    margin-bottom: 30px;
}

ion-hero-large {
    height: 825px;
}

.section-hero-medium {
    height: 400px;
}

.section-hero-min {
    height: 250px;
    background-attachment: fixed;
    background-size: cover;
}

@media ( max-width: 1366px) {
    .section-hero-large {
        height: 650px;
    }
}

@media ( max-width: 1024px) {
    .section-hero-min, .section-hero-medium, .section-hero-large {
        /* max-height: 250px; */
    }
}

.section-blog .blog-content-wrapper {
    margin: 15px 0;
}

.article-nav .back {
    float: left;
}

.article-nav .next {
    float: right;
}

.section-blog .blog-hero {
    margin-bottom: 15px;
}

.section-blog .blog-content {
    position: relative;
    padding: 0 10%;
    font-size: 18px;
}

.blog-content .blog-share {
    position: absolute;
    right: -10px;
    top: 10px;
}

.blog-content .blog-share li {}

.blog-content .blog-share .share-label {
    transform: rotate(90deg);
    /* transform-origin: right bottom; */
    float: left;
    font-weight: 500;
    color: #ff0613;
}

.blog-content .blog-share ul {
    position: relative;
    top: 40px;
    left: 0;
    margin: 0;
}

.blog-content .blog-share ul li {
    margin-bottom: 10px;
}

.section-dark {
    background-color: #f7f7f9;
}

.section-bgnd {
    background: #ffffff;
    padding: 70px 0 50px;
}

.section-slider {
    position: relative;
    height: 100%;
}

.section-slider .owl-stage-outer, .section-slider .owl-stage, .section-slider .owl-item, .section-slider .item {
    height: 100%;
}

.section-slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5%;
}

.section-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
}

.section-slider .owl-dot.active {
    background-color: #fff;
}

.section .content-grid {
    margin: 30px auto;
}

.section .content-grid .media-block {
    margin-bottom: 30px;
    overflow: visible;
}

.section .content-grid .media-cta {
    padding-bottom: 50px;
    position: relative;
}

.section-intro {
    /* background: url(../img/hero-video.gif) center center no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.section-intro .hero-content {
    background-color: rgba(113, 0, 0, 0.56);
    padding-bottom: 115px;
}

.section-get-help {
    padding: 10px 0 25px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.section-get-help .help-link {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 50px;
    display: block;
    width: 100%;
    padding: 0 50px;
}

.section-get-help .help-link:hover {
    color: #ff0613;
}

.section-get-help .help-link i {
    display: inline-block;
    position: relative;
    top: 1em;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    color: #ff0613;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ff0613;
}

.hero-content {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    left: 0;
    top: 0;
}

.social-top ul {
    list-style-type: none;
    color: #ff0013;
    text-align: center;
}

.social-top li {
    display: inline-block;
    padding: 0 10px;
}

.social-top {
    text-align: center;
    padding: 15px 0;
    display: inline;
}

.social-top li a {
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    z-index: .8;
    display: inline;
}

.social-top li a:hover {
    color: #ff0613;
    cursor: poiter;
    font-weight: 300;
    position: relative;
    z-index: .8;
    display: inline;
}

.hero-content.content-fill {
    background-color: rgba(0, 0, 0, 0.64);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-content.content-fill::after {
    content: '';
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-content.content-bottom {}

.hero-content .title {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
}

.hero-content .title+p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 35px;
    margin-bottom: 10px;
}

.hero-search {
    position: relative;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 60px;
    /* max-width: 510px; */
}

.hero-search form {
    width: 100%;
    height: 100%;
}

.hero-search form>* {
    float: left;
    height: 100%;
}

.hero-search label {
    color: #666;
    padding: 0 12px 0 1.5em;
    display: inline;
    line-height: 59px;
    font-size: 16px;
}

.hero-search .dd-wrapper {
    position: relative;
    width: 38%;
    font-size: 0.95em;
}

.hero-search .dd-wrapper:after {
    content: "\e313";
    color: #666;
    z-index: 1;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-search select {
    color: #666;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-right: 50px;
    font-size: 1em;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    -o-appearance: none;
    appearance: none;
}

.hero-search button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0 35px;
    font-weight: 500;
    float: right;
    height: 100%;
    border-radius: 0;
}

.qiuck-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.qiuck-links-wrapper {
    position: relative;
}

.qiuck-links-wrapper:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #efefef;
    transition: 1500ms all ease;
}

.qiuck-links-wrapper.animated:after {
    width: 100%;
}

.maiden-loaded .qiuck-links-wrapper:after {
    transition: 0ms all ease;
    width: 100%;
}

.qiuck-links .link-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    color: #efefef;
    font-size: .85em;
    width: 13%;
    padding: 15px 0px;
    /* font-weight:bold; */
}

.qiuck-links .link-wrapper i {
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}

.qiuck-links .link-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 300ms all ease;
}

.qiuck-links .link-wrapper:hover {
    color: #ff0613;
    background-color: #fff;
}

.header {
    position: relative;
    z-index: 1000;
}

.header .nav {
    list-style: none;
    height: inherit;
}

.header .nav>li {
    display: inline-block;
}

.contact-form .textbox {
    border: 1px solid #d3d3d3;
    color: #8a918f;
    height: 35px;
    display: block;
    margin: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.primary-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    margin: 0;
    border: 0 none;
    background-color: #ff0613;
    color: #fff;
    padding: 0 30px;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
    background: #d80000;
}

.contact-tbl .col {
    display: table-cell;
    vertical-align: top;
}

.filter-wrapper.map-filter {
    padding: 0;
}

.filter-wrapper.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.filter-wrapper.map-filter form {
    width: 100%;
}

.filter-wrapper form {
    display: table;
    width: 90%;
    margin: 0 auto;
}

.contact-form textarea.textbox {
    height: 100px;
    resize: none;
    padding: 12px;
}

#contactus_form_submit {
    margin-top: 20px;
}

.contact-form .textbox {
    border: 1px solid #d3d3d3;
    color: #8a918f;
    height: 35px;
    display: block;
    margin: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contact-tbl .col.right .map-container {
    height: 400px;
}

.filter-wrapper.map-filter .field:first-child {
    padding-left: 0;
}

.filter-wrapper .field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.filter-wrapper .textbox {
    display: block;
    margin: 24px 0;
    width: 100%;
    height: 48px;
    border: 1px solid #e5e5e4;
    padding: 0 16px;
    color: #40413f;
    background-color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.locations_accord {
    margin: 0
}

.locations_accord h3 {
    background: #ff0613;
    color: #fff;
    cursor: pointer;
    margin: 0 0 1px 0;
    padding: 15px 10px;
    font-size: 1em;
}

.locates_accord h3.current {
    background: #4289aa;
    cursor: default
}

.locations_accord div.locates_accord {
    padding: 0px 10px;
    font-size: .85em;
}

.locates_accord a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #e7e7e7;
}

.filter-wrapper .dd-wrapper {
    overflow: hidden;
    display: block;
    /*border: 1px solid #e5e5e4;*/
    position: relative;
    padding-right: 16px;
    margin: 24px 0;
    /*background-color: #fff;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filter-wrapper select {
    width: 115%;
    border: none;
    box-shadow: none;
    height: 46px;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #40413f;
    position: relative;
    z-index: 5;
    padding: 0 16px;
}

.filter-wrapper.map-filter .btn-field {
    padding-right: 0;
}

.filter-wrapper .btn-field {
    width: 130px;
}

.filter-wrapper .field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

/*end of contact us styles*/

/* header crm  */

.header {
    position: relative;
    z-index: 10001;
}

.header .nav {
    list-style: none;
    height: inherit;
}

.header .nav>li {
    display: inline-block;
}

.header-top .nav {
    float: right;
}

.header-top .nav li {
    margin-left: 15px;
}

.header-top .nav a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8em;
    color: #fff !important;
}

.header-top .nav a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.header-bottom.sticky {
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
}

.header-bottom {
    padding: 0 5%;
    height: auto;
    /* border-bottom: 5px solid #666; */
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
}

.header-bottom>div {
    height: 100%;
    line-height: 100%;
    padding: 0;
    position: relative;
}

.header-bottom .header-left {
    float: left;
    width: 10%;
}

.header-bottom .header-left .logo {
    display: inline-block;
    width: 100%;
}

.header-bottom .header-center {
    float: left;
    width: 75%;
}

.header-bottom .header-right {
    display: inline-block;
    float: right;
    width: 15%;
}

.header-bottom .nav li a.btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #930f00;
    line-height: 35px;
    position: relative;
    top: 10px;
    padding: 0 15px;
}

.header-bottom .nav li a.btn:hover {
    background-color: red;
    color: #fff;
}

.header-bottom .top-search-wrapper {
    border: none;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    position: unset;
    padding: 0px 10px;
    width: 100%;
    float: right;
    margin: 16px 0;
}

.header-bottom .top-search input, .header-bottom .top-search button {
    border: none;
    height: auto;
    line-height: normal;
}

.header-bottom .top-search input {
    padding: 12px 30px 12px 10px;
    font-size: .9em;
    width: 99%;
    margin: 0;
    border: 1px solid #e7e7e7;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    background: #fff;
    margin-right: 0;
    /* line-height: 33.75px; */
    /* height: 33.75px; */
}

.header-bottom .top-search button {
    position: absolute;
    text-align: center;
    font-size: 25px;
    width: 30px;
    right: 10px;
    color: #ccc;
    top: 0;
    background: transparent;
    bottom: 0;
    margin-top: 3px;
}

.header-bottom .top-search button:hover {
    color: #333;
}

.header-bottom .header-center {
    text-align: center;
    color: #666;
    padding: 0;
}

.header-bottom .main-nav-bar {
    /* position: relative; */
    height: inherit;
}

.header-bottom .main-nav-bar>ul>li {
    margin: 0 15px;
    height: inherit;
}

.main-nav-bar .nav>li>a {
    display: inline-block;
    line-height: 70px;
    position: relative;
    padding: 0 15px;
}

.main-nav-bar .nav>li>a:hover {
    color: #ff0613;
}

.main-nav-bar>.nav>li.active>a {
    color: #ff0613;
}

.main-nav-bar>.nav>li.active>a:after {
    content: "";
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    background-color: #ff0613;
}

.header-bottom .main-nav-bar .mega-menu {
    position: absolute;
    /* overflow: hidden; */
    display: none;
    width: 100%;
    min-height: 517px;
    top: 75px;
    left: 0;
    background-color: #fdfdfd;
}

.header-bottom .main-nav-bar .mega-menu>.row {
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
}

.main-nav-bar .mega-menu .sub-nav, .main-nav-bar .mega-menu .sub-nav-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.mega-menu .sub-nav li {
    text-align: left;
    margin: 0;
}

.mega-menu .sub-nav li.active {
    background-color: #f7f7f9;
}

.mega-menu .sub-nav li a {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 15px 12px 25px;
    font-size: 16px;
}

.mega-menu .sub-nav li.active a {
    color: #ff0613
}

.mega-menu .sub-nav-menu {
    background-color: #f7f7f9;
    text-align: left;
}

.mega-menu .sub-nav-menu .sub-nav-wrapper {
    padding: 0 50px;
    display: none;
}

.mega-menu .sub-nav-menu .sub-nav-wrapper.active {
    display: block;
}

.mega-menu .sub-nav-menu .menu-title {
    color: #ff0613;
    margin: 1.5em 0 15px;
    font-size: 18px;
}

.mega-menu .sub-nav-menu ul {
    margin-bottom: 30px;
}

.mega-menu .sub-nav-menu li {
    margin-bottom: 9px;
}

.mega-menu .sub-nav-menu li a {
    text-transform: capitalize;
    display: inline-block;
    font-size: .85em;
    color: #737373;
}

.mega-menu .sub-nav-menu li a:hover {
    color: #ff4d4d;
}

.mega-menu .sub-nav-menu .sub-nav-wrapper:first-child {
    display: block;
}

.footer {
    padding-top: 50px;
    border-top: none;
    background: #424242;
}

.footaddress {
    color: #ccc;
}

.footer .footer-wrapper {
    padding: 0;
    padding-bottom: 50px;
}

.footer-top {
    background: none;
    padding: 0;
}

.footer-top .nav-title {
    color: #eee;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-top .footer-nav {
    margin-bottom: 0;
}

.footer-top .footer-nav li {
    /* margin-bottom: 5px; */
}

.footer-top .footer-nav li a {
    font-size: .85em;
    color: #ccc;
    margin-bottom: 10px;
    display: block;
}

.footer-top .footer-nav li a:hover {
    color: #ff0613;
}

.footer .newsletter-wrapper {
    position: relative;
    border: none;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.footer .newsletter-wrapper input {
    border: none;
    width: 100%;
    height: auto;
    font-size: 13px;
    padding: 0 60px 0 15px;
    margin: 0;
    height: 50px;
}

.footer .newsletter-wrapper button {
    border-radius: 0;
    /* position: absolute; */
    font-size: 15px;
    height: 100%;
    line-height: 35px;
    width: 60px;
    right: 0;
    top: 0;
}

.footer-bottom {
    padding: 15px 0;
    background: #ff0613;
    color: #fff;
}

.footer-bottom .copy {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .75em;
    float: left;
    margin: 0;
}

.footer-bottom .social {
    float: right;
}

.footer-bottom .social li {
    display: inline-block;
    margin: 0 15px;
}

@media ( max-width: 1366px) {
    .footer-top {
        /* padding: 50px 0 30px 190px; */
    }
}

@media ( max-width: 1280px) {
    .footer-top {
        background-image: none;
        padding: 0 0 0;
    }
}

@media ( max-width: 1024px) {
    /*     .footer-top {
           background-image: none;
           padding: 0;
       } */
}

.map-section {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0;
    width: 100%;
}

.map-section .map-container {
    left: 0;
    right: 0;
    height: 400px;
    background-size: cover;
}

.map-section .map-location-container {
    height: 100%;
}

.map-section .map-location {
    /* background-color: #ff0613; */
    /* font-size: 1em; */
    /* height: auto; */
    /* max-height: 300px; */
    /* max-width: 100%; */
    /* padding: 60px 50px; */
    color: #fff;
    position: relative;
    z-index: 3;
    height: 100%;
}

.map-section .map-location .valign-wrapper:after {
    display: none;
}

.map-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.map-section .map-location .contact-list, .map-section .map-location .loc, .map-location .btn-group {
    /* padding-left: 40px; */
}

.map-section .map-location .loc {
    background: url(../../../images/ico-map.html) no-repeat center left;
    margin-bottom: 1em;
    line-height: 25px;
    font-size: 16px;
}

.map-section .map-location .contact-list {
    /* margin-bottom: 30px; */
}

.map-location .contact-list li {
    margin-bottom: 10px;
}

.map-location .btn-group a:hover {
    color: #ff0613;
}

.map-location .bg_image_con .btn-group a:hover {
    color: #666;
}

.search-section+.scrollmagic-pin-spacer {
    background-color: #f7f7f9;
}

.stories-section .btn-filter-wrap {
    margin: 20px 0;
    text-align: center;
}

.stories-section .btn-filter-wrap .btn-filter {
    border: none;
    background: transparent;
    color: inherit;
    margin-left: 10px;
    font-weight: 500;
    font-size: 1.1em;
}

.stories-section .btn-filter.btn-active {
    color: #ff0613;
}

.stories-slider_list .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 1.5em;
    right: 5%;
}

.stories-slider_list .owl-nav button i {
    font-size: 35px;
    color: #b9b9b9;
}

.stories-slider_list .owl-nav button:hover i {
    color: #666;
}

.stories-slider_list .item {
    height: 300px;
    transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.item .tx-center {
    position: relative;
    z-index: 1;
}

.stories-slider_list .item.__loading {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
}

.stories-slider_list .owl-stage {
    transform: translate3d(3%, 0px, 0px);
}

.stories-slider_list .hover-overlay {
    background-color: #ff0613;
    vertical-align: middle;
    text-align: center;
    display: none;
    width: 100%;
    color: #fff;
    transition: all ease .7s;
}

.stories-slider_list .hover-overlay span {
    font-size: 35px;
}

.stories-slider_list .media-content:hover .content-wrapper {
    /* display: none; */
}

.stories-slider_list .media-content:hover .hover-overlay {
    /* display: table-cell; */
}

.stories-slider_list+p>a {
    text-decoration: underline;
    text-underline-position: under;
}

.stories-slider_list+p>a:hover {
    color: #ff0613;
}

.item-link .hover-overlay {
    display: table-cell;
    height: 100%;
}

.item-link .hover-overlay span {
    font-size: 25px;
}

.search-section .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-search-wrapper {
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    height: 50px;
    /* padding: 3px 0; */
}

.section-compact .section-search-wrapper {
    margin: 30px auto;
}

.section-search-wrapper input {
    line-height: 50px;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.section-search-wrapper button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 0;
    /* font-size: 15px; */
    width: 150px;
    height: 50px;
    letter-spacing: 2px;
}

.section-search-links li {
    float: left;
    width: 50%;
    margin-top: 5px;
    font-size: .85em;
}

.section-search-links li a:hover {
    color: #ff0613;
}

.section-identity {
    padding: 50px 0 50px;
}

.section-identity .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-identity-search {
    position: relative;
    border-radius: 1em;
    border: 3px solid #a5a5a5;
    /* overflow: hidden; */
    height: 80px;
    background-color: #f7f7f9;
}

.section-identity-search form {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.section-identity-search input {
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 0 250px 0 30px; */
    /* border: none; */
    /*   background-color: #f7f7f9; */
}

.section-identity-search .select-group {
    padding: 19px;
    display: inline-block;
    width: 100%;
}

.section-identity-search .selectric-wrapper {
    float: left;
    margin-right: 10px;
}

.section-identity-search .selectric-wrapper .selectric {
    background-color: #666;
    border-radius: 6px;
    border: none;
    color: #fff;
}

.section-identity-search .selectric .label {
    color: #fff;
    font-size: 15px;
}

.section-identity-search .selectric .button {
    background-color: transparent;
}

.section-identity-search button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    height: 100%;
    width: 250px;
    right: 0;
    border-radius: 0 0.5em 0.5em 0;
    font-size: 25px;
    top: 0;
}

.section-calculator {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 0;
}

.section-calculator .form-group {
    margin-bottom: 18px;
}

.radio-checkbox-inline {
    margin-right: 20px;
    vertical-align: middle;
    line-height: 25px;
}

.section-calculator .error {
    color: #FF0000;
    font-size: 12px;
}

.section-calculator .form-group .group-label {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
    padding: 8px 0;
}

.section-calculator .form-group .form-control {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    height: auto;
    padding: 8px 10px;
}

.section-calculator .form-group input[disabled] {
    border-color: #fec8c8;
    background-color: #fec8c8;
}

.section-calculator .form-group button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}

.calc-results {
    display: table;
}

.calc-results .calc-result {
    display: table-row;
    margin-bottom: 10px;
}

.calc-results .calc-result>span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: table-cell;
    padding: 10px 0;
}

.calc-results .total>span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: table-cell;
    padding: 10px 0;
}

.calc-results .calc-result .key {
    width: 60%
}

.calc-results .calc-result .value {
    text-align: right;
    width: 40%
}

.services-section {
    padding: 100px 0;
}

.services-section .media-block {
    height: 495px;
}

.section-video .section-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 50px;
    text-align: left;
}

.section-video .section-title+p {
    line-height: 30px;
    margin-bottom: 30px;
}

.section-sticky-content {
    /* margin: 70px 0 0px; */
}

/* .section-sticky-content .col-md-9{background: #efefef;padding: 15px;} */

.sticky-nav {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.sticky-nav.current {
    width: 25%;
}

.sticky-nav ul {
    position: absolute;
    width: 100%;
}

.sticky-nav ul li {
    /* margin-bottom: 30px; */
}

.sticky-nav ul li a {
    font-size: 1em;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 18px 30px 18px 0;
    font-weight: 500;
    line-height: 1.6em;
}

.sticky-nav ul li a:hover {
    color: #ff0613;
}

.sticky-nav ul li a.active {
    /* background-color: #f7f7f9; */
}

.sticky-nav ul li a.active:after {
    content: "";
    background-color: #e7e7e7;
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}

.sticky-content {
    height: 100%;
    min-height: 400px;
}

.sticky-content p {
    margin: 0;
    line-height: 27px;
    line-height: 1.6666666667;
    font-size: 16px;
}

.sticky-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}

.sticky-content h3 strong {
    font-weight: 500;
}

.sticky-content h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sticky-content li h3 {
    margin: 0;
    font-size: 1em;
}

.sticky-content h5 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin: 10px 0;
}

/* .sticky-content h5 {
    font-size: 1.2em;
    font-weight: bold;
} */

.sticky-content a {}

.sticky-content ul {
    margin-left: 25px;
}

.sticky-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.sticky-content ol {
    margin-left: 25px;
    margin-bottom: 0;
    padding-left: 15px;
}

.sticky-content ul li {
    list-style: disc;
    font-size: 1em;
    line-height: 1.6667;
}

.sticky-content ul ul li {
    font-size: 100%;
}

.sticky-content ol li {
    font-size: 1em;
    line-height: 1.6667;
    /* padding-left: 15px; */
}

.expand {
    width: 100%;
}

.sticky-content em {
    font-size: 1.2em;
    color: #555;
}

.half {
    width: 49.5%;
    display: inline-block;
}

.abt_wrap .section-title {
    text-align: left
}

.left {
    float: left;
}

.search_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    z-index: -100;
    display: none;
}

.search_content.current_item {
    display: block;
}

.abt_cont {
    display: table;
    height: 300px;
    background-size: cover;
    background-repeat: none;
    background-position: center;
    position: relative;
    width: 100%;
}

.core_val .abt_cont ul {
    margin: 0;
}

.abt_cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.abt_cell {
    text-align: center;
    color: #ffffff;
    padding: 30px;
}

.abt_cell h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.sticky-content .abt_cell ul li {
    list-style: none;
}

.govern {
    background: #eeeeee;
}

.govern .abt_cont {
    border: 1px solid #ccc !important;
    transition: linear .4s;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
    background: #fff;
}

.govern .abt_cont .abt_cell {
    color: #666666;
}

.govern .abt_cont .abt_cell {
    text-align: left;
}

.govern .abt_cont .abt_cell ul li {
    list-style: disc;
}

.more_dept {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.sticky-content .section.section-compact {
    /* margin-bottom: 50px; */
}

.sticky-content.top_abt {
    min-height: auto;
}

.abt_cell a {
    color: #ff0613;
}

.intro_abt {
    text-align: center;
}

.top_abt .search-section .section-title {
    margin-top: 30px;
}

.top_abt.sticky-content .doc-filter ul {
    margin: 0
}

.sticky-content .intro_abt ul {
    max-width: 600px;
    margin: 0 auto;
}

.sticky-content .intro_abt ul li {
    list-style: disc;
    font-size: 1em;
    text-align: left;
}

/* .first_item{}
.second_item{left:50% !important;}
.third_item{right:0 !important;left:unset !important} */

/*.cd-horizontal-timeline .events a {*/

/*left: 50% !important;*/

/*}*/

.sticky-content .events ol li:first-child a {
    left: 0 !important;
}

.sticky-content .events ol li:last-child a {
    left: unset !important;
    right: 0 !important
}

/*.cd-horizontal-timeline {*/

/*opacity: 0;*/

/*!* margin: 2em auto; *!*/

/*-webkit-transition: opacity 0.2s;*/

/*-moz-transition: opacity 0.2s;*/

/*transition: opacity 0.2s;*/

/*}*/

/*.cd-horizontal-timeline::before {*/

/*!* never visible - this is used in jQuery to check the current MQ *!*/

/*content: 'mobile';*/

/*display: none;*/

/*}*/

/*.cd-horizontal-timeline.loaded {*/

/*!* show the timeline after events position has been set (using JavaScript) *!*/

/*opacity: 1;*/

/*}*/

/*.cd-horizontal-timeline .timeline {*/

/*position: relative;*/

/*height: 100px;*/

/*width: 90%;*/

/*max-width: 800px;*/

/*margin: 0 auto;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper {*/

/*position: relative;*/

/*height: 100%;*/

/*margin: 0 40px;*/

/*overflow: hidden;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {*/

/*!* these are used to create a shadow effect at the sides of the timeline *!*/

/*content: '';*/

/*position: absolute;*/

/*z-index: 2;*/

/*top: 0;*/

/*height: 100%;*/

/*width: 20px;*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::before {*/

/*left: 0;*/

/*!* background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*!* background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*}*/

/*.cd-horizontal-timeline .events-wrapper::after {*/

/*!* right: 0; *!*/

/*!* background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*!* background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); *!*/

/*}*/

/*.cd-horizontal-timeline .events {*/

/*!* this is the grey line/timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*left: 0;*/

/*top: 49px;*/

/*height: 2px;*/

/*!* width will be set using JavaScript *!*/

/*background: #dfdfdf;*/

/*-webkit-transition: -webkit-transform 0.4s;*/

/*-moz-transition: -moz-transform 0.4s;*/

/*transition: transform 0.4s;*/

/*width: 100% !important;*/

/*}*/

/*.cd-horizontal-timeline .filling-line {*/

/*!* this is used to create the green line filling the timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*left: 0;*/

/*top: 0;*/

/*height: 100%;*/

/*width: 100%;*/

/*background-color: #7b9d6f;*/

/*-webkit-transform: scaleX(0);*/

/*-moz-transform: scaleX(0);*/

/*-ms-transform: scaleX(0);*/

/*-o-transform: scaleX(0);*/

/*transform: scaleX(0);*/

/*-webkit-transform-origin: left center;*/

/*-moz-transform-origin: left center;*/

/*-ms-transform-origin: left center;*/

/*-o-transform-origin: left center;*/

/*transform-origin: left center;*/

/*-webkit-transition: -webkit-transform 0.3s;*/

/*-moz-transition: -moz-transform 0.3s;*/

/*transition: transform 0.3s;*/

/*}*/

/*.cd-horizontal-timeline .events a {*/

/*position: absolute;*/

/*bottom: 0;*/

/*z-index: 2;*/

/*text-align: center;*/

/*font-size: 1.3rem;*/

/*padding-bottom: 15px;*/

/*color: #383838;*/

/*!* fix bug on Safari - text flickering while timeline translates *!*/

/*-webkit-transform: translateZ(0);*/

/*-moz-transform: translateZ(0);*/

/*-ms-transform: translateZ(0);*/

/*-o-transform: translateZ(0);*/

/*transform: translateZ(0);*/

/*}*/

/*.cd-horizontal-timeline .events a::after {*/

/*!* this is used to create the event spot *!*/

/*content: '';*/

/*position: absolute;*/

/*left: 50%;*/

/*right: auto;*/

/*-webkit-transform: translateX(-50%);*/

/*-moz-transform: translateX(-50%);*/

/*-ms-transform: translateX(-50%);*/

/*-o-transform: translateX(-50%);*/

/*transform: translateX(-50%);*/

/*bottom: -5px;*/

/*height: 12px;*/

/*width: 12px;*/

/*border-radius: 50%;*/

/*border: 2px solid #dfdfdf;*/

/*background-color: #f8f8f8;*/

/*-webkit-transition: background-color 0.3s, border-color 0.3s;*/

/*-moz-transition: background-color 0.3s, border-color 0.3s;*/

/*transition: background-color 0.3s, border-color 0.3s;*/

/*}*/

/*.no-touch .cd-horizontal-timeline .events a:hover::after {*/

/*background-color: #7b9d6f;*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-horizontal-timeline .events a.selected {*/

/*pointer-events: none;*/

/*}*/

/*.cd-horizontal-timeline .events a.selected::after {*/

/*background-color: #7b9d6f;*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-horizontal-timeline .events a.older-event::after {*/

/*border-color: #7b9d6f;*/

/*}*/

/*@media only screen and (min-width: 1100px) {*/

/*.cd-horizontal-timeline {*/

/*!* margin: 6em auto; *!*/

/*}*/

/*.cd-horizontal-timeline::before {*/

/*!* never visible - this is used in jQuery to check the current MQ *!*/

/*content: 'desktop';*/

/*}*/

/*}*/

/*.cd-timeline-navigation a {*/

/*!* these are the left/right arrows to navigate the timeline *!*/

/*position: absolute;*/

/*z-index: 1;*/

/*top: 50%;*/

/*bottom: auto;*/

/*-webkit-transform: translateY(-50%);*/

/*-moz-transform: translateY(-50%);*/

/*-ms-transform: translateY(-50%);*/

/*-o-transform: translateY(-50%);*/

/*transform: translateY(-50%);*/

/*height: 34px;*/

/*width: 34px;*/

/*border-radius: 50%;*/

/*border: 2px solid #dfdfdf;*/

/*!* replace text with an icon *!*/

/*overflow: hidden;*/

/*color: transparent;*/

/*text-indent: 100%;*/

/*white-space: nowrap;*/

/*-webkit-transition: border-color 0.3s;*/

/*-moz-transition: border-color 0.3s;*/

/*transition: border-color 0.3s;*/

/*}*/

/*.cd-timeline-navigation a::after {*/

/*!* arrow icon *!*/

/*content: '';*/

/*position: absolute;*/

/*height: 16px;*/

/*width: 16px;*/

/*left: 50%;*/

/*top: 50%;*/

/*bottom: auto;*/

/*right: auto;*/

/*-webkit-transform: translateX(-50%) translateY(-50%);*/

/*-moz-transform: translateX(-50%) translateY(-50%);*/

/*-ms-transform: translateX(-50%) translateY(-50%);*/

/*-o-transform: translateX(-50%) translateY(-50%);*/

/*transform: translateX(-50%) translateY(-50%);*/

/*background: url(../../../images/cd-arrow.svg) no-repeat 0 0;*/

/*}*/

/*.cd-timeline-navigation a.prev {*/

/*left: 0;*/

/*-webkit-transform: translateY(-50%) rotate(180deg);*/

/*-moz-transform: translateY(-50%) rotate(180deg);*/

/*-ms-transform: translateY(-50%) rotate(180deg);*/

/*-o-transform: translateY(-50%) rotate(180deg);*/

/*transform: translateY(-50%) rotate(180deg);*/

/*}*/

/*.cd-timeline-navigation a.next {*/

/*right: 0;*/

/*}*/

/*.no-touch .cd-timeline-navigation a:hover {*/

/*border-color: #7b9d6f;*/

/*}*/

/*.cd-timeline-navigation a.inactive {*/

/*cursor: not-allowed;*/

/*}*/

/*.cd-timeline-navigation a.inactive::after {*/

/*background-position: 0 -16px;*/

/*}*/

/*.no-touch .cd-timeline-navigation a.inactive:hover {*/

/*border-color: #dfdfdf;*/

/*}*/

/*.large-12 .sticky-content {*/

/*min-height: auto*/

/*}*/

/*.large-12.section-sticky-content { !* padding:0; *!*/

/*border: none;*/

/*padding: 70px 0;*/

/*}*/

/*.cd-horizontal-timeline .events-content {*/

/*position: relative;*/

/*width: 100%;*/

/*margin: 0;*/

/*overflow: hidden;*/

/*-webkit-transition: height 0.4s;*/

/*-moz-transition: height 0.4s;*/

/*transition: height 0.4s;*/

/*}*/

/*.cd-horizontal-timeline .events-content li {*/

/*position: absolute;*/

/*z-index: 1;*/

/*width: 100%;*/

/*left: 0;*/

/*top: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*-moz-transform: translateX(-100%);*/

/*-ms-transform: translateX(-100%);*/

/*-o-transform: translateX(-100%);*/

/*transform: translateX(-100%);*/

/*padding: 0 5%;*/

/*opacity: 0;*/

/*-webkit-animation-duration: 0.4s;*/

/*-moz-animation-duration: 0.4s;*/

/*animation-duration: 0.4s;*/

/*-webkit-animation-timing-function: ease-in-out;*/

/*-moz-animation-timing-function: ease-in-out;*/

/*animation-timing-function: ease-in-out;*/

/*list-style: none;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.selected {*/

/*!* visible event content *!*/

/*position: relative;*/

/*z-index: 2;*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0);*/

/*-moz-transform: translateX(0);*/

/*-ms-transform: translateX(0);*/

/*-o-transform: translateX(0);*/

/*transform: translateX(0);*/

/*}*/

/*.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {*/

/*-webkit-animation-name: cd-enter-right;*/

/*-moz-animation-name: cd-enter-right;*/

/*animation-name: cd-enter-right;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {*/

/*-webkit-animation-name: cd-enter-left;*/

/*-moz-animation-name: cd-enter-left;*/

/*animation-name: cd-enter-left;*/

/*}*/

/*.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {*/

/*-webkit-animation-direction: reverse;*/

/*-moz-animation-direction: reverse;*/

/*animation-direction: reverse;*/

/*}*/

/*.cd-horizontal-timeline .events-content li > * {*/

/*max-width: 800px;*/

/*margin: 0 auto;*/

/*}*/

/*.cd-horizontal-timeline .events-content h2 {*/

/*font-weight: bold;*/

/*font-size: 1.2em;*/

/*!* font-family: "Playfair Display", serif; *!*/

/*font-weight: 700;*/

/*line-height: 1.2;*/

/*}*/

/*.cd-horizontal-timeline .events-content em {*/

/*display: block;*/

/*font-style: italic;*/

/*margin: 10px auto;*/

/*}*/

/*.cd-horizontal-timeline .events-content em::before {*/

/*content: '- ';*/

/*}*/

/*.cd-horizontal-timeline .events-content p {*/

/*!* font-size: 1.4rem; *!*/

/*color: #959595;*/

/*}*/

/*.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {*/

/*line-height: 1.6;*/

/*}*/

/*@media ( max-width: 1440px ) {*/

/*}*/

/*@media ( max-width: 1280px ) {*/

/*}*/

/*@media ( max-width: 1024px ) {*/

/*}*/

/*@media only screen and (min-width: 768px) {*/

/*.cd-horizontal-timeline .events-content h2 {*/

/*!* font-size: 7rem; *!*/

/*}*/

/*.cd-horizontal-timeline .events-content em {*/

/*font-size: .9em;*/

/*}*/

/*.cd-horizontal-timeline .events-content p {*/

/*!* font-size: 1.8rem; *!*/

/*}*/

/*}*/

/*@-webkit-keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*}*/

/*}*/

/*@-moz-keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-moz-transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-moz-transform: translateX(0%);*/

/*}*/

/*}*/

/*@keyframes cd-enter-right {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(100%);*/

/*-moz-transform: translateX(100%);*/

/*-ms-transform: translateX(100%);*/

/*-o-transform: translateX(100%);*/

/*transform: translateX(100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*-moz-transform: translateX(0%);*/

/*-ms-transform: translateX(0%);*/

/*-o-transform: translateX(0%);*/

/*transform: translateX(0%);*/

/*}*/

/*}*/

/*@-webkit-keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*}*/

/*}*/

/*@-moz-keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-moz-transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-moz-transform: translateX(0%);*/

/*}*/

/*}*/

/*@keyframes cd-enter-left {*/

/*0% {*/

/*opacity: 0;*/

/*-webkit-transform: translateX(-100%);*/

/*-moz-transform: translateX(-100%);*/

/*-ms-transform: translateX(-100%);*/

/*-o-transform: translateX(-100%);*/

/*transform: translateX(-100%);*/

/*}*/

/*100% {*/

/*opacity: 1;*/

/*-webkit-transform: translateX(0%);*/

/*-moz-transform: translateX(0%);*/

/*-ms-transform: translateX(0%);*/

/*-o-transform: translateX(0%);*/

/*transform: translateX(0%);*/

/*}*/

/*}*/

.doc-filter {
    /* padding-bottom: 1.5em; */
    /* margin-bottom: 1.5em; */
    text-align: center;
}

.doc-filter ul li {
    display: inline-block;
    margin-right: 15px;
}

.doc-filter ul li a {
    padding: 0 15px;
    font-weight: 500;
    display: block;
    margin: 5px;
}

.doc-filter ul li a:hover, .doc-filter ul li a.active {
    color: #ff0613;
}

.doc-container .doc-wrapper {
    background-color: #1d1a1a12;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 0;
}

.doc-container .doc-wrapper .row {
    display: table;
    width: 100%;
    padding: 10px 0;
}

.doc-container .doc-wrapper .col-md-6, .doc-container .doc-wrapper .col-md-4, .doc-container .doc-wrapper .col-md-2 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}

.course_wrap .doc-wrapper .col-md-2 {
    text-align: right;
}

.doc-container .doc-wrapper .doc-icon {
    padding: 10px;
    width: 45px;
    height: 55px;
    float: left;
    margin-right: 10px;
    background-color: #cfd8dc;
}

.doc-container .doc-icon img {
    width: 100%;
    height: 100%;
}

.doc-container .doc-title {
    padding: 10px 0;
}

.doc-container .doc-title p {
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: .95em;
}

.doc-container .doc-title p.subtitle {
    font-size: .8em;
    color: #78909c;
    margin-bottom: 5px;
}

.doc-container .doc-meta {
    padding: 15px;
    float: left;
}

.doc-container .doc-meta li p {
    margin: 0;
}

.doc-container .doc-meta ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
}

.doc-container .doc-meta ul li:first-child {
    border-right: 1px solid #ccc;
}

.doc-container .doc-btn {}

.doc-container .doc-btn .btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 15px;
    height: auto;
    line-height: normal;
    padding: 8px 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.doc-container .doc-btn .btn:last-child {
    margin-right: 0;
    height: auto;
    line-height: normal;
    padding: 8px 25px;
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
}

@media ( max-width: 1024px) {
    .doc-container .doc-meta {
        float: right;
        padding: 0 15px 0 0;
    }
}

@media ( max-width: 800px) {
    .doc-container .doc-wrapper .doc-icon {
        margin-left: 15px;
    }
    .doc-container .doc-meta {
        float: left;
        padding: 15px 0 0 0;
    }
    .doc-container .doc-btn {
        padding-right: 0;
        width: 100%;
    }
    .doc-container .doc-btn .btn {
        width: 100%;
    }
}

@media ( max-width: 425px) {
    .doc-container .doc-btn {
        float: left;
        margin-left: 15px;
    }
}

.media-container .media-block {
    margin-bottom: 30px;
}

.media-container .media-block .content-wrapper {
    padding: 15px 0 0 0;
}

.media-container .media-thumb {
    height: 300px;
}

.media-container .content-wrapper p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.media-container .content-wrapper p.title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
}

.doc-container h1 {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
}

.doc-title a {
    color: #ff0613
}

.doc-title a:hover {
    text-decoration: underline;
}

.faq-grid {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    min-height: 400px;
}

.faq-grid .grid-item {
    width: 100%;
    position: static !important;
    cursor: pointer;
}

.faq-grid .grid-item:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item>.title {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    background-color: #EDEDED;
    color: #525556;
    font-size: 16px;
    margin-bottom: 1px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.faq-container .title .indicator {
    display: inline-block;
    float: right;
    color: #929494;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.faq-container .title .indicator:before {
    content: "\e315";
}

.faq-container .title.ui-accordion-header-active .indicator:before {
    content: "\e313";
}

.faq-container .ui-accordion-content {
    padding: 15px 40px;
}

.media-container .ui-accordion-content {
    padding: 15px 1.5em;
}

@media (max-width: 425px) {
    .faq-container .title {
        padding: 10px 1.5em;
        font-size: 1em;
    }
    .faq-container .ui-accordion-content {
        padding: 15px 1.5em;
    }
}

.heightfull, .desks-map, .map_region {
    height: 100%;
}

.col-lg-4.heightfull {
    display: table;
}

.display_content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.listings h1 {
    font-size: 1.2em;
    padding: 20px 10px;
    /* border-bottom: 1px solid #eee; */
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    color: #ff0613;
}

.list_menu {
    transition: all ease .7s;
    position: absolute;
    bottom: 50%;
    left: -120px;
    background: #ff0613;
    padding: 12px 0;
    color: #ffffff;
    width: 120px;
    text-align: center;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.list_menu span {
    vertical-align: middle;
    float: left;
    padding-left: 10px;
    margin-top: 2px;
}

#main-navigation li {
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
}

#main-navigation li a {
    display: block;
    padding: 26px 17px 22px 17px;
    height: auto;
    border-bottom: 4px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

#main-navigation li a.btn {
    display: inline-block;
    padding: 7px 15px;
    border-color: #ff0613;
    background: none;
    font-weight: 500;
    color: #ff0613;
    font-size: .85em;
    border: 1px solid #ff0613;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0;
}

#main-navigation li a.btn:hover {
    background: #d80000;
    color: #fff;
}

.logo {
    display: block;
    margin: 14px 0;
}

h4.col-title {
    font-size: 1.2em;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #ff0013;
}

.footer-nav a {
    color: #eee;
}

.section-search-links {
    display: none;
}

#main-navigation>li:hover a {
    border-color: #DFE6EC;
}

#main-navigation>li.active a {
    color: #ff0013;
    border-color: #ff0013;
}

.no_float {
    float: none;
    text-align: center;
    padding: 0 20px 70px;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.sb-search {
    position: unset;
    width: 0%;
    min-width: 33.75px;
    height: 33.75px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search, .sb-search-submit {
    width: 33.75px;
    height: 33.75px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: auto;
    line-height: 35.75px;
    text-align: center;
    cursor: pointer;
    bottom: 0;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #ff0613;
    z-index: 90;
    font-size: 25px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.sb-icon-search.closed i:before {
    content: "\e5cd";
}

.sb-icon-search:before {}

/* Open state */

.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    /* background: #ff0613; */
    /* color: #fff; */
    z-index: 11;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.course_wrap {
    -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 30px;
    background: #ffffff;
}

.contact_width {
    max-width: 75%;
    margin: 0 auto;
}

.contactformheading {
    margin-bottom: 15px;
}

.contact-form .field {
    margin-bottom: 15px;
}

.contact-form .field label {
    margin-bottom: 8px;
    display: block;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.667;
}

.careers_media.media-block {
    height: 250px;
}

.careers_media .media-thumb {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.careers_media .content-overlay {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all ease .7s;
}

.bg_image_con {
    max-width: 400px;
    margin: 0 auto;
    background: #ff061370;
    padding: 40px;
    border-radius: 5px;
}

.align_middle h1 {
    color: #ff0613;
    font-weight: normal;
    font-size: 80px;
}

.align_middle p {
    font-size: 18px;
    margin-bottom: 20px;
}

.align_middle a {
    background: #ff0613;
    padding: 12px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

#errorsubscribe {
    color: #ff0613;
    font-size: 13px;
    padding: 5px 0;
}

#successub {
    color: #6eb43f;
    font-size: 13px;
    padding: 5px 0;
}

.error-body {
    background-size: cover;
    background-position: center;
}

.error-body__container {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.align_middle {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.careers_media .tx-center {
    display: table-cell;
    height: 100%;
    padding: 0 20px;
}

.career_center {
    margin-bottom: 30px;
}

.course_wrap .doc-title a {
    font-size: 14px;
}

.course_wrap .doc-btn {
    float: none;
    margin-top: 0;
}

.kesra_intro {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
}

.valign-wrapper::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(113, 0, 0, 0.56);
}

.section-video .valign-wrapper::after {
    display: none;
}

.valign-wrapper .container {
    position: relative;
    z-index: 2;
}

.main_download .left_col {
    margin-left: -15px;
}

.media-thumb.media_lib {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.media_lib_cont .content-wrapper p {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.media_lib_cont .content-wrapper p.title {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6667;
}

.media_sect {
    background: #e7e7e7;
}

.media-block.main_block {
    background: #fff;
    -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
}

.media-content.media_lib_cont {
    padding: 0 20px;
}

.blog-hero img {
    width: 100%;
}

.blog-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-content ul, .blog-content ol {
    padding-left: 15px;
    margin-left: 15px;
}

.blog-content ul li, .blog-content ol li {
    line-height: 1.667;
}

.blog-content strong {
    font-weight: 500;
}

.blog-content h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.related_media h2.section-title {
    text-align: left;
    margin-left: 15px;
}

/*---------- MOBILE MENU ----------*/

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

body.menu-open:after {
    visibility: visible;
    opacity: 1;
    z-index: 11000;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

body.menu-open {
    overflow: hidden;
}

.btn-menu, #mobile_nav_wrapper .ico-search, #mobile_nav_wrapper .ico-close, .mobile-nav>li.has-children>a:after, .mobile-nav li.has-grand-children>a:after {
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-menu {
    vertical-align: middle;
    font-size: 24px;
    width: 60px;
    height: 60px;
    position: relative;
    top: 4px;
    line-height: 60px;
    color: #5E5E5E;
    cursor: pointer;
    display: none;
    text-align: right;
    float: right;
}

#mobile_nav_wrapper {
    width: 256px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12000;
    background-color: #fff;
    display: none;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    -webkit-transform: matrix(1, 0, 0, 1, 270, 0);
    transform: matrix(1, 0, 0, 1, 270, 0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.menu-open #mobile_nav_wrapper {
    display: block;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#mobile_nav_wrapper .mobile-nav-content {
    position: relative;
    z-index: 100;
}

#mobile_nav_wrapper .mobile-header {
    background-color: #fff;
    padding: 14px 20px;
    position: relative;
}

#mobile_nav_wrapper .mobile-header .logo {
    margin: 0;
    width: 180px;
}

#mobile_nav_wrapper .mobile-header .menu-close {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #5E5E5E;
    font-size: 20px;
    display: block;
}

#mobile_nav_wrapper .login {
    margin-left: 0;
    width: 190px;
}

#mobile_nav_wrapper .member {
    margin-left: 0;
    padding-right: 0;
}

#mobile_nav_wrapper .member:after {
    display: none;
}

#mobile_nav_wrapper .member .member-name {
    max-width: 160px;
}

#mobile_nav_wrapper .search-wrapper {
    background-color: #efefef;
    padding: 20px;
}

.mobile-nav>li>a {
    display: block;
    line-height: 16px;
    padding: 21px 40px 19px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    position: relative;
    cursor: pointer;
}

.mobile-nav>li>a:hover {
    display: block;
    line-height: 16px;
    padding: 21px 40px 19px 20px;
    background: #666;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.mobile-nav>li>a.active {
    background-color: #ff9900;
}

.mobile-nav>li.has-children>a:after, .mobile-nav li.has-grand-children>a:after {
    content: "\e315";
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    -webkit-transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
}

.mobile-nav>li.has-children.open>a:after, .mobile-nav li.has-grand-children.open>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-nav>li.has-children.open>a {
    background-color: #ccc;
    color: #333;
}

.mobile-nav li.has-grand-children.open>a {
    background-color: #ff0613;
    color: #fff;
}

/*--- Sub Nav ---*/

.sub-nav {
    display: none;
}

.sub-nav>li a {
    background-color: #ddd;
    font-size: 13px;
    color: #ff0613;
    padding: 16px 20px;
    min-height: 18px;
    display: block;
    position: relative;
}

/*--- Grand Sub Nav ---*/

.grand-sub-nav {
    display: none;
}

.grand-sub-nav>li a {
    background-color: #eee;
    font-size: 13px;
    color: #666;
    padding: 16px 30px;
    min-height: 18px;
    display: block;
}

#mobile_nav_wrapper li a.btn {
    display: block;
    padding: 0 15px;
    background: none;
    font-weight: 500;
    color: #ff0613;
    font-size: .85em;
    border: 1px solid #ff0613;
    line-height: 35px;
    text-transform: uppercase;
    margin: 16px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#mobile_nav_wrapper li a.btn:hover {
    display: block;
    padding: 0 15px;
    background: #ff0613;
    font-weight: 500;
    color: #fff;
    font-size: .85em;
    border: 1px solid #ff0613;
    line-height: 35px;
    text-transform: uppercase;
    margin: 16px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.visit_media .btn {
    display: inline-block;
    padding: 7px 15px;
    border-color: #ff0613;
    background: none;
    font-weight: 500;
    color: #ff0613;
    font-size: .85em;
    border: 1px solid #ff0613;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0;
}

.visit_media .btn:hover {
    background: #ff0613;
    color: #fff;
}

.visit_media {
    text-align: center;
}

.rate-section {
    text-align: center;
}

.d_inline {
    display: block;
    margin: 0 auto 30px;
}

div.radio-buttons-rating label.rating-star:before {
    font-size: 20px !important;
}

#user_rating_form .btn.btn-style-2 {
    display: block;
    margin: 0 auto;
}

/*---------- STOCK TICKER ----------*/

#ticker_wrapper {
    background-color: #DFE6EC;
    height: 50px;
    overflow: hidden;
}

#ticker_wrapper h3 {
    text-transform: capitalize;
    position: relative;
    line-height: 50px;
    margin: 0;
    width: 250px;
    font-size: 18px !important;
    float: left;
    padding-left: 50px;
    background-color: #ff0613;
    color: #fff;
    padding: 0 30px;
    font-size: 1rem;
    font-family: 'Lato-Bold', Arial, sans-serif;
}

#ticker_wrapper .tickercontainer {
    height: 50px !important;
    margin: 0 0 0 190px;
    color: #666;
    background-color: #424242;
}

.colHeight a {
    padding: 20px 0;
}

#ticker_wrapper .tickercontainer .mask {
    position: relative;
    overflow: hidden;
    color: #fff;
}

#ticker_wrapper #stocks-ticker li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 50px !important;
    font-weight: normal;
    padding: 0 20px !important;
}

#ticker_wrapper #stocks-ticker li:after {
    padding: 0 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

#ticker_wrapper #stocks-ticker li.gain:after {
    content: "\25B4";
    color: #4BAD4C;
}

#ticker_wrapper #stocks-ticker li.lose:after {
    content: "\25BE";
    color: #BA2429;
}

#ticker_wrapper #stocks-ticker li.gain .perc {
    color: #4BAD4C;
}

#ticker_wrapper #stocks-ticker li.lose .perc {
    color: #BA2429;
}

#ticker_wrapper #stocks-ticker li .name {
    color: #EDC73D;
}

/*---------- STOCK TICKER ----------*/

/*---------- SEARCH ----------*/

#mobile_nav_wrapper .search {
    margin-left: 0;
    width: 100%;
    position: relative;
    height: 28px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}

#mobile_nav_wrapper .search input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0 none;
    background-color: transparent;
    margin: 0;
    line-height: 26px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0 36px 0 8px;
    color: #000;
}

#mobile_nav_wrapper .search ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

#mobile_nav_wrapper .search ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

#mobile_nav_wrapper .search :-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

#mobile_nav_wrapper .search ::placeholder {
    color: #ccc;
    opacity: 1;
}

#mobile_nav_wrapper .search button {
    position: absolute;
    height: 26px;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 0 8px;
    border: 0 none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.secondary-menu {
    background-color: #ff0613;
    padding: 10px;
    text-align: center;
    font-size: 0;
}

.secondary-menu a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.secondary-menu a:hover {
    color: #fff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: underline;
}

strong {
    font-weight: 500;
    color: #555;
}

.sticky-content ul li {
    font-size: 1em;
}

.sticky-content ul {
    margin-bottom: 0;
}

.sticky-content ul li li {
    font-size: 100%;
}

.with-calcs {
    display: none;
}

#calcanchor .section-title {
    margin-top: 30px;
}

.spacer-2x {
    display: none;
}

.style-switch-container {
    font-size: 0;
    display: block;
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}

.style-switch-container a {
    width: 22px;
    height: 22px;
    line-height: 16px;
    border: 2px solid;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 6px;
    outline-offset: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.style-switch-container a.style-switch-BOW {
    border-color: #fff;
    color: #fff;
    background-color: #000;
}

.style-switch-container a.style-switch-normal {
    border-color: #fff;
    color: #ff0613;
    background-color: #fff;
    /*display: none;*/
}

.media-block2.main_block {
    background: #fff;
    -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 30px;
    display: table;
    min-height: 250px;
    width: 100%;
}

.media-block2 .media_lib_cont {
    vertical-align: middle;
    display: table-cell;
}

.media-block2 .btn-style-2 {
    margin-top: 20px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.media-block2 .media_lib_cont .content-wrapper p {
    font-size: 16px;
}

/*---------- LEADERSHIP ----------*/

.leadership .media-thumb {
    height: 100%;
}

.leadership .content-overlay {
    position: absolute;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    bottom: -100%;
    transition: all ease .7s;
}

.leadership:hover .content-overlay {
    visibility: visible;
    bottom: 0;
}

.leadership .caption {
    display: table;
    width: 100%;
    height: 100%;
}

.leadership .tx-center {
    display: table-cell;
    height: 100%;
    padding: 0 20px;
}

.leadership.media-block .media-content p.title {
    margin-bottom: 0;
}

.leadership.media-block .media-thumb img {
    height: auto;
    min-height: inherit;
    display: block;
}

.services-section .leadership.media-block {
    height: auto;
}

.mission h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

/*--- Timeline ---*/

/*.timeline{max-width:900px;margin:40px auto 0 auto;position:relative;}*/

/*.timeline:before{content:"";position:absolute;width:1px;background-color:#ccc;height:100%;*/

/*top:0;left:0;right:0;margin:auto;*/

/*}*/

/*.timeline-block{margin-top:40px;overflow:hidden;}*/

/*.timeline-block:first-child{margin-top:0;}*/

/*.timeline-content{padding:20px 40px;width:50%;text-align:right;position:relative;}*/

/*.timeline-content h3{margin-bottom:20px;font-size:1.6em;}*/

/*.timeline-content:after{content:"";width:20px;height:20px;background-color:#ff0000;*/

/*position:absolute;top:22px;right:-10px;*/

/*-webkit-border-radius:50%;*/

/*border-radius:50%;*/

/*}*/

/*.timeline-block:nth-child(even) .timeline-content{text-align:left;float:right;}*/

/*.timeline-block:nth-child(even) .timeline-content:after{right:auto;left:-10px;}*/

/*--- Wasim Media Queries ---*/

@media ( max-width: 1180px) {
    #main-navigation li a {
        display: block;
        padding: 26px 14px 22px 14px;
    }
}

@media ( max-width: 1100px) {
    .header-top {
        display: none;
    }
    .header-bottom {
        padding: 0 20px;
        position: fixed;
        background: #ffffff;
        left: 0;
        right: 0;
        top: 0;
    }
    .header-bottom .main-nav-bar {
        display: none;
    }
    .section {
        padding: 40px 0;
    }
    .section-hero {
        padding: 0;
    }
    .section-hero .hero-banner {
        height: 100%;
    }
    .img-respo{
        display: block;
        max-width: 100%;
        height: auto;
    }
    #mamboslides .large-3 {
        width: 50%;
    }
    .header-bottom .top-search-wrapper {
        display: none;
    }
    .btn-menu {
        display: block;
    }
    #mobile_nav_wrapper {
        display: block;
    }
    .sticky-nav {
        position: relative;
    }
    .section-sticky-content .col-md-9 {
        margin-top: 30px;
    }
    .mapp_page .col-lg-4.heightfull {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        margin-top: 100px;
    }
    .mapp_page .col-lg-8.heightfull {
        height: 600px;
        padding-bottom: 20px;
    }
    .mapp_page {
        height: auto !important;
    }
    .section-hero-min {
        margin-top: 67px;
    }
    .hero-search {
        margin: 30px auto;
    }
    .hero-content .title {
        max-width: 600px;
        margin: 0 auto;
    }
    .footer-top .col-sm-6 {
        width: 33.33%;
    }
}

@media ( max-width: 960px) {
    .qiuck-links .link-wrapper {
        width: auto;
        margin: 0 16px;
    }
    .footer-top .col-sm-6 {
        display: none;
    }
    .footer-top .col-sm-6:last-child {
        display: block;
        width: 100%;
    }
    .core_val .large-4 {
        width: 100%;
        padding: 10px 0;
    }
    .govern .large-6 {
        width: 100%;
        padding: 10px 0;
    }
    .section-video .col-md-5 {
        padding-bottom: 20px;
    }
    .services-container .col-md-3 {
        padding: 10px 0;
    }
    .doc-container .doc-btn .btn:last-child {
        margin-top: 10px;
    }
    .sticky-nav ul {
        position: relative;
    }
    .mission p {
        margin-bottom: 30px;
    }
    .timeline:before {
        right: auto;
        left: 10px;
    }
    .timeline-block {
        overflow: visible;
        margin-top: 20px;
    }
    .timeline-content {
        width: 100%;
        text-align: left;
    }
    .timeline-content:after {
        right: auto;
        left: 0px;
    }
    .timeline-block:nth-child(even) .timeline-content {
        float: none;
    }
    .timeline-block:nth-child(even) .timeline-content:after {
        float: none;
        left: 0px;
    }
    .services-section .leadership.media-block {
        max-width: 300px;
        margin: 20px auto;
    }
    .leadership .content-overlay {
        display: table;
        visibility: visible;
        bottom: 0;
        padding: 20px;
    }
}

@media ( max-width: 670px) {
    .section-hero-min {
        height: 100px;
    }
    .section-sticky-content .col-md-3 {
        width: 100%;
    }
    .section-sticky-content .sticky-nav>ul>li>a {
        padding: 10px 0;
    }
    .sticky-nav ul li a.active:after {
        margin-right: 0;
    }
    #mamboslides .large-3 {
        width: 100%;
    }
    .course_wrap {
        margin: 30px 0;
        padding: 20px;
    }
    .doc-container .doc-wrapper .col-md-6, .doc-container .doc-wrapper .col-md-4, .doc-container .doc-wrapper .col-md-2 {
        display: block;
    }
    .course_wrap .doc-btn {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .doc-container .doc-wrapper .col-md-2 {
        text-align: left;
    }
    .section-identity-search {
        height: auto;
    }
    .section-identity-search button {
        position: relative;
        width: 100%;
        height: 60px;
        -webkit-border-radius: 0 0 0.5em 0.5em;
        border-radius: 0 0 0.5em 0.5em;
    }
}

@media ( max-width: 570px) {
    .hero-content .title {
        font-size: 1.5em;
    }
    .hero-search {
        overflow: visible;
        height: auto;
    }
    .hero-search form>* {
        height: auto;
    }
    .hero-search label {
        display: block;
        padding: 12px;
        line-height: 24px;
    }
    .hero-search .dd-wrapper {
        width: 100%;
        float: none;
        padding: 12px;
    }
    .hero-search .dd-wrapper:after {
        top: 25px;
    }
    .hero-search button {
        float: none;
        margin-top: 10px;
        width: 100%;
        padding: 15px 0;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .qiuck-links .link-wrapper {
        width: 33.33%;
    }
    h2 {
        font-size: 1.5em;
    }
    .content-grid .media-content p.title {
        font-size: 1.1em;
    }
    .hero-content .title+p {
        line-height: 26px;
    }
    .hero-content .btn-group .btn {
        margin: 5px 0;
    }
    .section-search-wrapper {
        overflow: visible;
        height: auto;
    }
    .section-search-wrapper button {
        position: relative;
        width: 100%;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .stories-section .btn-filter-wrap .btn-filter {
        margin: 5px;
    }
    .map-section {
        padding: 0;
    }
    .map-section .map-container {
        display: none;
    }
    .map-section .map-location {
        margin: 0;
    }
    .doc-container .doc-btn {
        margin-left: 0;
    }
    .mapp_page .col-lg-8.heightfull {
        height: 400px;
        overflow: hidden;
    }
    .section-identity-search .selectric-wrapper {
        margin-bottom: 5px;
    }
    .section-identity-search button {
        height: 40px;
        font-size: 18px;
        -webkit-border-radius: 0 0 0.7em 0.7em;
        border-radius: 0 0 0.7em 0.7em;
    }
    .section-blog .blog-content {
        padding: 0 10% 0 0;
    }
    .section.section-compact {
        margin-top: 67px;
    }
    .article-nav .btn {
        padding: 0 15px;
    }
    .section .blog-title {
        font-size: 1.3em;
        line-height: 25px;
    }
    .contact_width {
        max-width: 100%;
    }
    .search-faq__form .large-4 {
        width: 250px;
    }
    .section-sticky-content .col-md-9 {
        background: #efefef;
        padding: 15px;
    }
}

/*---------- HIGH CONTRAST ----------*/

.high-contrast .header-top, .high-contrast .footer-bottom, .high-contrast #ticker_wrapper h3 {
    background-color: #000;
}

.high-contrast #main-navigation>li.active a, .high-contrast #main-navigation>li a:hover {
    border-color: #000;
}

.high-contrast #main-navigation li ul li ul li a:hover {
    color: #000 !important;
}

.high-contrast .section-intro .hero-content, .high-contrast .valign-wrapper:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.high-contrast .btn-style-2 {
    background-color: #000;
    color: #fff;
}

.high-contrast .btn-style-2:hover {
    background-color: #222;
}

.high-contrast .btn-style-1:hover {
    color: #000;
}

.high-contrast .btn-style-3, .high-contrast #main-navigation li a.btn {
    color: #000;
    border-color: #000;
}

.high-contrast #main-navigation li a.btn:hover {
    background-color: #000;
    color: #fff;
}

.high-contrast .btn-style-3:hover {
    background-color: #000;
}

.high-contrast .visit_media .btn {
    border-color: #000;
}

.high-contrast .visit_media .btn:hover {
    background-color: #000;
}

.high-contrast .primary-btn {
    background-color: #000;
}

.high-contrast .primary-btn:hover {
    background-color: #222;
}

.high-contrast h4.col-title, .high-contrast .sb-icon-search, .high-contrast .content-grid .media-content p.title, .high-contrast .qiuck-links .link-wrapper:hover, .high-contrast #main-navigation>li a:hover, .high-contrast #main-navigation>li.active a, .high-contrast .content-grid .media-content li a:hover, .high-contrast .content-grid .media-content p a:hover, .high-contrast .stories-section .btn-filter.btn-active, .high-contrast .sticky-nav ul li a:hover, .high-contrast .doc-filter ul li a:hover, .high-contrast .doc-filter ul li a.active, .high-contrast .doc-title a, .high-contrast p a, .high-contrast .doc-container .doc-title p.subtitle, .high-contrast .listings h1 {
    color: #000;
}

.high-contrast .content-grid .media-content li a:hover, .high-contrast .content-grid .media-content p a:hover {
    border-color: #000;
}

.high-contrast .visit_media .btn:hover {
    color: #fff;
}

.high-contrast .bg_image_con {
    background-color: #000;
}

.high-contrast .bg_image_con .btn-style-3 {
    color: #fff;
    border-color: #fff;
}

.high-contrast .bg_image_con .btn-style-3:hover {
    background-color: #fff;
    color: #000;
}

.high-contrast .map-location .bg_image_con .btn-group a:hover {
    color: #000 !important;
}

.high-contrast .footer {
    background-color: #222;
}

.high-contrast .footer-top .footer-nav li a:hover {
    color: #fff;
}

.high-contrast .doc-title a, .high-contrast p a {
    text-decoration: underline;
}

.high-contrast .pagination-wrapper .pagination li a:hover, .high-contrast .pagination-wrapper .pagination li a.active {
    background-color: #000;
}

.high-contrast .list_menu, .high-contrast .locations_accord h3 {
    background-color: #000;
}

/* --------------------------------

Main Components

-------------------------------- */

.cd-horizontal-timeline {
    /*background-color: #75b843;*/
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: table;
    width: 100%;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #f9f9f9, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f9f9f9, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #f9f9f9, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f9f9f9, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    height: 2px;
    /*width: 100% !important;*/
    /* width will be set using JavaScript */
    background-color: #666;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff0613;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events ol li {
    position: inherit;
    height: 100px;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    top: 15px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a>.event-time {
    color: #424242;
}

.cd-horizontal-timeline .events a.older-event>.event-time {
    color: #424242;
}

.cd-horizontal-timeline .events a>.event-time span:nth-child(1) {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    /*font-size: 36px;*/
    font-size: 21px;
    margin-bottom: 5px;
}

/*.cd-horizontal-timeline .events a > .event-time span:last-child {*/

/*display: inline-block;*/

/*font-family: "DIN Condensed", sans-serif;*/

/*font-size: 16px;*/

/*}*/

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*bottom: 88px;*/
    bottom: 49px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

/*.cd-horizontal-timeline .events li:first-child a::after {*/

/*bottom: 80px;*/

/*}*/

/*.cd-horizontal-timeline .events a.older-event::after {*/

/*!* border-color: #7b9d6f; *!*/

/*border-color: #FFFFFF;*/

/*bottom: 80px;*/

/*}*/

/*.cd-horizontal-timeline .events a.selected::after {*/

/*background-color: #75b843;*/

/*!* bottom: 91px; *!*/

/*border: 6px solid #FFFFFF;*/

/*height: 20px;*/

/*width: 20px;*/

/*}*/

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #003d7e;
    border-color: #003d7e;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected .event-time {
    pointer-events: none;
    color: #ff0613;
}

/*.cd-horizontal-timeline .events li:first-child a.selected::after {*/

/*bottom: 76px;*/

/*}*/

.cd-horizontal-timeline .events a.selected::after, .cd-horizontal-timeline .events a.older-event::after {
    background-color: #ff0613;
    /*bottom: 85px;*/
    bottom: 46px;
    border: 6px solid #FFFFFF;
    height: 20px;
    width: 20px;
}

.cd-horizontal-timeline .events a.older-event::after {
    background-color: #424242;
    bottom: 45px;
    border: 6px solid #FFFFFF;
    height: 20px;
    width: 20px;
}

/*.arrow_box {*/

/*position: relative;*/

/*!*background: #FFFFFF;*!*/

/*!*border: 2px solid #FFFFFF;*!*/

/*}*/

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 25px;
    margin-left: -25px;
}

.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 28px;
    margin-left: -28px;
}

span.eventImage {
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    position: absolute;
    bottom: 150px;
    left: calc(50% - 130px);
    width: 260px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #FFFFFF;
}

@media only screen and (min-width: 1100px) {
    /*.cd-horizontal-timeline {*/
    /*margin: 6em auto;*/
    /*}*/
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.html) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #003d7e;
    background-color: #003d7e;
}

.no-touch .cd-timeline-navigation a:hover::after {
    background-position: 0 -16px;
}

.cd-timeline-navigation a.inactive {
    /*cursor: not-allowed;*/
}

.cd-timeline-navigation a.inactive::after {
    /*background-color: #0f7d64;*/
    background-position: unset;
    border-radius: 50%;
}

.cd-timeline-navigation a:hover {
    border-color: #ffffff;
    background-color: #ff0613;
}

.cd-timeline-navigation a:hover::after {
    background-position: 0 -16px;
}

.cd-horizontal-timeline .events a {
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cd-horizontal-timeline .events a:hover::after {
    background-color: #ff0613;
    /*bottom: 85px;*/
    bottom: 45px;
    border: 6px solid #FFFFFF;
    height: 20px;
    width: 20px;
}

/*.cd-timeline-navigation a.inactive::after {*/

/*background-position: 0 -16px;*/

/*}*/

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.no-touch .cd-timeline-navigation a.inactive:hover:after {
    background-position: unset;
}

/*.no-touch .cd-timeline-navigation a.inactive:hover::after {*/

/*border-radius: 50%;*/

/*}*/

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    height: auto !important;
    z-index: 0;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    padding: 0;
    opacity: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*min-height: 500px;*/
    /*height: 500px;*/
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li .event-photo {
    display: table-cell;
    width: 40%;
}

.cd-horizontal-timeline .events-content li .timline-image {
    display: inherit;
    /*min-height: 500px;*/
    /*height: 500px;*/
    width: 100%;
}

.cd-horizontal-timeline .events-content li .event-caption {
    /*background-color: rgba(0, 72, 153, 0.8);*/
    display: inherit;
    height: auto;
    width: 100%;
    padding: 5px 50px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 2;
}

/*.cd-horizontal-timeline .events-content ol li:after {*/

/*content: '';*/

/*position: absolute;*/

/*opacity: 0.65;*/

/*top: 0;*/

/*left: 0;*/

/*height: 100%;*/

/*width: 100%;*/

/*z-index: 1;*/

/*background-color: rgba(0, 61, 126, 1);*/

/*background: -moz-linear-gradient(30deg, #9b0050 0%, #003d7e 65%);*/

/*background: -webkit-linear-gradient(30deg, #9b0050 0%, #003d7e 65%);*/

/*background: linear-gradient(30deg, #9b0050 0%, #003d7e 65%);*/

/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec83e', endColorstr='#003d7e', GradientType=1);*/

/*}*/

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    display: table;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.selected h1 {
    color: #ffffff;
    font-family: 'Roboto-Medium', Arial, sans-serif;
    font-size: 18px;
    text-align: left;
    padding-bottom: 15px;
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
    /*font-family: "DIN Condensed", sans-serif;*/
    /*font-size: 48px;*/
    /*text-align: center;*/
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    color: #ffffff;
    font-size: 14px;
    /*bottom: 30px;*/
    /*position: absolute;*/
}

.cd-horizontal-timeline .events-content p {
    font-size: 18px;
    color: #666;
    margin: 15px 0;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: normal;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 21px;
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 14px;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 16px;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

div#rnDialog1_c.yui3-widget.yui3-panel.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.yui3-panel-focused {
    top: 110px !important;
	
}

::selection {
    background: #ff0613;
    color: #fff;
}

::-moz-selection {
    background: #ff0613;
    color: #fff;
}

.rn_SourcePagination .rn_CurrentPage {
    font-weight: 500;
    background-color: #ff0613;
    color: #fff;
    border: 1px solid #73737333;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    width: 45px;
    margin: 5px;
}

.rn_SourcePagination li {
    border: 1px solid #73737333;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    width: 45px;
    margin: 5px;
} 
.rn_SourcePagination .rn_NextPage, .rn_SourcePagination .rn_PreviousPage{
    border: 1px solid #73737333;
    background-color: #212121;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    width: 85px;
    margin: 5px;
}
.rn_SourcePagination .rn_PreviousPage{
    border: 1px solid #73737333;
    background-color: #212121;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    width: 115px;
    margin: 5px;
}