/*
Theme Name: APTV
Template: wp-bootstrap-starter
*/
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans.eot");
  src: url("fonts/EOT/PBSSans.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans.woff2") format("woff2"), url("fonts/WOFF/PBSSans.woff") format("woff"), url("fonts/TTF/PBSSans.ttf") format("truetype"), url("fonts/SVG/PBSSans.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Bold.eot");
  src: url("fonts/EOT/PBSSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Bold.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Bold.woff") format("woff"), url("fonts/TTF/PBSSans-Bold.ttf") format("truetype"), url("fonts/SVG/PBSSans-Bold.svg#PBSSans") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans-Black';
  src: url("fonts/EOT/PBSSans-Black.eot");
  src: url("fonts/EOT/PBSSans-Black.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Black.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Black.woff") format("woff"), url("fonts/TTF/PBSSans-Black.ttf") format("truetype"), url("fonts/SVG/PBSSans-Black.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans-Cond';
  src: url("fonts/EOT/PBSSans-Cond.eot");
  src: url("fonts/EOT/PBSSans-Cond.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Cond.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Cond.woff") format("woff"), url("fonts/TTF/PBSSans-Cond.ttf") format("truetype"), url("fonts/SVG/PBSSans-Cond.svg#PBSSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Light.eot");
  src: url("fonts/EOT/PBSSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Light.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Light.woff") format("woff"), url("fonts/TTF/PBSSans-Light.ttf") format("truetype"), url("fonts/SVG/PBSSans-Light.svg#PBSSans") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PBSSans';
  src: url("fonts/EOT/PBSSans-Medium.eot");
  src: url("fonts/EOT/PBSSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/WOFF2/PBSSans-Medium.woff2") format("woff2"), url("fonts/WOFF/PBSSans-Medium.woff") format("woff"), url("fonts/TTF/PBSSans-Medium.ttf") format("truetype"), url("fonts/SVG/PBSSans-Medium.svg#PBSSans") format("svg");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'PBSSans', sans-serif !important; 
  font-size: 20px;
  line-height: 28px;
}


a {
    color: #2638C4;
    text-decoration: none;
 }   

 a:hover{
  text-decoration: underline;
 }


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


/* site content */
.vc_desktop .site-content#content{
    padding-bottom: 30px;
    padding-top: 30px;
}

#content.site-content {
    padding-bottom: 30px;
    padding-top: 30px;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

/* hide recaptcha*/
.grecaptcha-badge {
    display: none !important;
}


.mobileonly{
  display: none;
}

.mobilehide{
  display: block;
}


/*
.headback {
    background-image: url('https://s3.amazonaws.com/aptv/wp-content/uploads/2020/05/09104514/FULL-WIDTH-BANNER-B.jpg');
    background-position: center;
    height: 120px;
    margin-bottom: 0px;
    background-size: cover;
}
*/

.headback {
    background-image: url(https://aptv.s3.amazonaws.com/wp-content/uploads/2024/12/70th-WEB-HEADER.jpg);
    background-size: cover;
    background-position: center;
}


header#masthead{
  margin-bottom: 0;
  box-shadow: none;
  padding: 0px;
  border-bottom: 1px solid #9175bb ;
     background-color: #6dc9c9;
    border-bottom: solid;
    border-bottom-width: 5px;
    border-bottom-color: #bff2f2;
}

li#menu-item-6158 {
    background-color: #FFCF00;
}


li.nav-item.active{
    background-color: #f48673;
    color: white !important;
}

/* autocomplete */
.ui-autocomplete{
  background-color: WHITE;
    padding-inline-start: 5px !important;
    width:250px !important;
    z-index: 100000;
}

.ui-menu-item {
    border: 1px solid #ffffff !important;
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


.ui-state-focus {
    border: 1px solid #2638c4 !important;
    background: none !important;
    background-color: white !important;
    font-weight: 100 !important;
    color: #2638c4 !important;
    margin: 0 !important;
    padding: 3px 1em 3px .4em !important;
}

.autoui {
    font-size: 16px;
    font-weight: 100;
     font-family: 'PBSSans', sans-serif;
}

.autobold{
  font-weight: bold;
  text-transform: capitalize;
}

.auto_cat {
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
    color: firebrick;
}


.lastcol {
    margin-top: 20px;
    padding-right: 45px;
}

.aptlogo img {
    height: 106px;
    margin-top: 6px;
}

.aptlogo {
    float: left;
}
    
.headback .aptwordhead {
    float: left;
    color: white;
    font-weight: bold;
    font-size: 1.7em;
    border-left: none;
    border-left-width: 0px;
    border-left-color: #6dc9c9;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 39px;
    padding-top: 4px;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-shadow: 3px 1px 5px #000;
}



.navbar-brand a img:hover {
    opacity: 1 !important;
}

#cse-search-box input {
    padding: 5px;
}

#cse-search-box {
    height: 50px;
}


#masthead .navbar-nav > li > a {
    padding: 3px 25px 0px 15px;
    /* size was 15px 500; */
    font-size: 15px;
    font-weight:bold;
    color: black;
    height: inherit;
    line-height: 45px;
    padding: 3px 25px 0px 25px;
    display: block;
    text-transform: uppercase !important;
    margin-right: 0px;
    line-height: 45px;
}

#masthead .navbar-nav > li > a:hover {
    background: #f48673;
    text-decoration: none;
    font-weight:bold;
    color:black !important;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
    color: black;
    font-weight: bold !important;
}


li#menu-item-33 a {
    background-color: #f48673;
    color:white !important;
    text-align: center;
    padding-left: 22px !important;
    font-size: 18px !important;
}



ul.socialbtn {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: none;
}

ul.socialbtn > li {
    list-style: none;
    float: left;
    display: block;
}

ul.socialbtn > li a{
  color:white;
      margin-left: 24px;
    font-size: 28px;
}

li.subscribe a {
    font-size: 20px !important;
    font-weight: 600;
}



#masthead i.fa.fa-heart {
    color: #fe704e;
}

.fa-beat {
  animation:fa-beat 1s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.25);
  }
  100% {
    transform:scale(1);
  }


}

li#magglass {
    position: absolute;
    right: 0px;
}

a#searchglass:hover {
    border-bottom: none !important;
}

img#smallpassporticon {
    height: 22px;
    display: inline-block;
    padding-bottom: 3px;
}

input#q {
    padding: 5px;
    border-radius: 4px;
    border: none;
    width:250px;
}


.nav-divider {
    display: inline-block;
    margin-left: 8px;
    /* margin-left: 9px; */
}


.navbar-nav {
    flex-direction: inherit;
   } 

ul#primary {
    margin-top: 0px;
    margin-bottom: 0px;
    /* font-size: 14px; */
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    list-style: none;
}   

.bop-nav-search input#s {
    width: 100%;
}

form.bop-nav-search {
    padding-top: 7px;
    width: 25%;
    position: absolute;
    right: 30px;
    display: none;
}



.fullbar {
    background-color: #2b2b2b;
}

#primary a.nav-link:Hover {
    background-color: white;
    color: black !important;
}

.navbar-toggle{
    display: none;
}

 /*sidebar*/
 #rfw_dock-2 {
    border: solid;
    border-width: 5px 1px 1px 1px;
    padding: 0px 10px 10px 10px;
    border-color: #d0d0d0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
} 


/*footer*/

#thefooter {
    background-color: #f6f7fb;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
    border-top: none;
    border-top-color: #f1f1f1;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
}


#four-footer-widget .widget-title {
    text-transform: uppercase;
    font-size:18px; 
    line-height:22px;
}


#four-footer-widget p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

#four-footer-widget i.fas.fa-arrow-right, #four-footer-widget #hearticon {
    color: #fe704e;
}



#four-footer-widget a{

}

#footerdarkblue{
  background-color: #0b1656;
  color: white;
}

#footerdarkblue a{
  color:white;
  text-decoration: none;
}

#footerdarkblue a img:hover {
    opacity: 1 !important;
}


#footerdarkblue #linelink {
    font-weight: 100;
    line-height: 1.6;
}


#footerdarkblue a:hover{
  text-decoration: underline;
}
#footerdarkblue hr {
    border-top: 1px solid white;
    opacity: .4;
}

#footerdarkblue h3 {
    color: #43b5b5;
    text-transform: uppercase;

}

#footerdarkblue .sponrow {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    margin-bottom: 60px;
}

#footerdarkblue .sponcolumn {
  flex: 25%;
  padding: 5px;
}

#footerdarkblue  img.partner_logo {
    width: 80%;
}


#footerdarkblue #about {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footerdarkblue #socialmedia li {
    font-size: 2vw;
    margin-right: 1.5vw;
}

#footerdarkblue p.bottomlinks {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0px;
}

#footerdarkblue img.footlogo {
    height: 4vw;
}

.btn-success {
  color: #fff;
  background-color: #fe704e;
  border-color: #fe704e;
  border-radius: 0px;
}



.btn-primary {
  color: #fff;
  background-color: #0F1E8C;
  border-color: #2638C4;
}



.btn-primary:hover,.btn-success:hover {
  color: #fff;
  background-color: #0b1656;
  border-color: #1e2c99;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 86, 205, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2638C4;
  border-color: #2638C4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2c99;
  border-color: #1c298f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 86, 205, 0.5);
}

.btn-secondary {
  color: black !important;
  background-color: #48D3CD;
  border-color:  #48D3CD;
}

.btn-secondary:hover {
  color: black !important;
      background-color: #48D3CD;
    border-color: #48D3CD;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 64, 157, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: black !important;
      background-color: #48D3CD;
    border-color: #48D3CD;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: black !important;
     background-color: #48D3CD;
    border-color: #48D3CD;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 64, 157, 0.5);
}

.btn-warning {
  color: black !important;
  background-color: #FFCF00;
  border-color: #FFCF00;
}

.btn-warning:hover {
  color: black !important;
  background-color: #d9b000;
  border-color: #cca600;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 182, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: black !important;
  background-color: #FFCF00;
  border-color: #FFCF00;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: black !important;
  background-color: #cca600;
  border-color: #bf9b00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 182, 6, 0.5);
}

.btn-danger {
  color: black !important;
  background-color: #FE704E;
  border-color: #FE704E;
}

.btn-danger:hover {
  color: black !important;
  background-color: #fe5128;
  border-color: #fe471b;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 101, 72, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: black !important;
  background-color: #FE704E;
  border-color: #FE704E;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: black !important;
  background-color: #fe471b;
  border-color: #fe3d0f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 101, 72, 0.5);
}

/*ADDED */
.vc_custom_1525193974963 {background-color: #0A145B !important;}
#searchform {background-color: #0A145B; padding: 13px 15px 8px 15px;}

/*CAPITOL JOURNAL*/
p.seven-cjdate {
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    color: grey;
    font-weight: 600;
    font-size: 18px;
}

.cj7 h2.edtitle {
    margin: 0px;
    margin-top: 10px;
}   

.cj7 .eddesc {
    font-size: 18px;
    line-height: 26px;
}

.aspect-16x9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 9 / 16 = 0.5625 */
  overflow: hidden;
}

.aspect-16x9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' */
} 



/* EDUCATION */

    #ednewsletter{
        background-color: #fe704e;
        color:white;
        padding: 60px 0px 30px 0px;
        margin-top: 40px;
    }
#ednewsletter p.subscribehead {
    font-size: 42px;
    line-height: 48px;
    text-align: left;
    font-weight: bold;
    margin: 0px;
}
#ednewsletter p {
    font-size: 20px;
    text-align: left;
    margin: 0px;
    margin-bottom: 20px;
}

#mc_embed_signup {
    width: 100%;
}

.bottomcallout {
    margin-top: 100px;
    background-color: #6dc9c9;
    padding: 50px 0px;
    border-top: solid;
    border-top-color: #f1f1f1;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
}

.field-shift {
    left: -9999px; position: absolute;
}

html[dir="rtl"] .field-shift {
    right: -9999px;
    left: auto;
}

input#mc-embedded-subscribe {
    margin-top: -2px !important;
    width: auto !important;
    padding: 10px 20px !important;
}

.response {
    margin: 20px 0px;
    font-size: 24px;
    font-weight: bold;
}

#ednewsletter #mc_embed_signup {
    width: 300px;
    margin-left: 0px;
    margin-right: 0px;
}

#ednewsletter #mc_embed_signup_scroll input {
    padding: 15px !important;
    width: 110% !important;
}

/*sub menu */
.ribbon{
  background-color: #0F1E8C;
}

.ribbon ul {
    margin-top: 0;
    margin-bottom: 0px !important;
}

.ribbon .list-class-item a{
 color:white !important;
}

.ribbon li.list-inline-item a {
    color: white;
}

.ribbon li.list-inline-item {
padding: 1vw 1vw .7vw 1vw;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;

}

#mc_embed_signup_scroll input {
    padding: 6px;
        width: 100%;
}

#edfooter {
    background-color: #efefef;
    padding-bottom: 20px;
    padding-top: 20px;
}

#edfooter h2, #edfooter p{
  margin-bottom: 0px;
    padding-bottom: 5px;
}

ul.no-bullet {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}




.add-to-calendar span {
    display: none;
}

.remindline{
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: grey;
}

.add-to-calendar-widget button {
    margin-bottom: 7px;
}


.educationheader-reverse {
    background-color: #0F1E8C;
    color: white !important;
    margin: 0px !important;
    padding: 13px 0px 10px 5px !important;
    font-weight: 700 !important;
    text-transform: initial !important;
    font-size: 24px !important;
    text-align: center;
    border-radius: 2px;
}

.educationheader-reverse a{
    color: white !important;
}


.educationheader {
    font-size: 3.6vw;
    line-height: 3.7vw;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color:#0F1E8C;

}

.educationheader a{
    color: #0F1E8C !important;
}


.class_status {
    font-size: 18px;
    font-weight: 700;
    background-color: #ffcf00;
    color: black;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    text-transform: capitalize;
    z-index: 100;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}

.class_status.open {
    display: none;
}

.educationcourse img {
    opacity: .3;
}

.educationcourse.open img {
    opacity: 1;
}



.educationcourse {
    border: solid;
    border-radius: 3px;
    border-width: 2px;
    border-color: #efefef;
    background-color: #efefef;
    margin-bottom: 30px !important;
    position: relative;
}

.educationcourse .top-right {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0f1e8c;
    text-transform: uppercase;
    padding: 5px 10px 2px;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: white;
}

.educationcourse .subhead {
    font-weight: bold;
    color: #fe704e;
    margin: 0px;
    display: block;
    margin-right: 6px;
}
.educationcourse .subs {
    font-size: 16px !important;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    line-height: 20px;
}


.educationcourse p.coursedate {
    font-size: 18px;
    text-align: left;
    margin: 0px;
}

.educationcourse .eddesc {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 22px;
}


.educationcourse .ed-interior {
    padding: 0px 10px;
    padding-bottom: 30px;
}

.educationobject {
    border: solid;
    border-radius: 3px;
    border-width: 2px;
    border-color: #efefef;
    background-color: #efefef;
    margin-bottom: 30px !important;
}

.education-page-object {
    margin-bottom: 20px !important;
}

.educationobject img {
    width: 100%;
}

.education-page-object img {
min-width: 100%;
    border: solid;
    border-width: 1px;
    color: #efefef;
}


h3.covevideotitle {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 34px;
}

.ed-interior {
    padding: 0px 10px;
    padding-bottom: 5px;
}

.edblog{
    margin-top: 40px;
    padding-bottom: 30px;
}
.blogform h2{
  margin: 0px !important;
  margin-bottom: 5px !important;
}

h2.edtitle {
    margin: 0px;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
}

.education-page-interior h2.edtitle {
    margin: 0px;
    margin-top: 5px;
}

.edtitle a {
  color:black;
}

p.grades a {
    color: coral;
    font-weight: 600;
}

p.grades{
      margin-bottom: 5px;
          font-size: 16px;
}

p.sm-grades {
    margin-bottom: 3px;
    color: coral;
    font-size: 14px;
    font-weight: 700;
}

.eddesc {
    margin-bottom: 10px;
}
p.subjects a{
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color:grey;
}

p.sm-subjects {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color:grey;
}

.edbroadcast p.seriesname {
    margin: 0px;
    margin-bottom: 5px;
}

.edbroadcast p.seriesname a{
   color:grey;
   font-weight: 700;
}

h1.education-date {
    font-weight: bold;
    /* margin-top: 50px; */
    border-top: solid;
    padding-top: 20px;
}

button.facetwp-load-more{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0F1E8C;
    border-color: #2e6da4;
}



#edsubscribe {
    background-color: #FE704E;
    padding: 20px;
        margin-top: 30px;
}

#mc_embed_signup {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

p.subscribehead {
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
    margin: 0px;
}

p.subscribetext {
    font-size: 16px;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* heroes */
p.heroesgrey {
    margin: 0px;
    text-transform: uppercase;
    color: grey;
}

.heroesmenu li a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    background-color: #007dba;
    padding: 5px 10px 0px 10px;
    margin-right: 10px;
    margin-top: 1vw;
}

.heroesmenu li a:hover {
    color: black !important;
    text-decoration: none;
    background-color: orange;
}


.herotitle h3{
    margin: 0px;
    padding:0px;
}

.heroschool {
    font-weight: 500;
    font-style: italic;
    margin: 0px;
}

.lgimg img {
    min-width: 100%;
}

/* END EDUCATTION */

/* APT NEWS */
p.date {
    text-transform: uppercase;
    margin: 0px;
    color: #FE704E;
    font-weight: 700;
}


/* PREMIUMS */

 .premium_object img {
    width:  150px;
    height: 150px;
    object-fit: cover;
    border: solid;
    border-color: black;
    border-width: 1px;
}

h2.premium-title {
    font-size: 16px;
    margin: 0px;
    margin-top: 10px;
    font-weight: 500;
}

h2.premium-title a{
    color:black;
}

h2.premium-title a:hover{
    text-decoration: underline;
}

 .premium_object p.show{
  text-transform: uppercase;
  font-size:12px;
  color:grey;
  margin-bottom: 0px;
}

 .premium_object .pricing{
  font-size: 14px;
}

 .premium_object span.month_big {
    font-size: 36px;
   
}

 .premium_object .monthly {
    font-size: 12px;
    margin-bottom: 0px;
     color: cadetblue;
}

 .premium_object .single {
    position: relative;
    margin-top: -5px;
}



/* NEWS PAGE */
.latestnews {
    margin-bottom: 30px;
}

.big-news, .small-news {
    margin: 0px;
}

.big-news a, .small-news a, .news-headline a {
    color:black !important;
}

.big-news {
    font-size: 1.6em;
    font-weight: 700;
}

.small-news {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
}


.news-headline {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
}

.news-headline-lg a {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2em;
    color: black;
}

p.news-headline-lg {
    margin-bottom: 5px;
}


p.news-cat {
    margin-bottom: 5px;
    font-size: .9em;
}
.news-cat a {
   text-transform: uppercase;
   color:#e42c38;
   font-weight: 600;
}

p.news-excerpt {
    margin-bottom: 5px;
}
p.news-byline {
    margin-bottom: 0px;
    text-transform: uppercase;
   color:#a8a8a8;
   font-size: 12px;
}
p.news-region a, p.story-region a {
   color:#a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
}

p.story-region{
  text-align: left !important;
}

a.topic-region{
    color: #000;
    text-transform: uppercase;
}

.news-byline a {
    text-transform: uppercase;
   color:#a8a8a8;
}



.final-region-link img {
    display: inline-block;
    margin-right: 20px;
}

.subnews {
    margin-top: 30px;
}
.subnews img,.recentnews img,.regionnews img {
    margin-bottom: 15px !important;
}

.recentnews {
    margin-bottom: 30px;
}
.recentarticlesrow .small-news {
    margin-bottom: 20px;
    border-bottom: solid;
    padding-bottom: 20px;
    border-color: #c8c8c8;
    border-width: 1px;
}

.recentarticlesrow .small-news:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.regioncont{
  margin-bottom: 30px;
}

.region {
    background-color: #f7f8fc;
    padding: 5px 20px 5px 20px;
}

.regiontitle{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}

p.final-region-link {
    min-height: 55px;
    text-transform: uppercase;
}
.final-region-link a {  
    color: #09649d;
    display: block;
    padding-top: 12px;
}

.final-region-link img {
    display: inline-block;
    margin-right: 20px;
    float: left;
}


.news-sect-none{
        display: none;
}

h1.author-name {
    margin: 0px;
    padding-bottom: 0px;
}

img.roundimg {
    border-radius: 50%;
}

a.biobtn {
    display: block;
    margin-top: 20px;
    font-size: 1em;
    text-transform: uppercase;
}

a.biobtn i {
    font-size: 1em;
    /* color: #9cb1ff; */
}
p.author-contact a {
    color: black;
    font-size: 1em;
    margin-top: 0px;
}

a i.fab.fa-twitter {
    color: #38A1F3;
}

.news-subtitle {
    text-transform: uppercase;
    font-size: 1.4em;
}

p.news-date {
    margin: 0px;
    font-size: .9em;
    color: #818181;
}

.news-sub1{
  border:none !important;
  margin-top: 0px;
  padding-top: 0px;
}

.news-sub {
  padding-top: 10px;
    padding-bottom: 10px;
}

#loadmore {
   color: white !important;
    cursor: pointer;
    margin-top: 40px;
}

header.news-topic-page-header {
    text-align: center;
}

h1.news-topic-title {
    margin: 0px;
    font-size: 2.6em;
    font-weight: 600;
        padding: 0px;
}

.topic-submenu a {
    color: black;
    display: inline-block;
    margin-right: 1.2em;
}

.topic-submenu li.list-inline-item {
    border-right: solid;
    border-right-width: 1px;
    height: 20px;
}

.topic-submenu .list-inline-item:last-child {
    border-right: none;
}

.centervert{
  padding-top: 0%;
}

.underlinelink a {
    text-decoration: underline !important;
}

.topic-submenu .list-inline-item:not(:last-child) {
    margin-right: 20px !important;
}

img.fullwidth{
  min-width: 100%;
}

p.regionriver {
text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 1em;
}

#news-story-top{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#news-story-top h1 {
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 0px;
}

#news-story-top p.undertitle {
    margin-bottom: 0px;
    color:#818181;
}

a.author-link {
    text-transform: uppercase;
    color: black;
}

#news-story-top p.news-date {
    font-size: inherit;
}

#news-story-top p.news-photocaption {
    text-align: left;
    margin-top: 10px;
    font-size: .9em;
    margin-bottom: 0;
}

#news-story-top .addtoany_shortcode {
    margin: 30px;
}

#news-story-top .lgimg img {
    min-width: 100%;
}

.row.sidebarlatestnews {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #efefef;
}

.row.sidebarlatestnews p.news-cat {
    margin-bottom: 0px;
 }   

.row.sidebarlatestnews .news-headline {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
}

.seperation {
    margin-bottom: 30px;
    border-top: solid;
    border-color: #EFEFEF;
    border-top-width: 1px;
    margin-top: 30px;
}


.wpt-block a{
  color:black;
}

.story-area a, p.undertitle a, a.head-region{
  color: #2638C4;
  text-decoration: underline;
}


a.head-region{
  text-transform: uppercase;
}

.story-area a:hover, p.undertitle a:hover, a.head-region:hover{
   color: #0056b3;
   text-decoration: none;
}

.relstories .related_stories {
    border: solid;
    border-width: 1px;
    border-color: #949494;
    padding: 10px 30px;
    margin-bottom: 20px;
}


.related_stories a{
   text-decoration: none;
 color:#2638C4;
}

.greybox {
    background-color: #2424249c;
    color: white;
    font-weight: 700;
}

.greybox h2 {
    background-color: #2424249c;
    color: white;
    font-weight: 700;
}


.topic-submenu {
    text-transform: uppercase;
}

.break-out {
    width: 99vw;
    position: relative;
    background-color: #f2f2f2;
    color: #6E6E6E;
    left: calc(-1 * (100vw - 100%) / 2);
    color: rgba(0,0,0,.6);
    padding-top: 30px;
}

.menu-item-search{
    display: none;
}


/* for post grid */
.simplegrid {
    font-size: 20px;
    background-color: #fff;
}

.simplegrid h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.simplegrid a img {
    opacity: 1;
}

.simplegrid a:hover img {
    opacity: 1;
}

.simplegrid .vc_gitem-animated-block {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #b3b2b2;
}

a.vc_general.vc_btn3.vc_btn3-size-xs {
    font-size: 24px;
    color: #fff;
    border-color: #2638C4;
    background-color: #0F1E8C;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem

}




/*nav for templates 720 to 1000*/
@media screen and (min-width: 992px) and (max-width:1200px) {

.ribbon li.list-inline-item {
padding: 1vw .2vw .7vw 1vw;
    font-size: 14px;
}

.collapse{
display: flex!important;
}

.navbar-brand img {
    height: 60px;
    width: 199px;
}

#masthead .navbar-nav > li > a{
    padding-top: 5px !important;
}

.player-row #vidplayer {
    width: 100%;
    float: none;
}

.player-row #vidtn {
    width: 100%;
    float: none;
}

.vidcont {
    width: 33%;
    float: left;
}

.vidcont .top-center {
    font-size: 15px;
    top: 15%;
}

#vidquote h1.quote {
    font-size: 24px;
}

#vidquote .quotechar {
    font-size: 24px;
}

 } /*end tablet nav*/


/*nav for ipad 1090 to 767*/
@media screen and (min-width: 767px) and (max-width:1090px) {

#ednewsletter p.subscribehead {
    font-size: 32px;
    line-height: 35px;
  }

#ednewsletter p {
   font-size: 18px;
}

.collapse{
display: flex!important;
}

.ribbon li.list-inline-item {
padding: 1vw .3vw .7vw 1vw;
    font-size: 12px;
  }


.navbar-brand img {
    height:  45px;
    width:  150px;
}

#masthead .navbar-nav > li > a {
padding: 10px 10px 5px 10px !important;
    font-size: 14px;
    margin-left: 0px;
    line-height: 25px;
}

form.bop-nav-search {
    padding-top: 6px;
    width: 27%;
}    

    #toparea{
    background-position-y: -15px;
    background-position-x: -40px;
    }
    .ugcheadtitle h2 {
    width:67% !important;
}

/* FOOTER TABLET */
#content.site-content {
    padding-bottom: 15px;
    padding-top: 10px;
}


#four-footer-widget p, #footerdarkblue #linelink, #footerdarkblue p.bottomlinks {
    font-size: 1.6vw;
}

#four-footer-widget h3.widget-title, #footerdarkblue h3 {
    font-size: 2.4vw;
}

h3.widget-title{
margin: 0px 0px 10px 0px;
}

#footerdarkblue .sponrow {
    width:100%;
    margin-bottom: 40px;
}

#footerdarkblue .sponcolumn {
    flex: 100%;
    padding: 0px;
}

#footerdarkblue img.footlogo {
    height: 8vw;
}

#footerdarkblue #socialmedia li {
    font-size: 4vw;
    margin-right: 2.5vw;
}

#cse-search-box {
    margin-top: 8px;
}

.headback {
    height: 85px;
}

.aptlogo img {
    height: 75px;
    margin-top: 6px;
}

ul.socialbtn.mobilehide {
    display: none;
}



.lastcol {
    margin-top: 20px;
    padding-right: 30px;
}

.headback .aptwordhead {
    float: left;
    color: white;
    font-weight: bold;
    font-size: 22px;
    border-left: none;
    border-left-width: 0px;
    border-left-color: #6dc9c9;
    padding-left: 0px;
    margin-left: 12px;
    margin-top: 30px;
    padding-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 3px 1px 5px #000;
}



} /* end from 767 to 1100



/*nav for templates 0 to 720*/
@media screen and (min-width: 0px) and (max-width:767px) {

#ednewsletter p.subscribehead {
    font-size: 32px;
    line-height: 35px;
  }

#ednewsletter p {
   font-size: 18px;
}


body, p {
    font-size: 18px;
}

li#menu-item-search {
    background-color: #050c42;
    padding: 20px 0px 0px 0px;
}

form#cse-search-box {
    padding: 0px 20px;
}


#masthead {
    border-bottom-width: 0px !important;
 }
    
.container-fluid.mobiledrop{
    padding: 0px !important;
}

.rss-card {
    margin-bottom: 30px;
}

.mobileonly{
  display: block;
}

.mobilehide{
  display: none;
}

button.navbar-toggler {
    position: absolute;
    top: 38px;
    right: 25px;
    font-size: 2rem;
}

.navbar-nav {
    flex-direction: column;
}


#masthead .navbar-nav > li > a {
    padding: 10px 15px 10px 15px !important;
    font-size: 18px;
    margin-left: 0px;
    border-bottom-style: dashed;
    border-bottom-color: white;
    border-bottom-width: 1px;
}

#masthead .navbar-nav > li.last-item > a {
    border-bottom-style: hidden;
    border-bottom-color: white;
    border-bottom-width: 0px;
}

form.bop-nav-search {
    padding-top: 7px;
    width: 50%;
}


.secondarymenu {
    display: none;
}

.navbar-toggle{
    display: block;
}

.navbar-ex1-collapse{
    display: none;
}

#primary > li > a {
    color: #f8f9fa;
    padding: 8px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

form.bop-nav-search {
    padding-top: 10px;
    padding-bottom: 10px;
}


p.topictag {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
    font-family: 'Roboto Condensed'
 }   
h1.quote {
    font-size: 24px;
    text-align: center;
}
.quotechar {
    font-size: 24px;
}

p.author {
    text-align: center;
}

.addtoany_shortcode {
    text-align: center;
    margin-bottom: 20px;
}

.featcon{
      margin-bottom: 20px;
    border-bottom: solid;
    padding-bottom: 20px;
    border-width: 1px;
    color: #dcdcdc;
}

.featcon h4.headline {
    font-size: 24px;
    line-height: 28px;
}

.featcon p.headline {
    font-size: 18px;
    line-height: 24px;
}

p.greyuc {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.latest hr {
    display: none;
}

#latest-ugc img {
    width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}

#latest-ugc p.greyuc {
 margin-top: 0px;
}


.player-row #vidplayer {
    width: 100%;
    float: none;
}

.player-row #vidtn {
    width: 100%;
    float: none;
}

.vidcont {
    width: 100%;
    float: none;
}

.vidcont .top-center {
    font-size: 15px;
}

#vidquote h1.quote {
    font-size: 24px;
    text-align: left;
}

#vidquote .quotechar {
    font-size: 24px;
}

.vidcont img {
    min-width: 100%;
}

#menu-storylab li a {
    display: block;
    padding: 0px 10px 0px 0px;
}

/* FOOTER MOBILE */
#content.site-content {
    padding-bottom: 15px;
    padding-top: 10px;
}


#four-footer-widget p, #footerdarkblue #linelink, #footerdarkblue p.bottomlinks {
    font-size: 3.4vw;
}

#four-footer-widget h3.widget-title, #footerdarkblue h3 {
    font-size: 5.4vw;
}

h3.widget-title{
margin: 0px 0px 10px 0px;
}

#footerdarkblue .sponrow {
    display: block;
    width: 80%;
    margin-bottom: 40px;
}

#footerdarkblue .sponcolumn {
    flex: 100%;
    padding: 15px;
}

#footerdarkblue img.footlogo {
    height: 16vw;
}

#footerdarkblue #socialmedia li {
    font-size: 10vw;
    margin-right: 4.5vw;
}

ul.newssubmenu {
    display: none;
    margin-bottom: 0px;
    text-transform: uppercase;
}

header.news-topic-page-header {
    text-align: left;
}

.seperation {
    display: none;
}

.news-headline-lg a {
    font-size: 1.3em;
}

.break-out {
    margin-bottom: 16px !important;
}

h1.news-topic-title {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
}


.mob-left-img {
    padding-left: 0px;
}

.mob-left-img img {
    float: left;
    width: 45%;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 20px;
}

p.news-cat {
    margin-bottom: 2px;
}

.row.news-sub {
    border-bottom: solid;
    border-bottom-color: #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
}


.aptlogo.mobileonly img {
    width: 285px;
    height: auto;
    opacity: 1;
    padding-top: 15px;
}


 } /*end tablet nav*/




@media only screen and (max-width:575px) {
    h1.vidheadtitle, h1.edtitle {
    margin: 15px 0px !important;    
    font-size: 28px !important;
    line-height: 30px !important;
    }

    h2.vidheadtitle, h2.edtitle {
    margin: 15px 0px !important;
    font-size: 26px !important;
    }
   
    h3.vidheadtitle, h3.edtitle {
    margin: 15px 0px !important;
    font-size: 24px !important;
    }

    #four-footer-widget p, #footerdarkblue #linelink, #footerdarkblue p.bottomlinks {
    font-size: 18px;
    }

    .menu-item-search{
    display: block;
    }
 }   




