﻿/* FROM MAIN.CSS */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato Black';
    src: url("../fonts/Lato-Black.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato BlackItalic';
    src: url("../fonts/Lato-BlackItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato BoldItalic';
    src: url("../fonts/Lato-BoldItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url("../fonts/Lato-Hairline.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato HairlineItalic';
    src: url("../fonts/Lato-HairlineItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato Italic';
    src: url("../fonts/Lato-Italic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato Light';
    src: url("../fonts/Lato-Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Lato LightItalic';
    src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Swift Italic';
    src: url("../fonts/Swift-italic_43141.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Swift Regular Italic';
    src: url("../fonts/Swift-Regular-Italic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Light';
    src: url("../fonts/Merriweather-Light.ttf") format("truetype");
    font-style: normal;
}
html,
body {
    color: #333333;
    font-family: 'Lato', sans-serif;
    height: 100%;
    width: 100%;
}

body {
    padding-top: 80px;
}

html *,
body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    transition: all 275ms ease-in-out;
}

a:hover {
    color: #0e6ba5;
    cursor: pointer;
    text-decoration: none;
}

h2 {
    /*color: #fff;*/
    /*font-size: 38px;*/
    margin-bottom: 15px;
    margin-top: 0;
}

h3 {
    /*color: #fff;*/
    margin-bottom: 25px;
    margin-top: 0px;
}

input:focus::-webkit-input-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}

input:focus::-moz-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}


/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    transition: all 300ms ease-in-out;
    color: transparent !important;
}


/* IE 10+ */
/* this makes the site too wide - horizontal scroll issue #7
.flush {
    margin-left: -15px;
    margin-right: -15px;
}
*/
.max-width {
    margin: 0 auto;
    max-width: 1200px;
}
.contact-form {
    background: rgba(17, 24, 38, 0.95);
    color: #fff;
    font-family: 'Lato Bold';
    font-size: 16px;
    opacity: 0;
    padding: 80px;
    position: fixed;
    height: 100%;
    width: 80%;
    right: -100%;
    top: 80px;
    transition: all 500ms ease-in-out;
    z-index: 4;
}

.contact-form.active {
    opacity: 1;
    right: 0;
}

.contact-form__close {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
}

.contact-form__close:hover {
    cursor: pointer;
}

.fixed-bg {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    justify-content: center;
}

.fixed-bg-np {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*min-height: 80%; move this somewhere else*/
    overflow: hidden;
    position: relative;
}
.fixed-bg-np-nf {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
    /*min-height: 80%; move this somewhere else*/
    overflow: hidden;
    position: relative;
}
.fixed-bg-np-nf > .container-fluid {
    margin-left:4%;
    margin-right:4%;
}

.h-80 {  /*add this to everywhere .fixed-bg-np needs to be taller*/
    min-height:80%;
}


.fixed-bg--page {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
}

.fixed-bg--inner {
    min-height: 50%;
}

.fixed-bg--inner.bg-1 {
    min-height: 30%;
}

.fixed-bg--inner.bg-operate {
    min-height: 50%;
}

.fixed-bg--inner.bg-1 .section-content--inner {
    padding: 0;
}

@media (min-width: 992px) {
    .transparent {
        opacity: 0;
    }
}
.core-1 {
    color: #0077C8;
}

.core-2 {
    color: #00A9CE;
}

.core-3 {
    color: #78BE20;
}

.accent-1 {
    color: #C4D600;
}

.accent-2 {
    color: #D86018;
}

.accent-3 {
    color: #9D2235;
}

.accent-4 {
    color: #693C5E;
}

.bright-1 {
    color: #EEDC00;
}

.bright-2 {
    color: #EA7600;
}

.bright-3 {
    color: #DA291C;
}

.medium-1 {
    color: #00629B;
}

.medium-2 {
    color: #5B7F95;
}

.medium-3 {
    color: #003057;
}

.medium-4 {
    color: #007FA3;
}

.medium-5 {
    color: #4C8C2B;
}

.medium-6 {
    color: #00A499;
}

.dark-1 {
    color: #333333;
}

.dark-1 {
    color: #004851;
}

.dark-1 {
    color: #046A38;
}

.dark-1 {
    color: #00594F;
}

.bg-1 {
    background-image: url("../_Images/1920x1080_AO_Banner.jpg");
}

.bg-2 {
    background-image: url("../_Images/mid-bg.jpg");
}

.bg-3 {
    background-image: url("../_Images/purp-bg.jpg");
}

.bg-4 {
    background-image: url("../_Images/Design_bw_2.jpg");
}

.bg-5 {
    background-image: url("../_Images/mid-bg.jpg");
}

.bg-6 {
    background-color: #5F3C6C;
    /*#67418C*/
    color: #FFF;
}

.bg-6 .vertical-list li,
.bg-6 .vertical-list a,
.bg-6 .vertical-list div.p {
    color: #FFF;
}

.bg-6 .vertical-list div.p:active,
.bg-6 .vertical-list div.p:hover,
.bg-6 a:hover,
.bg-6 a:active {
    color: #EA7600;
}

.bg-6 .vertical-list div.p:active,
.bg-6 .vertical-list div.p:focus,
.bg-6 .vertical-list div.p:hover {
    border-bottom: 1px solid #EA7600;
    margin-right: -65%;
    transition: all 400ms ease-in;
}

.bg-6 .vertical-list div.p:hover,
.bg-6 .vertical-list div.p:active,
.bg-6 .vertical-list div.p:focus {
    cursor: pointer;
}

.bg-6 .popover {
    border: 1px solid #EA7600;
}

.bg-7 {
    background-color: #00A9CE;
    color: #FFF;
}
.bg-7 .cyp .disabled,
.bg-7 .cyp .disabled li,
.bg-7 .cyp .disabled a,
.bg-7 .vl-column-title .disabled {
    /*Choose Your Path navigation elements*/
    color:#80d4e7;
}
.bg-7 .cyp a.selected {
    color:#003057;
}
.bg-7 .vertical-list li,
.bg-7 .vertical-list a,
.bg-7 .vertical-list div.p,
.bg-7 .vertical-list div.adv {
    color: #FFF;
}

.bg-7 .vertical-list a:active,
.bg-7 .vertical-list a:hover,
.bg-7 .vertical-list div.p:active,
.bg-7 .vertical-list div.p:hover,
.bg-7 .vertical-list div.adv:active,
.bg-7 .vertical-list div.adv:hover {
    color: #003057;
}

.bg-7 .vertical-list div.p:active,
.bg-7 .vertical-list div.p:focus,
.bg-7 .vertical-list div.p:hover {
    border-bottom: 1px solid #003057;
    margin-right: -65%;
    transition: all 400ms ease-in;
}

.bg-7 .vertical-list div.adv:active,
.bg-7 .vertical-list div.adv:focus,
.bg-7 .vertical-list div.adv:hover {
    /* border-bottom: 1px solid #67418C;*/
    transition: all 400ms ease-in;
}

.bg-7 .vertical-list div.adv:hover,
.bg-7 .vertical-list div.adv:active,
.bg-7 .vertical-list div.adv:focus,
.bg-7 .vertical-list div.p:hover,
.bg-7 .vertical-list div.p:active,
.bg-7 .vertical-list div.p:focus {
    cursor: pointer;
}

.bg-7 .popover {
    border: 1px solid #003057;
}

.bg-8 {
    background-color: #174942;
    color:#fff;
}

.bg-8 .vertical-list li,
.bg-8 .vertical-list a,
.bg-8 .vertical-list div.p,
.bg-8 .vertical-list div.adv {
    color: #FFF;
}

.bg-8 .vertical-list a:active,
.bg-8 .vertical-list a:hover,
.bg-8 .vertical-list div.p:active,
.bg-8 .vertical-list div.p:hover,
.bg-8 .vertical-list div.adv:active,
.bg-8 .vertical-list div.adv:hover {
    color: #EA7600;
}

.bg-8 .vertical-list div.p:active,
.bg-8 .vertical-list div.p:focus,
.bg-8 .vertical-list div.p:hover {
    border-bottom: 1px solid #EA7600;
    margin-right: -65%;
    transition: all 400ms ease-in;
}

.bg-8 .vertical-list div.adv:active,
.bg-8 .vertical-list div.adv:focus,
.bg-8 .vertical-list div.adv:hover {
    /* border-bottom: 1px solid #67418C;*/
    transition: all 400ms ease-in;
}

.bg-8 .vertical-list div.adv:hover,
.bg-8 .vertical-list div.adv:active,
.bg-8 .vertical-list div.adv:focus,
.bg-8 .vertical-list div.p:hover,
.bg-8 .vertical-list div.p:active,
.bg-8 .vertical-list div.p:focus {
    cursor: pointer;
}

.bg-8 .popover {
    border: 1px solid #EA7600;
}

.bg-9 {
    background-color: #CAE3E0;
    color: #000;
}

.bg-10 {
    background-color: #e1e1e1;
    color: #000;
}
.bg-11 {
    background-color: #78be20;
    color:#fff;
}

.bg-12 {
    background-color: #587f95; /*88, 127, 149 */
    color: #FFF;
}
.text-12 {
    color: #587f95; /*88, 127, 149 */
}
.bg-12 .vertical-list li,
.bg-12 .vertical-list a,
.bg-12 .vertical-list div.p {
    color: #FFF;
}

.bg-12 .vertical-list div.p:active,
.bg-12 .vertical-list div.p:hover,
.bg-12 a:hover,
.bg-12 a:active {
    color: #EA7600;
}

.bg-12 .vertical-list div.p:active,
.bg-12 .vertical-list div.p:focus,
.bg-12 .vertical-list div.p:hover {
    border-bottom: 1px solid #EA7600;
    margin-right: -65%;
    transition: all 400ms ease-in;
}

.bg-12 .vertical-list div.p:hover,
.bg-12 .vertical-list div.p:active,
.bg-12 .vertical-list div.p:focus {
    cursor: pointer;
}

.bg-12 .popover {
    border: 1px solid #EA7600;
}
.bg-12.app-tabs  {
    background-color: #e1e1e1;
}
@media all and (max-width:991px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: #111826;
    }
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: transparent;
        border: 2px solid #587f95;
        border-top: 5px solid #587f95;
        border-bottom: 5px solid #587f95;
    }
    .bg-12.app-tabs .app-tabs__tab:first-child {
        border-left:5px solid #587f95;
    }
    
    .bg-12.app-tabs .app-tabs__tab:last-child {
        border-right:5px solid #587f95;
    }
}

.bg-12.app-tabs .app-tabs__tab:hover {
    background-color: rgba(88, 127, 149, 1);
}

.bg-12.app-tabs .app-tabs__tab.active {
    background-color: rgba(88, 127, 149, 1);
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab svg,
    .bg-12.app-tabs .app-tabs__tab img.svg,
    .bg-12.app-tabs .app-tabs__tab svg path,
    .bg-12.app-tabs .app-tabs__tab svg polygon,
    .bg-12.app-tabs .app-tabs__tab svg rect,
    .bg-12.app-tabs .app-tabs__tab svg line,
    .bg-12.app-tabs .app-tabs__tab svg circle  {
    fill: rgba(88, 127, 149, 1);
    stroke: rgba(88, 127, 149, 1);
    transition: all 300ms ease-in-out;
    }
    .bg-12.app-tabs .app-tabs__tab.active svg path,
    .bg-12.app-tabs .app-tabs__tab:hover svg path,
    .bg-12.app-tabs .app-tabs__tab.active svg polygon,
    .bg-12.app-tabs .app-tabs__tab:hover svg polygon,
    .bg-12.app-tabs .app-tabs__tab.active svg rect,
    .bg-12.app-tabs .app-tabs__tab:hover svg rect,
    .bg-12.app-tabs .app-tabs__tab.active svg line,
    .bg-12.app-tabs .app-tabs__tab:hover svg line,
    .bg-12.app-tabs .app-tabs__tab.active svg circle,
    .bg-12.app-tabs .app-tabs__tab:hover svg circle {
        fill: #fff;
        stroke: #fff;
        transition: all 300ms ease-in-out;
    }
}
@media all and (max-width: 992px) {
    .bg-12.app-tabs svg,
    .bg-12.app-tabs img.svg,
    .bg-12.app-tabs svg path,
    .bg-12.app-tabs svg polygon,
    .bg-12.app-tabs svg rect,
    .bg-12.app-tabs svg line  {
        fill: #fff;
        stroke: #fff;
        color:currentColor;
    }
}

.bg-12.app-tabs .app-tabs__tab.active svg path,
.bg-12.app-tabs .app-tabs__tab:hover svg path,
.bg-12.app-tabs .app-tabs__tab.active svg polygon,
.bg-12.app-tabs .app-tabs__tab:hover svg polygon,
.bg-12.app-tabs .app-tabs__tab.active svg rect,
.bg-12.app-tabs .app-tabs__tab:hover svg rect,
.bg-12.app-tabs .app-tabs__tab.active svg line,
.bg-12.app-tabs .app-tabs__tab:hover svg line,
.bg-12.app-tabs .app-tabs__tab.active svg circle,
.bg-12.app-tabs .app-tabs__tab:hover svg circle {
    fill: #fff;
    stroke: #fff;
}


.bg-12.app-tabs .app-tabs__tab h3 {
    color: rgba(88, 127, 149, 1);
}

.bg-12.app-tabs .app-tabs__tab h2 {
    color: rgba(88, 127, 149, 1);
}
.bg-12.app-tabs .app-tabs__tab:hover h3,
.bg-12.app-tabs .app-tabs__tab.active h3 {
    color: #fff;
    transition: all 300ms ease-in;
}

.bg-12.app-tabs .app-tabs__tab:hover h2,
.bg-12.app-tabs .app-tabs__tab.active h2 {
    color: #fff;
    transition: all 300ms ease-in;
}

@media all and (max-width:992px) {
    .bg-12.app-tabs .app-tabs__tab h2 {
        color: #fff;
    }
}

.bg-trans {
    background-color: transparent;
}

.bg-operate {
    background-image: url("../_Images/BG_image_operate_L2.png");
    /*must be .png to work with background color*/
}

.bg-design {
    background-image: url("../_Images/BGimage_design.png");
    /*must be .png to work with background color*/
}

.bg-maintain {
    background-image: url("../_Images/BG_image_maintain_l-1.png");
    /*must be .png to work with background color*/
}
.bg-tank {
    background-image: url("../_Images/tank_wireframe.png");
    /*must be .png to work with background color*/
}
.wide .container-fluid {
    margin:0 6%;
}
.wide .heading__divider {
    margin-top:4em;
}

.card>.overlay.in,
.card>.overlay:hover,
.card>.mask.in,
.card>.mask:hover  {
    opacity: 1;
}
.card-leadf{
font-family: 'Lato Bold';
font-size:20px;
line-height:35px;
padding:20px 20px 20px 20px;

}

.fixed-bg {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    justify-content: center;
}

.fixed-bg-np {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*min-height: 80%; move this somewhere else*/
    overflow: hidden;
    position: relative;
}
.fixed-bg-np-nf {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
    /*min-height: 80%; move this somewhere else*/
    overflow: hidden;
    position: relative;
}
.fixed-bg-np-nf > .container-fluid {
    margin-left:4%;
    margin-right:4%;
}

.h-80 {  /*add this to everywhere .fixed-bg-np needs to be taller*/
    min-height:80%;
}


.fixed-bg--page {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
}


@media (min-width: 992px) {
    .fixed-bg--inner.bg-1 .section-content--inner {
        padding-top: 50px;
    }
}
@media all and (max-width:991px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: #111826;
    }
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: transparent;
        border: 2px solid #587f95;
        border-top: 5px solid #587f95;
        border-bottom: 5px solid #587f95;
    }
    .bg-12.app-tabs .app-tabs__tab:first-child {
        border-left:5px solid #587f95;
    }
    
    .bg-12.app-tabs .app-tabs__tab:last-child {
        border-right:5px solid #587f95;
    }
}

.bg-12.app-tabs .app-tabs__tab:hover {
    background-color: rgba(88, 127, 149, 1);
}

.bg-12.app-tabs .app-tabs__tab.active {
    background-color: rgba(88, 127, 149, 1);
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab svg,
    .bg-12.app-tabs .app-tabs__tab img.svg,
    .bg-12.app-tabs .app-tabs__tab svg path,
    .bg-12.app-tabs .app-tabs__tab svg polygon,
    .bg-12.app-tabs .app-tabs__tab svg rect,
    .bg-12.app-tabs .app-tabs__tab svg line,
    .bg-12.app-tabs .app-tabs__tab svg circle  {
    fill: rgba(88, 127, 149, 1);
    stroke: rgba(88, 127, 149, 1);
    transition: all 300ms ease-in-out;
    }
    .bg-12.app-tabs .app-tabs__tab.active svg path,
    .bg-12.app-tabs .app-tabs__tab:hover svg path,
    .bg-12.app-tabs .app-tabs__tab.active svg polygon,
    .bg-12.app-tabs .app-tabs__tab:hover svg polygon,
    .bg-12.app-tabs .app-tabs__tab.active svg rect,
    .bg-12.app-tabs .app-tabs__tab:hover svg rect,
    .bg-12.app-tabs .app-tabs__tab.active svg line,
    .bg-12.app-tabs .app-tabs__tab:hover svg line,
    .bg-12.app-tabs .app-tabs__tab.active svg circle,
    .bg-12.app-tabs .app-tabs__tab:hover svg circle {
        fill: #fff;
        stroke: #fff;
        transition: all 300ms ease-in-out;
    }
}
@media all and (max-width: 992px) {
    .bg-12.app-tabs svg,
    .bg-12.app-tabs img.svg,
    .bg-12.app-tabs svg path,
    .bg-12.app-tabs svg polygon,
    .bg-12.app-tabs svg rect,
    .bg-12.app-tabs svg line  {
        fill: #fff;
        stroke: #fff;
        color:currentColor;
    }
}

.bg-12.app-tabs .app-tabs__tab.active svg path,
.bg-12.app-tabs .app-tabs__tab:hover svg path,
.bg-12.app-tabs .app-tabs__tab.active svg polygon,
.bg-12.app-tabs .app-tabs__tab:hover svg polygon,
.bg-12.app-tabs .app-tabs__tab.active svg rect,
.bg-12.app-tabs .app-tabs__tab:hover svg rect,
.bg-12.app-tabs .app-tabs__tab.active svg line,
.bg-12.app-tabs .app-tabs__tab:hover svg line,
.bg-12.app-tabs .app-tabs__tab.active svg circle,
.bg-12.app-tabs .app-tabs__tab:hover svg circle {
    fill: #fff;
    stroke: #fff;
}


.bg-12.app-tabs .app-tabs__tab h3 {
    color: rgba(88, 127, 149, 1);
}

.bg-12.app-tabs .app-tabs__tab h2 {
    color: rgba(88, 127, 149, 1);
}
.bg-12.app-tabs .app-tabs__tab:hover h3,
.bg-12.app-tabs .app-tabs__tab.active h3 {
    color: #fff;
    transition: all 300ms ease-in;
}

.bg-12.app-tabs .app-tabs__tab:hover h2,
.bg-12.app-tabs .app-tabs__tab.active h2 {
    color: #fff;
    transition: all 300ms ease-in;
}
.industry_hero,
.product_hero,
.solution_hero {
    position: relative;
    /*-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;*/
}
@media all and (max-width:480px) {
    .hero_text__container {
        padding: 0;
        margin: 1rem;
    }
}

.solution_hero {
    text-align: center;
}

.solution_hero ul {
    top: 50%;
}

.industry__subtitle,
.industry__name,
.industry__copy,
.product__name,
.product__copy {
    color: #FFF;
}

.industry__name,
.product__name {
    font-size: 3.75rem;
    text-align: right;
    margin-right: 60px;
    font-family: 'Lato Bold';
	
}
@media all and (max-width:480px) {
    .industry__name,
    .product__name {
        font-size: 3rem;
        margin: 0;
        text-align: left;
    }
}

.industry__copy,
.product__copy {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    .industry__copy,
    .product__copy {
        padding-left: 60px;
    }
}
@media all and (max-width:480px) {
    .mixedContent__container {
        padding: 30px 15px;
        margin: 0;
    }
}

@media all and (max-width:480px) {
    .productContent__container,
    .homeContent__container {
        padding: 0;
        margin: 0;
    }
}

.productContent__container h2 {
    text-align: left;
    color: #000;
}

.productContent__container_head {
    display: flex;
    align-items: flex-start;
    /*position: relative;*/
    padding: 0;
    /*height:50px;*/
    margin-bottom: 2rem;
    flex-direction:column;   
}

.productContent__title {
    display: inline-block;
    position: relative;
    font-size: 2.4rem;
    font-weight: normal;
}
.productContent__subtitle {
    display: inline-block;
    font-size: 2.1rem;
    font-family: 'Lato Bold';
    margin-left: 0;
    padding-left: 0;
}

@media all and (min-width:786px){
    .productContent__container_head { 
        flex-direction:row; 
        align-items: center;
        font-size: 3.1rem;
    }
    .productContent__title::after {
    background: #000;
    width: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0px;
    right: -20px;
    min-height: 50px;
}

.productContent__subtitle {
    display: inline-block;
    font-size: 3.1rem;
    font-family: 'Lato Bold';
    margin-left: 20px;
    padding-left: 20px;
}
}
@media (min-width: 768px) {
    .vdivide-a:after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-height: 70px;
    }
    .vdivide-b:before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        min-height: 70px;
    }
}

.productContent__container .vdivide-b::before {
    background: #000;
    min-height: 10px;
    left: auto;
}

.vertical-list-container {
    padding: 120px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vertical-list-title {
    top: 50%;
    font-size: 3.1rem;
}

.vl-column-title {
    font-family: "Lato Bold";
    font-size: 2.4rem;
    display: block;
}

.vl-column-title::before {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    min-height: 70px;
}

.vl-column {
    display: block;
}

.vl-column::before {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    min-height: 70px;
}

.vertical-list ul {
    list-style-type: none;
}

.vertical-list li div.p,
.vertical-list li div.adv {
    font-size: 2rem;
    width: 100%;
    padding-right: 30px;
}

.vertical-list li,
.vertical-list div.p,
.vertical-list div.adv {
    border-bottom: 1px solid transparent;
}

.content-hover btn {
    color: transparent;
}

.btn-row {
    margin-top: 30px;
    position: relative;
}

.btn-row .btn {
    margin: 0 10px;
}

.list-hover-content>.popover-content {
    padding: 10px;
}

@media all and (max-width:992px) {
    .bg-12.app-tabs .app-tabs__tab h2 {
        color: #fff;
    }
}



@media (min-width: 1200px) {
    .section-content {
        width:100%;
        max-width:1300pt;
        -webkit-flex:  0 1 auto;
        -ms-flex:  0 1 auto;
        flex: 0 1 auto;
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        padding: 2%;
    }
}


.section-content>img {
    max-width: 250px;
}

@media (min-width: 768px) {
    .section-content>img {
        max-width: 600px;
    }
}


@media (min-width: 992px) {
    .section-content--inner {
        width: 992px;
    }
}

.section-content--inner h1 {
    color: #fff;
    margin-bottom: 40px;
    padding: 50px 15px 40px;
    text-shadow: 2px 2px 8px #0b4a75;
}

@media (min-width: 992px) {
    .section-content--inner h1 {
        font-size: 4vw;
        padding: 0;
    }
}

.section-content--offset {
    width:100%;
}
@media (min-width: 992px) {
    .section-content--offset {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 90%;
    }
}
@media (min-width: 768px) {
    .icon-title img {
        width: 70px;
    }
}

.icon-title h1 {
    color: #fff;
    font-family: 'Lato Bold';
    font-size: 26px;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .icon-title h1 {
        font-size: 40px;
    }
}



@media all and (min-width: 992px) {
    .info-tabs__tabs {
        position: static;
    }
}

.info-tabs__tabs>a {
    width: 33.33%;
}

@media (min-width: 992px) {
    .info-tabs__tabs>a {
        width: auto;
    }
}


@media (min-width: 992px) {
    .info-tabs__tab {
        background-color: transparent;
        border-bottom: none;
        height: auto;
        margin: 0 7.5px;
        padding: 0 15px 120px;
        min-width:225px;
    }    
}
@media (max-width: 992px){
    .info-tabs__tab {
        width:25%;
    }

}

@media all and (max-width:992px) {
    .homeFeature .info-tabs__tab h2,
    .info-tabs__tab h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 1.8rem;
        border-bottom: 1px solid #fff;
    }
}

.info-tabs__tab .content__icon {
    width: 30px;
}

@media (min-width: 992px) {
    .info-tabs__tab .content__icon {
        margin-bottom: 7.5px;
        width: 40px;
        display: inline-block;
    }
}

.info-tabs__tab .content__icon--inner {
    max-width: 60px;
}

@media (min-width: 992px) {
    .info-tabs__tab .content__icon--inner {
        margin-bottom: 40px;
    }
}

.info-tabs__tab--inner {
    padding: 15px 15px 0px;
}

@media (min-width: 992px) {
    .info-tabs__tab--inner {
        padding: 15px 100px 15px;
    }
}

@media (min-width: 1200px) {
    .info-tabs__tab--inner {
        margin: 0 20px;
        padding: 15px 115px 15px;
    }
}

/*application tabs */


@media (min-width: 992px) {
    .app-tabs .app-tabs__tabs {
        position: static;
    }   
}

.app-tabs__tabs>a {
    width: 25%;
}

@media (min-width: 992px) {
    .app-tabs__tabs>a {
        width: auto;
        padding:0 15px;
    }
}

@media (min-width: 992px) {
    .app-tabs__tab { 
        height: auto;
        margin: 0;
        padding: 0;
    }   
}



@media all and (max-width:992px) {
    .app-tabs__tab h2 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        padding:5px;
    }
}

.app-tabs__tab .content__icon {
    width: 60px;
}

@media (min-width: 992px) {
    .app-tabs__tab .content__icon {
        margin-top: 15px;
        width: 100px;
        height: 100px;
        display: inline-block;
    }
}

.app-tabs__tab .content__icon--inner {
    max-width: 60px;
}

@media (min-width: 992px) {
    .app-tabs__tab .content__icon--inner {
        margin-top: 40px;
    }
}

.app-tabs__tab--inner {
    padding: 15px 15px 0px;
}

@media (min-width: 992px) {
    .app-tabs__tab--inner {
        padding: 15px 100px 15px;
    }
}

@media (min-width: 1200px) {
    .app-tabs__tab--inner {
        margin: 0 20px;
        padding: 15px 115px 15px;
    }
}

@media all and (max-width:768px){
.info-content__wrapper,
.download_content__wrapper,
.product-content__wrapper {
    padding:1%;
}
}
.info-content__wrapper.homeFeature {
    padding: 60px 15px 0 15px;
}
@media all and (min-width:1200px){
    .homeFeature .info-content {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .info-content {
        margin: 0;     
        /*max-width: 850px;*/   
        overflow: initial;
    }
}

.info-content__side-links {
    background: #67418C;
    margin: 0 0;
}

@media (min-width: 768px) {
    /*JC 992px*/
    .info-content__side-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 70px;
        position: absolute;
        right: -30px;
    }
}

@media (min-width: 1024px) {
    .info-content__side-links {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .info-content__side-links {
        right: -100px;
    }
}

.info-content__side-links a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Lato Bold';
    padding: 5px 10px;
}

@media (min-width: 768px) {
    /*JC 992px*/
    .info-content__side-links a {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}

@media (min-width: 992px) {
    .info-content__side-links a:last-of-type {
        border-bottom: none;
    }
}

.info-content__side-links a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.info-content__side-links--inner {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 3;
}

@media (min-width: 768px) {
    /*JC 992px*/
    .info-content__side-links--inner {
        right: 15px;
        top: 50%;
        width: auto;
    }
}

.info-content__intro {
    padding: 30px;
}

@media (min-width: 992px) {
    .info-content__intro {
        padding: 0 65px 65px;
    }
}

.info-content__intro p {
    font-size: 16px;
}

@media (min-width: 992px) {
    .info-content__intro p {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .info-content__banner {
        font-size: 3.125rem;
    }
}

@media (min-width: 480px) {
    .info-card {
        margin-right: 12px;
        width: calc(100% - 6px);
    }
}

@media (min-width: 992px) {
    .info-card {
        width: calc(100% - 8px);
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .info-card:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .info-card:nth-child(3n) {
        margin-right: 0;
    }
}


@media (min-width: 992px) {
    .video-container>iframe {
        min-height: 500px;
        width: 100%;
        /*background-color: #000;*/
    }
}

@media all and (min-width: 992px) {
    .video-container-md>iframe {
        min-height: 500px;
        width: 100%;
        /*background-color: #000;*/
    }
}


@media (min-width: 992px) {
    .featured-clients__quote-wrapper {
        padding: 80px 40px 60px;
    }
}

@media (min-width: 768px) {
    .featured-clients__quote {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .featured-clients__logos {
        margin: 40px 0;
        padding: 0 80px;
    }
}



@media all and (min-width:992px) {
    .nav>li>a {
        /*padding: 10px;*/
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse,
    .navbar-fixed-top .navbar-collapse {
        height: auto !important;
    }
}
@media all and (max-width:575px) {
    .productContent__container .content-tile,
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card	{
        -webkit-flex: 0 1 95%;
        -ms-flex: 0 1 95%;
        flex: 0 1 95%;
    }
	.card-plain .card-title,
    .content_tiles .card:not(.event-tile) .card-title {
        min-height:4em;
    }
}
@media all and (min-width:576px) {
    .productContent__container .content-tile,
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card	{
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }
	.card-plain .card-title,
    .content_tiles .card:not(.event-tile) .card-title {
        min-height:4em;
    }
}

@media (max-width:991px) {
    .navbar-collapse {
        min-height: 85vh;
        margin: 0;
        }  
}


@media all and (max-width:991px){
    .big-dropdown-menu {
        padding: 0px;
    }
}

@media (min-width: 1200px) {
    .big-dropdown-menu {
        width: auto;
        min-width:33%;
    }
    li.vdivide-b {
        left: 0px;
    }
}
.cyp a [disabled="disabled"] {
    /*pointer-events: none;*/
    /* this is enough for non-IE browsers */
    color: #999;
    /* IE */
}


/* IE - disable hover effects */


@media all and (max-width:992px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 5px;
    }
}
@media all and (min-width: 992px) {
    ul.half-height {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
    ul.half-height li {
        display: block;
    }
    ul.half-height li a {
        display:inline-block;   
    }
}
@media all and (min-width:1240px) {
    .logo-container::after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        top: 0px;
        right: 0px;
    }
}


@media screen and (max-width:1240px) {
    .tagline-container {
        display: none;
        position: relative;
    }
}

@media all and (min-width: 992px) {
    .h_logo {
        width: 200px;
        height: 40px;
    }
}

.h_logo path {
    fill: #fff;
}

.logo__text {
    font-family: 'Swift Regular Italic';
    font-size: 1.475rem;
    color: #FFF;
    margin-left: 23px;
}

@media screen and (min-width: 1200px) {
    .logo__text {
        font-size: 1.875rem;
    }
}


@media all and (min-width:992px) {
    .searchBox {
        margin-top:20px;
    }
}

.searchBox.active {
    width: 20%;
}

@media all and (min-width: 992px) {
    .searchBox::before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        top: 0px;
        left: -5px;
        height: 45px;
    }
}

@media all and (max-width:992px) {
    .searchBox {
        width: 100%;
        float: left;
    }
    .searchBox.active {
        width: 100%;
    }
}


@media (max-width: 768px) {
    footer .AT_footer ul.list-inline li {
        padding: 5px;
        display: block;
    }
}


@media (max-width:768px) {
    footer.AT_footer .social-networks {
        text-align: center;
    }
}
@media (min-width:76ppx) {
    footer.AT_footer .social-networks {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    footer.AT_footer {
        text-align: center;
    }
}


@media all and (max-width: 767px) {
    .download__container {
        flex-direction:column;        
    }
    .download_content__wrapper {
        padding: 60px 0;
    }
    .download_image__container { 
        padding-bottom:2rem;
    }   
}

.download_content__container {
    position: relative;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;

}
@media all and (min-width:768px) {
    .download_content__container {
        margin: 2rem;
        width: 80%;    
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;      
    }
    .download_image__container {        
        margin: 2rem;
        max-width:30%;
        /*add something like this for the smaller screen sizes*/
    } 
    .download_content__wrapper--inner {
        margin: 2% 5%;
    }
}


@media all and (max-width:768px) {
    .hero_text__container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width:768px) {
    .hero_text__container {
        width: 100%;
    }
}

@media all and (max-width:480px) {
    .hero_text__container {
        padding: 0;
        margin: 1rem;
    }
}



@media all and (max-width:480px) {
    .industry__name,
    .product__name {
        font-size: 3em;
        margin: 0;
        text-align: left;
    }
}



@media all and (max-width:768px) {
    div.solution_hero ul li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #fff;
    }
}

@media all and (min-width:768px) {
    .solution_hero ul>li.function::before,
    .solution_hero ul>li.role::before {
        background: #e0e0e0;
        width: 2px;
        content: "";
        position: absolute;
        bottom: 0px;
        top: 0px;
        left: -15px;
    }
}

@media (min-width: 768px) {
    .industry__copy,
    .product__copy {
        padding-left: 60px;
    }
}

@media all and (max-width:480px) {
    .mixedContent__container {
        padding: 30px 15px;
        margin: 0;
    }
}

@media all and (max-width:480px) {
    .productContent__container,
    .homeContent__container {
        padding: 0;
        margin: 0;
    }
}


@media all and (min-width:786px){
    .productContent__container_head { 
        flex-direction:row; 
        align-items: center;
        font-size: 3.1rem;
    }
    .productContent__title::after {
    background: #000;
    width: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0px;
    right: -20px;
    min-height: 50px;
}

.productContent__subtitle {
    display: inline-block;
    font-size: 3.1rem;
    font-family: 'Lato Bold';
    margin-left: 20px;
    padding-left: 20px;
}
}
@media (min-width: 768px) {
    .vdivide-a:after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-height: 70px;
    }
    .vdivide-b:before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        min-height: 70px;
    }
}


@media all and (max-size:768px) {
    .popover,
    .list-hover-content {
        display: none;
    }
}


/* experimental cards from bootstrap 4.0 */
.card-block {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    overflow-y: hidden;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    line-height: 1.35em;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    /*0.25rem*/
    border-bottom-left-radius: 0;
    /*0.25rem*/
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: 0;
    /*calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;*/
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0;
    /*0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);*/
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0077C8;
    border-color: #0077C8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0077C8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0;
    /* calc(0.25rem - 1px);*/
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0;
    /* calc(0.25rem - 1px);*/
    border-top-left-radius: 0;
    /* calc(0.25rem - 1px);*/
    flex-shrink: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    /* calc(0.25rem - 1px);*/
    border-bottom-left-radius: 0;
}



.card-deck .card {
    margin-right: 1%;
    margin-bottom: 3em;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    /*0.25rem*/
}


.card-block {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    overflow-y: hidden;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    line-height: 1.35em;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}




@media all and (min-width: 576px) {

    
    .homeFeature .card-deck {
        justify-content: center;
    }
}


@media all and (max-width:575px) {
    .productContent__container .content-tile,
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card	{
        -webkit-flex: 0 1 95%;
        -ms-flex: 0 1 95%;
        flex: 0 1 95%;
    }
	.card-plain .card-title,
    .content_tiles .card:not(.event-tile) .card-title {
        min-height:4em;
    }
}
.blog .event-tile .card-title,
.blog .event-tile .card-text {
    font-size:2.0rem;
}
.blog .event-tile .card-text {
    font-family:"Lato Light";
    line-height:2.4rem;
    padding-top: .8em;
}
.blog .event-tile .card-subtitle {
    font-size:1.5rem;
}
@media all and (min-width:576px) {
    .productContent__container .content-tile,
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card	{
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }
	.card-plain .card-title,
    .content_tiles .card:not(.event-tile) .card-title {
        min-height:4em;
    }
}
@media all and (min-width:1200px) {
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card	{
        -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
		max-width: 24%;
    }
    .productContent__container .content-tile {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
	.card-plain .card-footer,
.productContent__container .content-tile .card-footer {
    border-top: none;
    text-align:center;
    background-color: #fff;
    color:#666;
    padding-bottom:3em;
}
}

@media all and (min-width:586px) {    
    .gallery_wrapper .info-content {
        margin: 0;
	}
}
@media all and (min-width:586px) {    
    .blog.info-content {
        margin: 0;
	}
}


@media all and (max-width:1024px) {
    .card-plain .svg.card-img-top,
    .productContent__container .content-tile .svg.card-img-top { 
        width:55%; 
    }
}
.events__container .card.event-tile .svg.card-img-top {
    max-height: 143px;
    width:auto;
}

.content-tile .svg.card-img-top {
    max-height: 132px;
    width:auto;
}
.content_tiles .svg.card-img-top.img-responsive,
.event-tile .svg.card-img-top {
    max-height:150px;
}

@media all and (min-width:768px) {
    .content_tiles .svg.card-img-top.img-responsive,
    .event-tile .svg.card-img-top {
    max-height:205px;
    }
}
.gallery ul li {
    border-bottom: 1px solid #666;
    
}
.gallery .nav-tabs > li {
    float: left;
    margin-bottom: 2px;
}
.gallery .nav > li > a {
    padding:0 1em;
    color:#000;
}
.gallery .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 2.42857143;
    border: 0;
    border-radius: 0;
}

.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:hover,
.gallery .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #eee;
    border:0;
}


.event-tile {
    background-color: #fff;
    color: #333333;    
    cursor: pointer;    
}
.event-tile {
-webkit-flex: 0 1 30%;
-ms-flex: 0 1 30%;
flex: 0 1 30%;
}

@media all and (max-width:480px) {
    .event-tile {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (min-width:1024px) { /*IE Only tile image height*/
  .content-tile img {
        max-height:169px;
    }  
   /* .event-tile svg {
        height:205px;
        width: auto;        
    } 
    /*.event-tile img {
        max-height: 132px;
    }*/
}

@supports (-ms-ime-align:auto) {
    .event-tile img {
        height: auto;
        width: 100%;
    }
    
    /*svg.card-svg {        
        max-height: auto;
        width:100%;
    }*/
  }
.blog .event-tile .card-title,
.blog .event-tile .card-text {
    font-size:2.0rem;
}
.blog .event-tile .card-text {
    font-family:"Lato Light";
    line-height:2.4rem;
    padding-top: .8em;
}
.blog .event-tile .card-subtitle {
    font-size:1.5rem;
}
.messaging-tiles .card-deck {
    justify-content: center;
    
}
.messaging-tiles .card-deck .card {    
    margin:0;
    padding:2%;
}
.messaging-tiles.tile1 .card-deck .card {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;      
}
.messaging-tiles.tile2 .card-deck .card {
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
}
.messaging-tiles.tile3 .card-deck .card {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;      
}
.messaging-tiles.tile4 .card-deck .card {
    -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
}

@media all and (min-width:576px) {
    .messaging-tiles .card-deck .card {
        border-right: 1px solid #a6a6a6;
		padding-left:40px;
		padding-right:50px;
		
    }
    .messaging-tiles .card-deck .card:last-child {
        border-right: 0;
    }
    .messaging-tiles.tile1 .card-deck .card {
        flex-direction:row;
        -webkit-flex-direction:row;
        align-items: center;
        justify-content: center;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .messaging-tiles.tile1 .card-deck .card .card-block {
        padding:0 2%;
        width:75%;
    }

}
.messaging-tiles.tile1 .card-deck .card .card-img-top {
    height:auto !important;
    width:50%;
    margin:auto;
}
.messaging-tiles.tile1 .card-deck .card .card-block {
    padding:0 5%;
}

.messaging-tiles.tile2 .card-deck .card .card-img-top,
.messaging-tiles.tile3 .card-deck .card .card-img-top,
.messaging-tiles.tile4 .card-deck .card .card-img-top {
    height:auto !important;
    width:90%;
    margin:auto;
}

@media all and (max-width:576px) {
    .messaging-tiles.tile1 .card-deck .card .card-img-top  {
        height:auto !important;
        width: 40%;
        margin:auto;
    }
}
.messaging-tiles .card-block .lead,
.messaging-tiles .card-block p.lead,
.messaging-tiles .card-block .lead p {
    font-family:"Lato Light";
    padding-top: .8em;
    font-size: 1.8rem;
}
.messaging-tiles .card .card-title {
    padding-top:1em;
}
@media all and (min-width:1024px){
    .messaging-tiles.tile2 .social {
        width:40%;
    }
}
@media all and (min-width:1200px){
    .messaging-tiles.tile1 .social {
        width:15%;
    }
    .messaging-tiles.tile2 .social {
        width:25%;
    }
    .messaging-tiles.tile3 .social {
        width:38%;
    }
    .messaging-tiles.tile4 .social {
        width:50%;
    }
}

@media all and (min-width:576px) {
.vertical-div .card-deck .card {
    border-right: 1px solid #a6a6a6;
    padding: 0 2%;
    margin-right:0;		
}
}
@media all and (max-width:991px) {
    .vertical-div .card-deck .card:last-child,
    .vertical-div .card-deck .card:nth-child(even) {
        border-right: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 2.75rem;
    }
}

@media (max-width:575px) {
    .card-columns .card {
        margin-bottom: 20px;
    }
}

@media all and (max-width:768px) {
    .header-carousel-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width:768px) {
    .header-carousel-inner {
        width: 50%;
    }
}

.carousel-content-label {
    font-size: 2rem;
}

@media all and (min-width:768px) {
    .carousel-content-label {
        text-align: right;
    }
}

.carousel-content-image {
    width: 50%;
}

.carousel-content-copy {
    border-left: 2px solid #fff;
    padding-left: 4rem;
    font-size: 2.5em;
    margin: 1em 0;
}

@media all and (max-width:768px) {
    .carousel-content-copy {
        border: 0;
        padding-left: 0;
        margin: 1em 0;
    }
}


@media all and (min-width:768px){
    .blog-contributors > .container-fluid {
    margin:0 4%;
    }
}
@media all and (max-width: 768px) {
    
    .list_heading .list_filter,
    .list_filter .dropdown-menu
     {
        width:100%;
    }
}

/* Internal Page Hero */

.int-hero {
    background-size: 100% auto;
}

.header-carousel-inner>.product-name {
    font-size: 12em;
    margin: 30px;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    float: left;
}

.int-hero>.product-copy {
    font-size: 12em;
    color: #ffffff;
    font-weight: bold;
    /*display: inline-block;*/
    float: left;
    width:100%;
	
}


















