.light-gray-border{
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.center-bottom {
    position:absolute;
    bottom: 0;
    width:100%;
    text-align:center
}
.center-top{
    position:absolute;
    top: 0;
    height:100%;
    text-align: center;
}
.centered {
    position:absolute;
    width:100%;
    text-align:center
}

.transparency{
    opacity: 0.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* Portal Cards */
.card {
    margin: 10% 0;
    padding: 0 0;
}

.card-bg {
    background: white;
    height: 80%;   
    border-radius: 15px;
    overflow: hidden;
}

.card-ico-circle, .card-content {
    /*color: #BABABA;*/
    color: #2A3294;
    transition: color .8s ease;
}

.card-ico-circle {
    font-size: 140px;
    padding-top: 14px;
}

.card-ico-main {
    color: white;
    opacity: 1;

    transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
}

/*.card-ico-main:hover {
    opacity: .6;
}*/

.card-title-home {
    font-size: 20px;
    margin: 6px 0 30px;
    /*color: #6C6C6C;*/
    color: #2A3294;
    transition: color .8s ease;
}

.card-content {
    margin-bottom: 20px;
    padding: 0 10px;
}

.card-content.card-list {
    padding: 0 15%;
    list-style-type: '- ';
    text-align: left;
}

.card-bg.hover-active:hover *:not(.card-ico-main):not(.btn) {
    /*color: #2A3294;*/
    color: #097ead;
    transition: color .8s ease;
}

/* Portal Card Alt Dark */
.card-bg.alt-dark {
    background: rgba(255,255,255,.2);
}

.card-bg.alt-dark .card-ico-circle, 
.card-bg.alt-dark .card-content, 
.card-bg.alt-dark .card-title-home {
    color: white;
}

.card-bg.alt-dark .card-ico-main {
    color: #666;
}

.card-bg.alt-dark:hover *:not(.card-ico-main):not(.btn) {
    color: #66ccff;
}


/* Portal Card Alt Small */
.card-bg.alt-small {
    border-radius: 0;
    height: 75%;
    overflow: visible;
    /*min-width: 280px;*/
    max-width: 390px;
    /*margin-bottom: 25px;*/
    margin-bottom: 3%;
}

.card-bg.alt-small .card-ico-circ-border {
    font-size: 105px;
    color: white;
    position: absolute;
    top: 27px;
    left: 22%;
}

.card-bg.alt-small .card-ico-circle {
    font-size: 85px;
    top: 21px;
    color: #184f74;
}

.card-bg.alt-small .card-ico-main {
    font-size: 37px;
    top: -2px;
}

.card-bg.alt-small div.card-content {
    position: absolute;
    top: 18%;
    width: 100%;
}

.card-bg.alt-small .card-title-home {
    color: #184f74;
    margin-bottom: 8px;
}

.card-bg.alt-small p {
    color: #184f74;
}

.card-bg.alt-small span {
    top: -87px;
}

@media (min-width: 200px) and (max-width: 750px) {
    .card-bg.alt-small {
        margin-bottom: 20%;
    }

    .card-bg.alt-small { height: 92%; }
}

@media (min-width: 751px) and (max-width: 1250px) {
    .card-bg.alt-small { margin-bottom: 100%; }
}

@media (min-width: 1251px) and (max-width: 1690px) {
    .card-bg.alt-small { margin-bottom: 16%;}
}


/* Portal Card Alt Trans White */
.card-bg.alt-trans-white {
    /*background-color: rgba(255,255,255,.7);*/
    background-color: rgba(0,0,0,.5);
    border-radius: 0;
}

.card-bg.alt-trans-white .card-title-home {
    /*text-shadow: 0 0 8px white;*/
    color: white;
}

.card-bg.alt-trans-white .card-ico-circle {
    font-size: 123px;
    top: 7px;
    color: rgba(255,255,255,.8);
}

.card-bg.alt-trans-white .card-ico-main {
    font-size: 60px;
    color: #2864b7;
}

.card-bg.alt-trans-white:hover .card-ico-circle {
    color: rgba(255,255,255,.8);
}

.card-bg.alt-trans-white:hover .card-title-home {
    color: white;
}



/* Alt Trans Img */
.card-bg.alt-trans-img {
    background: rgba(255,255,255,.2);
}

.card-bg.alt-trans-img .card-title-home {
    font-weight: normal;
    color: white;
}

.card-bg.alt-trans-img .card-ico-circle {
    color: rgba(0,0,0,.5);
}

.card-bg.alt-trans-img .card-ico-main {
    color: rgba(255,255,255,1);
    font-size: 56px;
}

.card-bg.alt-trans-img:hover .card-title-home {
    color: white;
}

.card-bg.alt-trans-img:hover .card-ico-circle {
    color: rgba(0,0,0,.5);
}

.alt-tran-img-btn {
    border: 1px solid #ccc;
    color: white;
    height: 40px;
    padding-top: 6px;
}

.alt-tran-img-btn:hover {
    border-color: rgba(0,0,0,.7);
    background-color: rgba(0,0,0,.7);
    color: white;
}

/*simple color stripe cards*/
.simp-color-card {
    background-color: white;
    padding: 15px;
    border-top: solid 8px;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.simp-color-card.blue
,.simp-color-card.blue ul li {
    border-color: #333399;
}

.simp-color-card.blue.alt
,.simp-color-card.blue.alt ul li {
    border-color: #006666;
}

.simp-color-card.green
,.simp-color-card.green ul li {
    border-color: #339933;
}

.simp-color-card.green.alt
,.simp-color-card.green.alt ul li {
    border-color: #006600;
}

.simp-color-card.red
,.simp-color-card.red ul li {
    border-color: #993333;
}

.simp-color-card.purple
, .simp-color-card.purple ul li {
    border-color: #660066;
}

.simp-color-card h3 {
    margin-bottom: 5px;
}

.simp-color-card ul li {
    display: inline-block;
    width: 45%;
    margin-bottom: 15px;
    border-left: 2px solid;
    padding-left: 5px;
    vertical-align: middle;
}

@media (max-width: 1025px) {
    .simp-color-card ul li {
        width: 100%;
    }
}


.btn-primary{
    background-color: #0075b2!important;
}




/* 
 * this class causes the columns within the row to always be the same height
 * which when combined with a percentage background we can use to make all
 * divs contained in the column to be the same height, regardless of the content within
 * see the card-bg class above for an example.
 */
.row-eq-height { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/* service block classes */
.service-blocks-wrapper .service-blocks-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;

    -webkit-transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, transform 1s linear .8s;

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
    opacity: 1;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition:opacity .8s ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s,-webkit-transform 10s linear 0s;
}

.imageBlock1 {
    /*transition: all .8s ease;
    transition-property: all;
    -webkit-transition: all .8s ease;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: initial; */
    background-image: url(images/services_small_business_bg.jpg);
    

    /*-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);*/
}

.imageBlock2 {
  background-image: url(images/services_enterprise_bg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
}

.imageBlock3 {
  background-image: url(images/services_ecommerce_bg.JPG);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
}

.imageBlock4 {
  background-image: url(images/services_web_portals_bg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
}

.imageBlock5 {
  background-image: url(images/services_elearning_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.imageBlock6 {
  background-image: url(images/services_content_doc_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.imageBlock7 {
  background-image: url(images/services_business_mgmt_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.imageBlock8 {
    background-image: url(images/services_communication_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.bg-change1{
    background-image: url("images/services_small_business_icon.jpg");
    
}

.bg-change2{
    background-image: url("images/services_enterprise_icon.jpg");
}

.bg-change3{
    background-image: url("images/services_ecommerce_icon.JPG");
}

.bg-change4{
    background-image: url("images/services_web_portals_icon.jpg");
}

.bg-change5{
    background-image: url("images/services_elearning_icon.jpg");
}

.bg-change6{
    background-image: url("images/services_content_doc_icon.jpg");
}

.bg-change7{
    background-image: url("images/services_business_mgmt_icon.jpg");
}

.bg-change8{
    background-image: url("images/services_communication_icon.jpg");
}


.service-blocks-wrapper{
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-color: gray;
    width: 100%;
    height: 100%;
    overflow:hidden;

}

.service-block-content{
    overflow:hidden;
    z-index: 3;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    opacity: 1.0;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
    transition: all .8s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


.service-block-image{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 1;*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow:hidden;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-title{
    /*z-index:2;*/
    text-shadow: 0 0 8px black;
    position: relative;
    opacity: 1;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title.no-icon {
    padding-top: 15rem;
}

.faded-service-title {
    opacity: .4;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title h2{
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:400;
	/* color:#414141; */
	margin: 0 0 25px 0;
	line-height:1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    margin: 0 0 32px 0;
   color: white;
   text-transform: capitalize;
}

.service-block-icon{
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: white;
   margin-bottom: 1.5rem;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;
}

.service-block-blurb{
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: #000;
   color: white;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;

}
/* end service block classes */

.blog-item-small-content p {
    font-size: 13px;
}

.blog-subsection {
    background-color: #0D0D0D;
    border: 2px solid black;
    padding-top: 15px;
    margin-bottom: auto;
    /*border-radius: 0 15px 50px;*/
}

/* Marquee Card classes */
.marquee-card {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-enable .marquee-card-header {
    margin-top: 120px;
    transition: margin-top .8s ease;
}

.marquee-card-header, .marquee-card-content{ 
    color: white;
    text-shadow: 0 0 8px black;
}

.marquee-card-header {
    margin-top: 50px;
}

.card-enable.marquee-card:hover .marquee-card-header {
    margin-top: 50px;
    transition: margin-top .8s ease;
}

.card-enable .marquee-card-content {
    color: white;
    text-shadow: 0 0 4px black;
    opacity: 0;
    transition: opacity .8s ease;
    font-size:25px;
}

/* 
 * only enable animations if the div also has the class "card-enable"
 * if the user is using a small device/browser, remove this class with js
 * to easily disable animations
 */
.card-enable.marquee-card:hover .marquee-card-content {
    opacity: 1;
    transition: opacity .8s ease;
}

/* end Marquee Card classes */


/* override from original theme to remove border */
#header.transparent{
    border-bottom:0px;
}

/* override from original theme to fix logo */
#header.header-md #topNav a.logo>img {
    height:29px;
    margin-top: 19px;
    
}


#footer h3.site-map-header {
    margin-bottom: .5rem;
}

.site-map-list {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
}

.site-map-list li {
    border-bottom: 1px #3D3D3D solid;
    margin-bottom:10px;
    padding-bottom: 5px;
    font-size: 12px;
}

/* Use to set portal boxes to be the same height regardless of content. Without these the boxes will only be as large as they need for the content within */
.box-container {
    height: 100%;
}

.box-size-set {
    height: 100%;
}



.case-study-container {
    background-color: #DFDFDF;
    margin: 20px 0;
    border-radius: 15px 0;
    /*box-shadow: none;
    transition: box-shadow .8s ease;*/

    transition: all .8s ease;

    box-shadow: none;
}

.case-study-container:hover {
    /*box-shadow: 0 0 20px #2A3294;
    transition: box-shadow .8s ease;*/

    /*border-radius: 20px;
    transition: border-radius 1.5s ease;*/

    box-shadow: 11px 11px 15px -6px black;
    transition: box-shadow 1.2s ease-in-out;
}

a .case-study-title {
    /*color: white;*/
    margin: 10px 0 5px;
}

a:hover .case-study-title {
    color: gray;
}

.case-study-thumbnail {
    box-shadow: 11px 11px 15px -6px black;
    border-radius: 5px;
}

/*
.case-study-container * p {
    color: white;
}*/

.field-missing {
    box-shadow: 0 0 8px red;
}

.req-indicator {
    color: red;
    display: inline !important;
}

/* Industries Main Page styles */

.ind-img-col {
    padding: 0 3px;
    height: 250px;

    width: 20%;
}

.ind-img-row {
    padding: 0 100px;
}

.ind-img-card {
    height: 80%;
    background-size: cover;
    background-position: center;
    background-color: white;
    border: none;
}

.ind-img-title-bg {
    background-color: black;
    opacity: .75;
    height: 25%;
    overflow: hidden;
    top: 75%;
    position: relative;

    transition: all .6s ease;
}

.card.ind-img-card {
    height: 95%;
}

.ind-img-card:hover .ind-img-title-bg {
    height: 100%;
    top: 0;
    transition: all .8s ease-in-out;
}

.ind-img-title {
    top: 18%;
    position:relative;
    transition: top .6s ease;
}

.ind-img-title a {
    color: white;
    opacity: 0;
    transition: opacity .6s ease;
}

.ind-img-card:hover .ind-img-title a {
    opacity: 1;
    transition: opacity .8s ease-in-out;
}

.ind-img-card:hover .ind-img-title {
    top:40%;
    transition: top .8s ease-in-out;
}

.ind-img-title h4 {
    color: white;
    font-size: 14px;
}

.ind-img-btn {
    border: 1px solid #ccc;
    color: white;
}

.ind-img-btn:hover {
    border-color: #0275d8;
    background-color: #0275d8;
}

#autoCol { margin-left: 20%; }

@media (min-width: 1200px) and (max-width: 1349px) {
    .ind-img-row { padding: 0 80px;}
}

@media (min-width: 726px) and (max-width: 1199px) {
    .ind-img-row {
        padding: 0 15px;
    }

    .ind-img-col {
        width: 33%;
    }

    .ind-img-title-bg {
        top: 50%;
        height: 50%;
    }

    .ind-img-title {
        height: 75%;
    }

    .ind-img-card:hover .ind-img-title-bg {
        top: 50%;
        height: 50%;
    }

    .ind-img-card:hover .ind-img-title {
        top: 18%;
    }

    .ind-img-title a {
        opacity: 1.0;
    }

    .ind-img-title a.ind-img-btn {
        position: absolute;
        bottom: 0;
        left: 32%;
    }

    #autoCol { margin-left: 0; }
}

@media (min-width: 200px) and (max-width: 725px) {
    .ind-img-row {
        padding: 0 15px;
    }

    .ind-img-col {
        width: 100%;
    }

    .ind-img-title-bg {
        top: 50%;
        height: 50%;
        opacity: .77;
    }

    /*.ind-img-title {
        height: 75%;
    }*/

    .ind-img-card:hover .ind-img-title-bg {
        top: 50%;
        height: 50%;
    }

    .ind-img-card:hover .ind-img-title {
        top: 18%;
    }

    .ind-img-title a {
        opacity: 1.0;
    }

    /*.ind-img-title a.ind-img-btn {
        position: absolute;
        bottom: 0;
        left: 21%;
    }*/

    #autoCol { margin-left: 0; }
}

/* / Industries Main Page Styles */



#slider h3 {
    line-height: 38px;
}


.info-sec {
    padding: 10px 15px;
    border: solid 1px #5bc0de;
    color: #5bc0de;
    border-radius: 2px;
    height: 100%;
    font-size: 20px;
}

#securitySec {
    height: 500px;
    background-image: url('demo_files/images/securityLogo.jpg');
}

.sec-col {
    margin:0 10px 15px;
    width: 18%;
}

/*.sec-col:last-child {
    padding:0 15px;
}*/

@media (min-width: 200px) and (max-width: 750px) {
    #securitySec { height: 1100px; }
    .sec-col { margin-bottom: 15px !important; width:100%; }
}

@media (min-width: 751px) and (max-width: 1580px) {
    #securitySec { height: 582px; }
    .sec-col { width: 30%; }
}

/*@media (min-width: 1200px) and (max-width: 1565px) {
    #securitySec { height: 547px; }
    .sec-col { width: 31%; }
}*/


.horizontal-list {
    /*list-style-type: none;*/
    padding-left: 138px;
}

.horizontal-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    font-size: 24px;
}

@media (min-width: 200px) and (max-width: 700px) {
    .horizontal-list {
        padding-left: 10%;
    }

    .horizontal-list li {
        width: 90%;
    }
}


.news-item-row {
    border-bottom: 2px solid gray;
    padding-bottom: 25px;
    margin-top: 25px;
}

.news-item-row:first {
    margin-top: 0;
}

.news-item-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#portals {
    /*background-position-y:-425px;*/
    background-position-y: 90%
}

.news-col {
    padding-left: 0;
}

@media (min-width: 200px) and (max-width: 650px) {
    .news-col {
        padding-left: 15px;
    }
}


.plug-img {
    width: 18%;
    height: auto;
    margin-top: 15px;
}

.wrde-plug {
    width: 27%;
    height: auto;
    margin-top: 15px;
}

.nbc-plug {
    width: 5%;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
    padding-bottom: 3px;
}

@media (min-width: 200px) and (max-width: 750px) {
    .plug-img { width: 50%; }
    .wrde-plug { width: 42%; }
    .nbc-plug { width: 9%; }
}


.comm-icon {
    border: solid 1px white;
    padding: 9px;
    height: 60%;
}

.comm-icon h2 {
    color: white;
}

.comm-icon i.fa {
    color: black;
    background-color: white;
}

@media (min-width: 200px) and (max-width: 750px) {
    .comm-icon {
        /*height: 32%;*/
        margin: 15px 0;
    }
}



@media (min-width: 200px) and (max-width: 750px) {
    .small-mb-mobile { margin-bottom: 15px !important; }
}


#slider .slider-video video {
    position: absolute;
    top: -80px !important;
}


#sendQuoteProg { display:none; }
#sendQuoteProg.showProg { display:block; }

.job-offer:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

#securitySec h1 { margin-top:-68px; }

.learn-link{
    color:#004a71;
    text-decoration: underline solid 1px;
}

.white-link{
    color:white !important;
}





















