@charset "utf-8";
/* CSS Document */

body {
 font-family: myriad-pro, sans-serif;
}
/*nav bar*/

.footer_pad {
 padding-bottom: 100px;
}
.title-space {
 letter-spacing: 3px;
 text-transform: uppercase;
 font-weight: 600;
 color: #0C437A;
 font-size: 22px;
}
.bt-yellow {
 width: 200px;
 background-color: #FFB500;
 padding: 10px 70px;
 margin: 15px 0px;
 font-size: 18px;
 font-weight: 700;
 color: #1B3E6E;
 border-radius: 5px;
text-decoration:none;
}

.bt-yellow:hover{
 background-color:#eaae00 !important;
 
}
.Bold_header {
 font-family: 'Source Serif Pro';
 font-size: 40px;
 text-transform: uppercase;
 font-weight: 1000;
 color: #0C437A;
}
.two-cols {
 padding-top: 40px;
 max-width: 1000px;
 min-width: 200px;
 width: 100%;
}
.container {
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 background-color: #ffffff;
}
.content {
 display: flex;
 flex-direction: column;
 align-items: center;
 background-color: #ffffff;
 width: 100%;
}
.copy_border {
 padding-left: 20px;
 border-left: 1px solid #333333;
}
h3 {
 padding-top: 40px;
 color: #003A70;
 font-family: Arial, Helvetica, sans-serif;
}
.copy {
 max-width: 960px;
 padding: 20px;
 width: 90%;
}
/* Add a black background color to the top navigation */

.topnav {
 background-color: #ffffff;
 overflow: hidden;
}
/* Style the links inside the navigation bar */

.topnav a {
 float: left;
 display: block;
 color: #003A70;
 font-family: myriad-pro, sans-serif;
 font-weight: 900;
 text-align: left;
 padding: 14px 0px 0px;
 margin: 0px 19px;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 0.4px;
}
.Q4 {
 font-family: myriad-pro, sans-serif;
 font-weight: 900;
 font-size: 30px !important;
 color: #ffffff !important;
 background-color: #000000 !important;
 padding-left: 50px !important;
 padding-bottom: 20px !important;
 padding-top: 0px !important;
 padding-right: 15px !important;
 margin-right: 100px !important;
 margin-top: 15px !important;
 margin-bottom: 15px !important;
 height: 20px !important;
}
.Q4:hover {
 border: none!important;
}
.topnav a:hover {
 border-bottom: 3px solid #FF7A1A;
 color: #FF7A1A;
}
.topnav a.active {
 border-bottom: 3px solid #FF7A1A;
 color: #FF7A1A;
}

.header {
 display: flex;
 flex-direction: column;
 background-color: #fff;
 box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
 position: relative;
 width: 100%;
 z-index: 3;
}
.header ul {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
 background-color: #fff;
}
.header li a {
 display: block;
 padding: 20px 20px;
 border-right: 1px solid #f4f4f4;
 text-decoration: none;
}
.header li a:hover, .header .menu-btn:hover {
 background-color: #f4f4f4;
}
.header .logo {
 display: block;
 float: left;
 font-size: 2em;
 padding: 10px 20px;
 text-decoration: none;
}
/* menu */

.header .menu {
 clear: both;
 max-height: 0;
 transition: max-height .2s ease-out;
}
/* menu icon */

.header .menu-icon {
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 float: right;
 padding: 28px 20px;
 position: relative;
 user-select: none;
}
.header .menu-icon .navicon {
 background: #333;
 display: block;
 height: 2px;
 position: relative;
 transition: background .2s ease-out;
 width: 18px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
 background: #333;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 transition: all .2s ease-out;
 width: 100%;
}
.header .menu-icon .navicon:before {
 top: 5px;
}
.header .menu-icon .navicon:after {
 top: -5px;
}
/* menu btn */

.header .menu-btn {
 display: none;
}
.header .menu-btn:checked~.menu {
 max-height: 300px;
}
.header .menu-btn:checked~.menu-icon .navicon {
 background: transparent;
}
.header .menu-btn:checked~.menu-icon .navicon:before {
 transform: rotate(-45deg);
}
.header .menu-btn:checked~.menu-icon .navicon:after {
 transform: rotate(45deg);
}
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
 top: 0;
}
@media (min-width:2000px) {
 .col-hide {width: 30%!important}
}
/* 48em = 768px */

@media (min-width: 48em) {
 .header li {
  float: left;
 }
 .header li a {
  padding: 20px 30px;
 }
 .header .menu {
  clear: none;
  float: right;
  max-height: none;
 }
 .header .menu-icon {
  display: none;
 }
 .left {padding-right:10px;}
 .right {padding-left:10px;}
}
@media screen and (max-width:1212px) {
 .two-cols {
  width: 90%;
 }
 .brk {
  display: block !important;
 }
 #menu-mb{font-size: 10px!important;}
 .Q4 {
  margin-right: 40px!important;
 }
}
@media screen and (max-width:999px) {
 .container {
  background-color: #ffffff;
 }
 .brk {
  display: block !important;
 }
 .content {
  background-color: #ffffff;
 }
 .img-responsive {
      width: 200px;
 }
 #ipad-stack{
 border: none;
 display: block;
 text-align: center;
 padding-bottom: 15px;  
 }
 
 #menu-mb{font-size: 10px!important;
 margin: 10px!important;}
 .col-hide {display:none;}
 .left .right {padding:20px;}
}
 
@media screen and (max-width: 767px) {
 .hide {
  display: none !important;
 }
 .two-cols {
  
  max-width: 1000px;
  min-width: 200px;
 }
 .img-responsive {
  width: 50%!important;
 }
 .Q4 {
  font-family: myriad-pro, sans-serif;
  font-size: 30px !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  margin: 0px !important;
  height: 20px !important;
  text-decoration: none !important;
 }
 #menu-mb {
    font-size: 10px!important;
    margin: 10px!important;
}
 .left .right {padding:0px;}

 tr td {
  border: none;
  display: block;
  text-align: center;
  padding-bottom: 15px;
 }
 #hide-mobile {
 display: none;
}
}



@media screen and (max-width:600px) {
 .hide-mb {
  display: none !important;
 }
 #hide-mobile {
 display: none;}
 tr td {
  border: none;
  display: block;
  text-align: center;
 }
 #menu-mb {
    font-size: 10px!important;
    margin: 5px!important;
 }
 .topnav {
  width: 100% !important;
 }
 .topnav a {
  width: 100% !important;
 }
 .copy_border {
  padding-left: 0px !important;
  border-left: none !important;
 }
 .copy {
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
 }
 .brk-mb {
  display: block !important;
 }
 .header .menu-btn:checked~.menu {
  max-height: 700px;
 }
 .block {
  display: block;
 }
 .hide {
  display: none !important;
 }
 .title-space {
  font-size: 16px;
 }
 .Bold_header {
  font-size: 26px;
 }
 .left {
  width: 100%;
 }
 .right {
  width: 100%;
 }
 .img-responsive {
  width: 50%;
 }
 .topnav a.active {
 border-bottom: 0px !important;
 text-decoration: underline;
 color: #FF7A1A;
 }
 .topnav a {
 border-bottom: 0px !important;
 }
 .topnav a:hover {
 border-bottom: 0px !important;
 text-decoration: underline;
 color: #FF7A1A;
 }
}