﻿/* CSS Document */

/* general styles  */

body{
  font-family:'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color:#252525;
}
mt-2{
  margin-top: 10px;
}
h1, h2, h3, h4, h5{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  margin:30px 0 20px 0;
}
h1{
  margin:20px 0;
}
.pagecontent{
  min-height:400px;
}

.header-middle{
  display:block;
}

h1{
  color:#293881;
}
h2{
  color:#464646;
}
a.btn{
  font-family:'Open Sans', sans-serif;
  font-weight:600;
}
a.btn{
  text-transform:uppercase;
}
a.btn-default {
  background: #f5ad03;
  border-top:solid 0px #181817;
  border-bottom:solid 5px #181817;
  border-right:solid 0px #181817;
  border-left:solid 0px #181817;
  color: #fff;
}
a.btn-default:hover, .btn-default:focus{
  background:#181817;
  border-top:solid 0px #181817;
  border-bottom:solid 5px #181817;
  border-right:solid 0px #181817;
  border-left:solid 0px #181817;
  color:#fff;
}
a.btn-primary{
 background: #000;
  border-top:solid 0px #15100b;
  border-bottom:solid 5px #15100b;
  border-right:solid 0px #15100b;
  border-left:solid 0px #15100b;
  color: #fff;
}
a.btn-primary:hover, a.btn-primary:focus{
  background:#000;
  border-top:solid 0px #15100b;
  border-bottom:solid 5px #15100b;
  border-right:solid 0px #15100b;
  border-left:solid 0px #15100b;
  color:#fff;
}
.header-bottom{
  background:#06222e;
}
nav .navbar-toggle .icon-bar {
    background-color: #333333;
}
.default{
  padding-top: 100px;
}
@media(max-width:990px){
  .default{
  padding-top: 70px;
}
}

      
.our-team-section {
    position: relative;
    background-color: #4fa05324;
    padding-bottom: 40px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
    margin-bottom: 20px;
}
.our-team:hover{
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic{
    display: inline-block;
    width: 200px;
    height: 200px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00325a;
    position: absolute;
    bottom: 145%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #06222e; 
 }
.our-team .pic:after {
    content: "";
    width:180px;
    height: 180px;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 10px;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #71a94ae3;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 10px; }
.our-team .title{
    font-size: 18px;
    font-weight: 700;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #4e5052;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}



nav .navbar-nav > li > a {
  font-size: 16px;
  line-height:12px;
  padding: 31px 15px;
  color:#fff;
  text-transform: none;
}
nav .navbar-nav > li a:hover, nav .navbar-nav > li a:active, nav .navbar-nav > li a:focus, nav .nav .open > a, nav .nav .open > a:hover, nav .nav .open > a:focus{
  background:#06222e;
  color:white;
}

nav .navbar-header .logo {
    width:200px;
    max-height:77px;
}
@media(min-width:768px){
  
  nav .navbar-header .logo {
      width:180px;

  }
}
@media(min-width:992px){
  
  nav .navbar-nav > li > a {
    font-size: 16px;
    line-height:14px;
    padding: 31px 21px;
    color:white;
  }
  
  nav .navbar-header .logo {
    width:auto;
  height:auto;
  }
}
@media(min-width:1200px){
  nav .navbar-nav > li > a {
    padding: 42px 10px;
  }
}

@media(min-width:768px) {
  nav .navbar-nav {
    float:right;
  }
}


  #prices span{
  font-size:30px;
  color:#FFF;
}

#prices h3{
  color:#FFF;
}

#prices .features li{
  padding:10px;
}

#prices .btn.btn-default{
  margin:20px 0px;
}

#prices .features-border li{
  border-top:1px solid #c7c7c7;
  padding: 10px 0px;
}

#prices .features-border li:last-child{
  border-bottom:1px solid #c7c7c7;
}



.prices-box{
  margin:50px 0px;
}

.top-content{
  background-color:#1c576f;
  padding:20px;
}

.bottom-content{
  background-color:#f6f6f6;
  padding:60px;
}

.big-price span{
  color: #333;
  font-size:40px;
}



/* end general styles */


.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    min-height: 100vh;
    background: #eeeeee;
}

.card {
    background: #01445e;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 320px;
    height: 300px;
    margin: 30px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 3px 0 #fff,
            inset 0 -10px 0 rgba(255, 255, 255, 0.24),
            0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
     
}

.card::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -40%;
    padding: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}

.card .icon {
    position: relative;
    width: 140px;
    height: 80px;
    background: #eeeeee;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1),
            inset 0 -8px 0 #fff;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 40px;
    background: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 5px #1a9d92;
}

.card .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 40px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -15px -15px 0 5px #1a9d92;
}

.card .icon ion-icon {
    color: #fff;
    position: relative;
    font-size: 6em;
    z-index: 1000;
    --ionicon-stroke-width: 24px;
}


.card .content {
    position: absolute;
    width: 100%;
    padding: 30px;
    padding-top:80px;
    text-align: center;
}

.card .content h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.card .content p {
    color: #fff;
    line-height: 1.5em;
}

.btn5 {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}
  .btn5 span {         
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
.btn-2::before {
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: #01445e;
  transition: 0.2s;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}  
.btn-2 span:hover {
  color: #fff;
  background: #01445e;
  transition: 0.2s 0.1s;
}
.btn.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}

.container-timeline {
  position: relative;
}

.container-timeline ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
  counter-reset: wa-process-counter;
}

.container-timeline ul li {
  list-style: none;
  margin: 0;
  border-left: 1px solid green;
  padding: 0 0 10px 40px;
  position: relative;
  counter-increment: wa-process-counter;
  
}

.container-timeline ul li:last-child {
  border: 0;
}

.container-timeline ul li::before {
  position: absolute;
  left: -21px;
  top: 0;
  content: counter(wa-process-counter);
  border: 1px solid #01445e;
  border-radius: 5px;
  background: white;
  height: 41px;
  width: 51px;
  text-align: center;
  line-height: 41px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .container-timeline ul {
    display: flex;
    padding-left: 0;
    padding-top: 50px;
  }

  .container-timeline ul li {
    flex: 1 1 0;
    border-left: 0;
    border-top: 1px solid #01445e;
    padding: 25px 1em 0 0;
  }

  .container-timeline ul li::before {
    left: 0;
    top: -21px;
  }
}


.wrapper {
  text-align: center;
  grid-column: 1 / 7;
  grid-row: 2/ 4;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

#timer,
.desc{
  padding: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 150px;
  justify-items: center;
  align-items: center;
  grid-gap: 2em;
}
@media(max-width :900px){
  .wrapper{
    display: none;
  }
}

#timer span {
  font-size: 24px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

#timer span:nth-child(1) {
  background: #296177;
}

#timer span:nth-child(2) {
  background: #296177;
}

#timer span:nth-child(3) {
  background: #296177;
}

#timer span:nth-child(4) {
  background: #296177b3;
}

.fade {
  animation: turn 0.7s ease forwards;
}

@keyframes turn {
  0% {
    transform: rotateY(0) scaleY(1.1);
    opacity: .5;
  }
  50% {
    transform: rotateY(180deg) scaleY(1.3);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}


/* navigation */

.header-bottom{
  width:100%;
  display:block;
  margin:0;
 position: fixed;
  z-index:999;
  top:0;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,.5);
}
nav.navbar{
  border:0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
  margin:0;
}
nav .navbar-brand{
  padding:0;
}
.header-bottom.affix{
  position:fixed;
  top:0;
  z-index:999;
}
.header-bottom.affix-bottom { 
  position:absolute;
  z-index:999; 
}

nav .navbar-header{
  display:block;
}
nav .navbar-header .logo {
  display: block;
  margin-top: 10px;
}

nav .navbar-nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    line-height:12px;
    padding: 10px 12px;
}

nav .navbar-toggle {
    border-color: #fff;
}
nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
nav .navbar-nav > li.btn-nav > a {
    display:none;
}
@media(min-width:768px){
  
  nav .navbar-nav .open .dropdown-menu li a {
    color: #252525;
    font-size:14px;
    line-height: 1.42857;
    padding: 3px 20px;

  }
  
  .container{
    width:100%;
  }
  
}
@media(min-width:992px){
  

  nav .navbar-nav{
    float:right;
    margin-right: -90px;
  }
  .container{
    width:970px;
  }

}
@media(min-width:1200px){
  nav .navbar-nav > li.btn-nav > a {
    margin:35px 0;
  }

  .container{
    width:1170px;
  }
}

/* end navigation */


/* home-cta-5 */

.home-cta-5{
  text-align:center;  
}
.home-cta-5 h1{
  margin:15vh 0 0 0;  
  color:#fff; 
  font-size:68px;
  line-height:74px;
  text-shadow: 0 0 19.4px #000000;
}
.home-cta-5 h1 img{
  max-height:40vh;
}
.home-cta-5 h2{
  font-size:42px;
  line-height:50px;
  color:#ebebeb;

}
.home-cta-5 h3{
  color:#8abc00;
  margin:30px 0;
  font-size:30px;
text-transform: uppercase;font-weight:700;
margin-top: -7px;
}
.home-cta-more{
  display:none;
}
.home-cta-5 h3 span{
  color:#fff;  
  white-space:nowrap;
}


.header-top{
  background: #fff url(images/header.jpg) center top no-repeat  ;
  background-size:cover;
}

.header-top{
  display:block;  
}
@media(min-width:768px){
  .home-cta-5{
    height:768px;
    height: 93vh;
  }
  
  .home-cta-more{
    display:block;
    
  }
  .home-cta-5 .home-cta-more a{
    color:#fff;
    opacity:.7;
    margin:10px 0;
    display:inline-block;
  }
  .home-cta-5 .home-cta-more a:hover{
    opacity:1;
  }
  .home-cta-5 .home-cta-more .fa{
    font-size:4em;  
  margin:20px;
  color:#fff;
  }

}
@media(min-width:992px){
  .row-cta-btn-group{
    padding-left:20px;
    padding-right:20px;
  }
  .home-cta-5 .btn-lg {
    border-radius: 10px;
    font-size: 24px;
    font-weight:700;
    line-height: 1.33333;
    padding: 18px 10px;
  }

  

}
@media(min-width:1200px){
    

}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}

.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.youtube:hover
{
  background-color:red
}
.social-icons a.instagram:hover
{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;

}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(4, 62, 108, 0.8) url(../1002998/images/cd-top-arrow.html) no-repeat center 50%;
  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;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* end home-cta-5 */

/* subpage cta */

#aside-cta{
  padding-top:105px;
  background: #fff url(images/header.png) center top no-repeat  ;
  background-size:cover;
}
.headertext{
  margin:0;
  padding:0;
  text-align:right;
  color:#000;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
}


/* home-content-1 */
.home-content-1{
  padding:40px 0;
  text-align:center;
}
.home-content-1 h1{
  margin-top:0;
}
/* end home-content */


/* speakerrotator */

#speakerrotator{
 
  color:#1b1c4a;
  padding:40px 0 0 0;
}
#speakerrotator h1{
  margin:0 0 20px 0;color:#1b1c4a;
}
#speakerrotator p{
  margin:20px 0;
}
#speakerrotator .carousel {
    min-height: 290px;
}
#speakerrotator .btn {
    display: inline-block;
}
.speaker{
  min-height:290px;
}
.speaker img {
    background-color: #fff;
    border: 2px solid #fff !important;
    -webkit-border-radius: 10px;
  border-radius: 80px;
    min-width: 160px;
  max-width:160px;
  padding:2px;
}
.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li {
    background-color: rgba(148, 148, 148, 0);
    border: 1px solid #fff;

}





#speakerrotator .btn-default {
 background: #e31566;
  border-top:solid 0px #15100b;
  border-bottom:solid 5px #15100b;
  border-right:solid 0px #15100b;
  border-left:solid 0px #15100b;
  color: #fff;
}
#speakerrotator .btn-default:hover, #speakerrotator .btn-default:focus{
  background:#15100b;
  border-top:solid 0px #15100b;
  border-bottom:solid 5px #15100b;
  border-right:solid 0px #15100b;
  border-left:solid 0px #15100b;
  color:#fff;
}

/* footer */

footer.pagefooter{
  background:#e0dcda;
  border-top:5px solid #ccc;
  color:#fff;  
  margin-top:0px;
}
#ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
  width:100%;  
  text-align:center;
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footer-copyright{
  margin:20px 0;
}
footer.pagefooter .fa{
  vertical-align: middle;
}
footer.pagefooter h4{
  margin-top:0;
  color:#fff;
	text-align: center;
}

footer #footernav ul#navigation {

    text-align: center;
}
footer.pagefooter .btn-defense-iq{
  background:#658362;
  color:#fff;
  border-color:#658362;
  text-decoration:none;
}
.btn-defense-iq:hover, .btn-defense-iq:focus, .btn-defense-iq:active{
  background:#658362;
  color:#fff;
  border-color:#658362;
}
@media(min-width:768px){
  
}
@media(min-width:992px){
  footer #footernav ul#navigation {

    text-align: right;
  }
  #ctl00_footer_left, #ctl00_footer_center, #ctl00_footer_right{
    float: left;
  }
  #ctl00_footer_left{
    width:30%;  
    text-align:left;
  }
  #ctl00_footer_center{
    width:34%;
    text-align:left;
  }
  #ctl00_footer_right{
    width:40%;
    text-align:right;
  }
}
/* end footer */

.home-content-1 .btn.btn-lg.btn-primary {
  background-color: #000;
  color: #fff;
}


.home-content-1 .btn.btn-lg.btn-primary:hover, .btn.btn-lg.btn-primary:focus{
  background:#000;
  border-color:#fff;
  color:#fff;
}


#speakerrotator {
  background: #bfcbe0;
  padding: 40px 0 0;margin-bottom: 5px;
}

.home-content-3 {
  background: #000 url("../1002968/images/section3_bg.jpg") no-repeat scroll center top / cover ;
  margin: 0;
  padding: 40px 0;margin-bottom: 5px;
}
.home-content-3 h1{
color: #fff;
font-size: 32px;
}

.home-content-3 p{
color: #fff;
}
.home-content-3 .media .fa {
  color: #fff;
}


.home-content-3 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;margin-top: 25px;
}


.home-content-3 .btn.btn-lg.btn-primary:hover, .btn.btn-lg.btn-primary:focus{
  background:#000;
  border-color:#fff;
  color:#fff;
}



.home-content-4 {
  background: #fff ;
  margin: 0;
  padding: 40px 0;margin-bottom: 5px;
}


.home-content-4 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;margin-top: 5px;
}


.home-content-4 .btn.btn-lg.btn-primary:hover, .btn.btn-lg.btn-primary:focus{
  background:#000;
  border-color:#fff;
  color:#fff;
}


.home-content-5 {
  background: #000 url("images/section2_bg.jpg") no-repeat scroll center top / cover ;
  margin: 0;
  padding: 40px 0;margin-bottom: 5px;
}
.home-content-5 h1{
color: #fff;
font-size: 32px;
}

.home-content-5 p {
  color: #fff;
  font-size: 20px;
  font-size: 600;
}
.home-content-5 .media .fa {
  color: #fff;
}


.home-content-5 .btn.btn-lg.btn-primary {
  background-color: #000;
  color: #fff;margin-top: 5px;
}


.home-content-5 .btn.btn-lg.btn-primary:hover, .home-content-5 .btn.btn-lg.btn-primary:focus{
  background:#000;
  border-color:#fff;
  color:#fff;
}
.home-content-5 h3{
color:#fff;
}

.home-content-7 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

.home-content-7 .btn.btn-lg.btn-primary {
  background-color: #75ba43;
  color: #000;margin-top: 5px;
}


.home-content-7 .btn.btn-lg.btn-primary:hover, .home-content-7 .btn.btn-lg.btn-primary:focus{
  background:#000;
  border-color:#fff;
  color:#fff;
}

footer.pagefooter .btn-defense-iq {
  background: #658362 none repeat scroll 0 0;
  border-color: #658362;
  color: #fff;
  text-decoration: none;
}


#Sponsors .description {
  float: right;
  width: 100%;
}

#MediaCenter .description {
  float: right;
  width: 90%;
}
#MediaPartners .description {
  float: right;
  width: 100%;
}

/* Partner image rotator fix  */

.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
  margin-left: -8%;
}
@media(min-width:768px){
  .eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
  margin-left: -8%;
}
}
.eventpartnerstable {
  width:auto !important;
  padding-bottom:10px;
  margin-left: 3%;
  height: 100%;
}
.eventpartnerstable #SponsorWidgetWrapper {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #ccc;
  padding-right:0;
}
.eventpartnerstable #MediaWidgetWrapper {
  width:100%;
  text-align:center;
  padding-top:10px
}
.SponsorHeading > span {
  padding-right:0;
}
.MediHeading > span {
  padding-left:0;

}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    width: 200px;
    height: auto;
    float: none;
    margin:0 auto;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: none;
    margin:0 auto;
}
.eventpartnerstable .DynamicRotator {
    border: 0;
    min-width: 230px !important;
    min-height: 150px !important;
    padding-top:30px
}
.SponsorHeading, .MediHeading {
    margin-bottom: 20px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
}
@media(min-width: 768px) {
  .eventpartnerstable #SponsorWidgetWrapper {
    width: 100%;
    text-align: left;
    float:left;
    border-bottom: 0;
    padding-right: 30px;
}
.eventpartnerstable #MediaWidgetWrapper {
  width: 100%;
  text-align:left;
  float: left;
  padding-top:0;
}
.SponsorHeading > span {
  padding-right:20px
}
.MediHeading > span {
  padding-left:30px
}
.eventpartnerstable #SponsorWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 97%;
    margin-left: 3%;
    text-align:center;
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    float: left;
    width: 100%;
    margin-left: 3%;
    text-align:center
}
.SponsorHeading, .MediHeading {
    font-size: 18px;
}
}
.RotateWrapInner {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}
.DynamicRotator > img {
  width: auto !important;
  max-width: 200px;
  display: inline-block;
  padding:0 !important;
  max-height:100px
}
@-moz-document url-prefix() { 
  .DynamicRotator > img {
    padding: 0 !important;
    height: 50% !important;
}
}
.eventpartnerstable #MediaWidgetWrapper .DynamicRotatorWrap {
    height: auto;
}

.RotateWrapInner > span {
  background:#222E5B;
  padding:5px;
  color:#fff;
  width: 100%;
  display: block;
  text-align: center;
}

.early-bird-banner-2 {
    background: #000;
    padding: 15px 1px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.early-bird-banner-2 a {
    color: #fff;
}
.header-middle {
    background-color: #000;
}

.row-cta-btn-group {
  padding-top: 4vh;
}

.home-content-17{
  margin:0; background-color: #fff;
  padding:40px 0;
}

.home-content-17 h1{
  
color:#263767;
}

.home-content-17 p{
color:#000;
}

/* 15 column defs for 5 column section */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* end home-content-16 */


.home-content-18{
  margin:0; background-color: #293881;
  padding:40px 0;
}

.home-content-18 h1{
  
color:#ffff;
}

.home-content-18 p{
color:#fff;
}
