/*
 Theme Name:     CF Child Theme
 Description:    CF Child Theme for Wordpress
 Author:         Alchemy Marketing
 Author URI:     https://justincollier.com
 Template:       twentynineteen
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/





/*------------------------------ Text Settings -------------------------------*/
/*@import "../twentynineteen/style.css?k=ff";*/
@import "../twentynineteen/style.css?k=ff";
body, input, textarea, select, table, ul {
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
}

body, input, textarea, submit, h1, h2, h3, h4, h5, h6 {
    font-family: 'montserrat',sans-serif;
}

p {
  font-size: 18px;
  line-height: 180%;
  margin: 0px;
  padding-bottom: 12px;
}

h1 {
  font-size: 61px;
  line-height: 120%;
  margin: 0px;
  padding-bottom: 12px;
}

h2 {
  font-size: 41px;
  line-height: 140%;
  margin: 0px;
  padding-bottom: 12px;
  letter-spacing: 0;
}

h3 {
  font-size: 27px;
  line-height: 140%;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 12px;
}

h4 {
  font-size: 18px;
  line-height: 180%;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 12px;
}

.pre-h {
  font-size: 16px;
  text-transform: uppercase;
}

ul,
ol {
  margin: 0px;
  padding-bottom: 12px;
  max-width: 650px;
}

li {
  font-size: 18px;
  line-height: 180%;
  margin: 6px 0px;
}

a, a:visited {
  color: #555555;
}

a h1,
a h2,
a h3,
a h4,
a h5 {
  text-decoration: none;
}
  
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover {
  opacity: 0.7;
}

a.am-button-1,
a.am-button-2,
a.am-button-3,
a.am-button-4 {
  transition: all 0.5s;
}

a.am-button-1 {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 12px 41px;
  border: none;
}

a.am-button-2 {
  background-color: transparent;
  color: #333333;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 10px 39px;
  border: 2px solid #333333;
}

a.am-button-3 {
  background-color: #aaaaaa;
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 12px 41px;
  border: none;
}

a.am-button-4 {
  color: #c20430;
}

a.am-button-4:after {
  content: '>';
  margin: 0px 0px 0px 8px;
  transition: all 0.5s;
}

a.am-button-1:hover,
a.am-button-2:hover,
a.am-button-3:hover,
a.am-button-4:hover {
  opacity: 0.8;
}

a.new-tab:after {
    content: ' ';
    height: 1em;
    width: .66em;
    margin-left: 2px;
    display: inline-block;
    background-image: url(https://cfwebhost2.cf.edu/wp-content/uploads/2020/08/new-tab-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

a.new-tab:hover:after {
    opacity: 1;
}

ol.breadcrumbs {
  list-style: none;
  padding-left: 0px;
}

ol.breadcrumbs li {
  font-size: 14px;
  display: inline-block;
}

ol.breadcrumbs a:after {
  content: '>';
  display: inline-block;
  margin: 0px 0px 0px 8px;
}

ol.breadcrumbs li:last-of-type a {
  text-decoration: none;
  font-weight: bold;
}

ol.breadcrumbs li:last-of-type a:after {
  content: none;
}
.am-column-1-1 p {
    max-width:650px;
}


/*------------------------------ EO Text Settings -------------------------------*/


/*------------------------------ Color Design ---------------------------------*/


.dark-section {
  background-color: #333333;
}

.dark-section > * {
  color: #ffffff;
}

.dark-section a.am-button-2,
.dark-section a.am-button-4 {
  color: #ffffff;
  border-color: #ffffff;
}

.dark-section .lighter {
  opacity: 0.8;
}

.grey-section {
  background-color: #f2f2f2;
}


/*------------------------------ EO Color Design ---------------------------------*/


/*------------------------------ Desktop Layout -------------------------------*/

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center p {
  margin: auto;
}

.right {
  text-align: right;
}

.entry-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.am-section {
    padding: 50px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
}

.am-row {
  margin: auto;
  display: flex;
  width: 90%;    /* Set width of container */
  max-width: 1400px !important;    /* Set max-width of container */
  justify-content: center;
}

.am-column-1-1 {
  width: 100%;
  padding: 40px 30px;
}

.am-column-1-2 {
  width: 50%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-1-3 {
  width: 33%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-1-4 {
  width: 25%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-1-5 {
  width: 20%;
  float: left;
  padding: 40px 20px;
  box-sizing: border-box;
}

.am-column-2-5 {
  width: 35%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-3-5 {
  width: 65%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-2-3 {
  width: 66%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}


@media only screen and (min-width: 981px) {
 
  
  .float-left {
    float: left;
    width: 47%;
    margin: 18px 3% 18px 0px;
  }
  
  .float-right {
    float: right;
    width: 47%;
    margin: 18px 0 18px 3%;
  }
  
  .am-column-1-5 h3 {
    font-size: 18px;
  }
  
  a.am-button-1 + a.am-button-1,
  a.am-button-1 + a.am-button-2,
  a.am-button-1 + a.am-button-3,
  a.am-button-1 + a.am-button-4,
  a.am-button-2 + a.am-button-1,
  a.am-button-2 + a.am-button-2,
  a.am-button-2 + a.am-button-3,
  a.am-button-2 + a.am-button-4,
  a.am-button-3 + a.am-button-1,
  a.am-button-3 + a.am-button-2,
  a.am-button-3 + a.am-button-3,
  a.am-button-3 + a.am-button-4,
  a.am-button-4 + a.am-button-1,
  a.am-button-4 + a.am-button-2,
  a.am-button-4 + a.am-button-3,
  a.am-button-4 + a.am-button-4 {
    margin-left: 12px;
  }
  
  .am-section.two-column-full-width-right-image,
  .am-section.two-column-full-width-left-image {
    padding: 0px;
    margin: 100px 0px;
  }
  
  .am-section.two-column-full-width-right-image .am-row,
  .am-section.two-column-full-width-left-image .am-row {
    width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
    /*  max-width: 2200px;  */
  }
  
  .two-column-full-width-right-image .am-column-1-2,
  .two-column-full-width-left-image .am-column-1-2 {
    padding: 100px 60px;
  }
  
  .two-column-full-width-right-image .am-row .am-column-1-2:last-of-type {
    padding-right: calc(80px + 5%);
    box-sizing: border-box;
  }

  .two-column-full-width-left-image .am-row .am-column-1-2:first-of-type {
    padding-left: calc(80px + 5%);
    box-sizing: border-box;
  }
  
}

h1.blog-title {
  font-size: 41px;
}

.blog-sub-header {
  padding-bottom: 27px;
}


/*------------------------------ EO Desktop Layout -------------------------------*/

/*------------------------------ Mobile Layout ---------------------------------*/


@media only screen and (max-width: 980px) {
  
  h1,
  h2,
  h3,
  h4 {
    line-height: 120%;
  }

  .am-column-1-1,
  .am-column-1-2,
  .am-column-1-3,
  .am-column-1-4,
  .am-column-1-5,
  .am-column-2-5,
  .am-column-3-5 {
    width: 100%;
    padding: 30px 10px;
  }
  
  .am-column-1-4,
  .am-column-1-5 {
    text-align: center;
  }
  
  
  .am-row {
    display: block;
  }
  
  
  .reverse-section .am-row, .reverse-section.am-row {
      display: -webkit-flex;
      -webkit-flex-direction: column-reverse;
      display: flex;
      flex-direction: column-reverse;
  }
  
  .am-row:after {  /*---This preserves a row's background color as columns break to new lines ---*/ 
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0px;
    height: 0px;
    width: 0px;
  }
  
  .box-section {   /*---Apply to any row, column, or element with a background color---*/
    width: 92vw;
    margin-left: calc(((-100vw + 100%)/2) + 4vw);
    padding: 5vw;
  }

  .box-section div {   /*---Removes redundant padding---*/
    padding-left: 0px;
    padding-right: 0px;
  }

  a.am-button-1,
  a.am-button-2,
  a.am-button-3,
  a.am-button-4 {
    display: block;
    text-align: center;
    margin: 18px auto;
  }
  
  
  .two-column-full-width-right-image .am-column-1-2,
  .two-column-full-width-left-image .am-column-1-2 {
  min-height: 300px;
  }


}
@media only screen and (max-width: 480px) {
  .am-column-2-3 { 
     width: 100%;
  }
}
/*------------------------------ EO Mobile Response ---------------------------------*/



/*------------------------------ Button Hover on Desktop ----------------------------*/

@media only screen and (min-width: 981px) {

  a.am-button-1:hover,
  a.am-button-3:hover {
    padding-left: 26px;
    padding-right: 56px;
    opacity: 1;
  }

  a.am-button-2:hover {
    padding-left: 24px;
    padding-right: 54px;
    opacity: 1;
  }

  a.am-button-1:after, 
  a.am-button-2:after, 
  a.am-button-3:after {
     content: ' ';
     background-image: url('https://justincollier.com/wp-content/uploads/2020/08/button-icon.png');
     background-size: auto 12px;
     background-position: center right;
     background-repeat: no-repeat;
     width: 20px;
     height: 32px;
     display: inline-block;
     position: absolute;
     opacity: 0;
     margin-left: -10px;
     transition: all 0.5s;
  }

  a.am-button-1:after, 
  a.am-button-3:after {
    filter: grayscale(100%) invert(100%);
  }

  .dark-section a.am-button-2:after,
  .hero-level-1 a.am-button-2:after,
  .hero-level-2 a.am-button-2:after {
    filter: grayscale(100%) invert(100%);
  }

  a.am-button-1:hover:after, 
  a.am-button-2:hover:after, 
  a.am-button-3:hover:after {
    margin-left: 10px;
    opacity: 1;
  }
  
  a.am-button-4:hover:after {
    margin: 0px 0px 0px 16px;
  }
  
}

/*------------------------- EO Button Hover on Desktop ---------------------------*/


/*--------------------------------- Tables -----------------------------------------*/


table {
  margin: 1em 0px;
  line-height: 120%;
}

thead th {
  background-color: #333333;
  color: #ffffff;
}

tfoot td {
  background-color: #eeeeee;
}

caption {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: left;
    max-width: 300px;
  left: 0px;
    position: sticky;
  line-height: 1.4em;
}

td {
  font-size: 16px;
}

table th,
table td {
  word-break: normal;
  min-width: 175px;
  vertical-align: middle;
  padding: 1em 1em;
  border-color: #ffffff;
}

.table-key {
  background-color: #ffffff;
  font-weight: initial;
  text-align: left;
}

.sticky {
  left: 0px;
  position: sticky;
  display: table-cell;
  min-width: 0px;
  padding-left: 4px;
  padding-right: 1.5em;
}


@media only screen and (min-width: 981px) {

  table {
    max-width: 100%;
  }
  
}

@media only screen and (max-width: 980px) {

  .table-scroll {
    overflow: scroll;
  margin-bottom: 45px;
  }

  .table-scroll:after {
    content: 'Scroll to view full table';
    font-size: 14px;
    font-style: italic;
    position: absolute;
  }
  
  
 .table-key {
  box-shadow: 10px 0 5px -2px rgba(0,0,0,.15);
  }
  
  .table-key + td,
  .table-key + th {
    padding-left: 1.5em;
  }

}

/*------------------------------- EO Tables -----------------------------------------*/

/*--------------------------------- FAQs --------------------------------------------*/
.faq-section{
  width: 100%;
}
.map-list-section{
  width: 100%;
}
.map-list-section .item-faq-block:hover{
  background-color: #dddddd;
}
.faq-section .item-faq-block>p, .map-list-section .item-faq-block>p{
  display: none;
}
.faq-section .item-faq-block .link-toggle-direct, .map-list-section .item-faq-block .link-toggle-direct{
  text-decoration: none;
  display: block;
  background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/11/new-tab-icon-blue.svg');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center right;
}
/*.faq-section .item-faq-block>h3.open-toggle{
  color: #c20430;
}*/

.faq-section .item-faq-block>h3, .faq-section .item-faq-block>h2, .faq-section .item-faq-block .link-toggle-direct,
.map-list-section .item-faq-block>h3, .map-list-section .item-faq-block>h2, .map-list-section .item-faq-block .link-toggle-direct {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    line-height: 140%;
    font-weight: 700;
    color: #00205c;
    font-family: 'montserrat',sans-serif;
}
.faq-section .item-faq-block>h3::after, .faq-section .item-faq-block>h2::after {
    content: "\f078";
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    right: 0;
    top: 16px;   
}
.faq-section .item-faq-block>h3.open-toggle::after, .faq-section .item-faq-block>h2.open-toggle::after,
.map-list-section .item-faq-block>h3.open-toggle::after, .map-list-section .item-faq-block>h2.open-toggle::after{
  transform: rotate(180deg);
}

.faq-section .item-faq-block ,.map-list-section .item-faq-block{
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 1em 1.5em;
}

.faq-section div + div {
  margin-top: .66em;
}
.item-faq-block .block-description-question{
  display: none;
}
.block-description-question + p{
  display: none;
}

.collapse-standard{
  float: right;
  text-decoration: none !important;
  margin-top: 18px;
  padding-right: 2px;
}
.collapse-standard::after{
  display: none;
}
.collapse-standard span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: inherit;
}
.collapse-standard br{
  display: none;
}

.box-collapse{
  float: right;
  position: relative;
}
.block-faq-title{
  overflow: hidden;
  width: 100%;
}
.block-faq-title h2{
  float: left;
}
.collapse-toggles-color{
  color:#c20430 !important;
}


@media only screen and (max-width: 480px) {
  .faq-section h3::after {
    top: 14px;
  }
}


/*--------------------------------- EO FAQs --------------------------------------------*/



/*------------------ Breadcrumds (Use shortcode [yoast-breadcrumb]  ---------------------*/

.breadcrumbs-customize {
    margin-bottom: 100px;
    color:#fff;
    font-size: 14px;
}
.breadcrumbs-customize .breadcrumb_last{
  font-weight: bold;
}
.breadcrumbs-customize span a{
  text-decoration: underline;
}
.breadcrumbs-customize span a:hover{
  text-decoration: none;
}
.breadcrumb{
    color:#fff;
}

/*------------------------------ EO Breadcrumds -------------------------------*/



/* ----------------------------- Global Announcement Bar -------------------------------*/

.red-announcement {
  padding: 5px 10px;
  margin: 0px;
  background-color: #ff0000;
  color: #ffffff;
}

.red-announcement a,
.red-announcement a:visited{
  color: #ffffff;
}

.red-announcement p{
  padding: 12px 0px;
}

.red-announcement p:before {
    content: '\26A0';
    font-size: 27px;
    line-height: 100%;
    display: inline-block;
    position: absolute;
    margin-left: -35px;
  margin-top: 1px;
}

/* ---------------------------------- EO Announcement Bars ----------------*/



/* --------------------------------- Sidebar ------------------------------*/

.sidebar h3,
#sidebar h3 {
  margin-top: 1.5em;
  margin-bottom: 0px;
}

.sidebar img,
#sidebar img {
  margin: .66em 0px;
}
.widget-title{
  display: none;
}

/*--------------------------------- EO Sidebar ---------------------------------------*/




/*------------------------------ Overwriting Default Wordpress Theme ---------------------------------*/


h1:before,
h2:before {
  display: none !important;
}

  
  
.entry .entry-content > *, 
.entry .entry-summary > *, 
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, 
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 0px !important;
  max-width: none !important;
} 


header.entry-header {
    display: none;
}


/*------------------------------ EO Overwriting Default Wordpress Theme ---------------------------------*/







/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
/*------------------------------ CF.edu CSS -----------------------------------------*/
@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf");

    /*src: url("https://cfwebhost2.cf.edu/wp-content/themes/cf-childtheme/fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf");*/

}
@font-face {
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    /*src: url("https://cfwebhost2.cf.edu/wp-content/themes/cf-childtheme/fonts/Montserrat/Montserrat-Bold.ttf");*/
       src: url("fonts/Montserrat/Montserrat-Bold.ttf");

}
@font-face {
    font-family: "montserrat",sans-serif;
    font-weight: 400;
    /*src: url("https://cfwebhost2.cf.edu/wp-content/themes/cf-childtheme/fonts/Montserrat/Montserrat-Regular.ttf");*/
    src: url("fonts/Montserrat/Montserrat-Regular.ttf");
}

h1,
h2 {
  font-family: "EB Garamond";
}

h3 {
  color: #00205c;
}

h4 {
  color: #c20430;
}

.pre-h {
  color: #c20430;
  letter-spacing: 1px;
  font-weight: 700;
}

caption {
  color: #00205c;
}

.dark-section {
  background-color: #00205c;
}

.dark-section a {
  color:#ffffff;
}

thead th {
  background-color: #00205c;
}

.small-h3 h3 {font-size:18px;}
.small-h3 h3 a:after{
  font-size: 18px;
}



/* ----------------------------- Global Announcement Bars -------------------------------*/

.red-announcement {
  padding: 5px 10px;
  margin: 0px;
  background-color: #c20430;
  color: #ffffff !important;
}

.blue-announcement {
  padding: 5px 10px;
  margin: 0px;
  background-color: #00205c;
  color: #ffffff !important;
}

.red-announcement a,
.red-announcement a:visited,
.blue-announcement a,
.blue-announcement a:visited {
  color: #ffffff !important;
}

.red-announcement p,
.blue-announcement p {
  padding: 12px 0px;
}

.red-announcement p:before,
.blue-announcement p:before {
    content: '\26A0';
    font-size: 27px;
    line-height: 100%;
    display: inline-block;
    position: absolute;
    margin-left: -35px;
  margin-top: 1px;
}

/* -------------- EO Announcement Bars ----------------*/

/*--------------- Buttons & Link Colors ---------------*/

a, a:visited {
  color: #c20430;
}

a.am-button-1,
a.am-button-2,
a.am-button-3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a.am-button-1 {
  background-color: #00205c;
  color: #ffffff;
}
a.am-button-2 {
  border-color: #00205c;
  color: #00205c;
}
a.am-button-3 {
  background-color: #c20430;
  color: #ffffff;
}
a.am-button-4 {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
}

/*------------- Button Hover on Desktop ----------------*/

@media only screen and (min-width: 981px) {

  a.am-button-1:hover,
  a.am-button-3:hover {
    padding-left: 26px;
    padding-right: 56px;
    opacity: 1;
  }

  a.am-button-2:hover {
    padding-left: 24px;
    padding-right: 54px;
    opacity: 1;
  }

  a.am-button-1:after, 
  a.am-button-2:after, 
  a.am-button-3:after {
      content: ' ';
      background-image: url(https://cfwebhost2.cf.edu/wp-content/uploads/2020/05/button-arrows.png);
     background-size: auto 12px;
     background-position: center right;
     background-repeat: no-repeat;
    width: 20px;
     height: 32px;
     display: inline-block;
      position: absolute;
      opacity: 0;
      margin-left: -10px;
    transition: all 0.5s;
  }

  a.am-button-1:after, 
  a.am-button-3:after {
    filter: grayscale(100%) invert(100%);
  }

  .dark-section a.am-button-2:after,
  .hero-level-1 a.am-button-2:after,
  .hero-level-2 a.am-button-2:after {
    filter: grayscale(100%) invert(100%);
  }

  a.am-button-1:hover:after, 
  a.am-button-2:hover:after, 
  a.am-button-3:hover:after {
    margin-left: 10px;
    opacity: 1;
  }
  
  a.am-button-4:hover:after {
    margin: 0px 0px 0px 16px;
  }
  
}
/*------------- EO Button Hover on Desktop ----------------*/

/*------------- Hero Sections ----------------------------- */

.hero-level-1 {
  padding: 10px 0px !important;
  margin-bottom: 100px !important;
}
.hero-level-2{
  padding: 10px 0px !important;
}
.hero-level-1 .am-column-1-1,
.hero-level-2 .am-column-1-1 {
  padding: 0px 60px;
}
.hero-level-1 h1,
.hero-level-2 h1,
.hero-level-1 p,
.hero-level-2 p,
.hero-level-1 a,
.hero-level-2 a {
  color: #ffffff;
}
.hero-level-1 ol,
.hero-level-2 ol,
.hero-level-1 .breadcrumb {
  margin-bottom: 100px;
}
.hero-level-1 p.pre-h,
.hero-level-2 p.pre-h {
  font-weight: 300;
}
.hero-level-1 a.am-button-2,
.hero-level-2 a.am-button-2 {
  color: #ffffff;
  border-color: #ffffff;
}

@media only screen and (max-width: 980px) {
  
  
  .hero-level-1,
  .hero-level-2 {
  margin: 0px;
  }
  
  .hero-level-1 .am-column-1-1,
  .hero-level-2 .am-column-1-1 {
    padding: 30px 10px;
  }
  
  
}


/*------------- EO Hero Sections -----------------------------*/



/*------------- Misc. ----------------------------------------*/

.red-border-bottom {
  border-bottom: 4px solid #c20430;
}
.red-border-top {
  border-top: 4px solid #c20430;
}

.single-post .main-content img {
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #00205c;
}

img.box-shadow {
  box-shadow: 8px 8px 0px #00205c;
    border: 1px solid #ffffff;
  outline: 1px solid white;
  outline-offset: -10px;
}

.two-column-full-width-right-image .am-column-1-2:last-of-type {
  outline: 1px solid rgba(255,255,255,0.3);
  outline-offset: -10px;
}

.two-column-full-width-left-image .am-column-1-2:first-of-type {
  outline: 1px solid rgba(255,255,255,0.3);
  outline-offset: -10px;
}

@media only screen and (max-width: 980px) {

  .two-column-full-width-right-image .am-column-1-2:last-of-type,
  .two-column-full-width-left-image .am-column-1-2:first-of-type {
  outline-offset: -10px;
  }

}





iframe.iframe-video {
    box-shadow: 8px 8px 0px #00205c;
    border: 1px solid #ffffff;
}


.dark-section p.pre-h {
    background-color: #C20430;
    color: #ffffff;
    padding: 0px 5px;
    display: inline-block;
}


/*-------------- Misc. ----------------------------------------*/


/*------------- BO Sidebar ----------------------------*/



.sidebar h3{
  margin-top: 41px;
  margin-bottom: 0px;
}

.sidebar img{
  margin: 12px 0px;
}

.sidebar-nav {
  margin-bottom: 41px;
}

.sidebar-nav ul {
  margin: 0px;
  padding: 0px;;
}

.sidebar-nav ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 140%;
}

.sidebar-nav ul li a {
  padding: 8px 0px 8px 12px;;
}

.sidebar-nav ul li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none !important;
  display: block;
}

.sidebar-nav > ul {
  background-color: #00205c;
  padding: 0px;
  padding-bottom: 25px;
}

.sidebar-nav > ul > li > a {
    font-size: 27px;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    background-color: #c20430;
    padding: 18px 27px 13px;
    display: block;
}

.sidebar-nav > ul > li > ul {
  padding-left: 0px;
}

.sidebar-nav > ul > li > ul:before {
    content: ' ';
    display: block;
    background-color: #ffffff;
    border-top: 4px solid #c20430;
    height: 7px;
}

.sidebar-nav > ul > li > ul > li > a {
    padding: 18px 27px;;
    font-weight: 700;
}

.sidebar-nav > ul > li > ul > li > ul {
  border-left: 1px solid #ffffff !important;;
  padding: 0px 0px 0px 12px !important;
    margin: 0px 0px 0px 27px !important;
}

.sidebar-nav > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #1a376d !important;
}

.sidebar-nav > ul > li > ul > li > ul > li > ul {
  background-color: #1a376d;
}

.sidebar-nav > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 27px;
}

.sidebar-nav li.open > a:after {
  content: '-';
}

.sidebar-nav li.closed > a:after {
  content: '+';
}
.sidebar-nav .has-child-pages{
  position: relative;
}
.sidebar-nav .has-child-pages > a:after {
    color: #ffffff;
    padding: 3px;
    font-size: 27px;
    line-height: 27px;
    margin-right: 12px;
    float: right;
    display: none;
}
.sidebar-nav .has-child-pages>.icon-sidebar-child{
  cursor: pointer;
}
.sidebar-nav li.closed>.icon-sidebar-child::after {
  content: '\4c';
}
.sidebar-nav li.open>.icon-sidebar-child::after {
  content: '\4b';
}
.sidebar-nav ul li .icon-sidebar-child::after{
  top: 5px !important;
}
.sidebar-nav > ul > li > ul > li > .icon-sidebar-child::after{
  top: 10px !important;
}

.sidebar-nav .has-child-pages>.icon-sidebar-child::after {
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 8px;
    width: 40px;
    height: 30px;
    color: #ffffff;
    padding: 3px;
    font-size: 24px;
    line-height: 27px;
    float: right;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}




.sidebar-contact {
  background-color: #f2f2f2;
  padding: 18px 27px;
  margin-bottom: 27px;
}

.sidebar-contact h4 {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  padding-bottom: 0px;
}

.sidebar-contact a {
    color: #111111;
}

.sidebar-testimonial {
  background-color: #00205C;
  color: #ffffff;
  padding: 18px 27px;
  margin-bottom: 27px;
}

.sidebar-testimonial img {
  max-width: 40px;
  opacity: 0.3;
  margin: 12px auto 8px;
  display: block;
}

.sidebar-testimonial p {
  font-size: 14px;
}

.sidebar-testimonial .testimonial-author {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-top: 18px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}

.sidebar-testimonial .testimonial-author-descriptor {
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
  padding-left: 12px;
  padding-right: 12px;
}

p.sidebar-deadline-date {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    background-color: #c20430;
    padding: 4px 8px;
  display: inline-block;
}
.link-post-recent-ev{
  color:#111 !important;
  display: block;
  text-decoration: underline;
}
.sidebar-deadline-date {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sidebar .first-title-sidebar{
  margin-top: 0px;
}



/*-------------------- EO Sidebar ----------------------- */





.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5 {
  color: #ffffff;
}



/*-------------------- Global Style Section ----------------------- */



/*a , a:focus, a:active, button:focus, button:active, button {
    outline: none;
    text-decoration: none;  
}*/
ul{
  max-width: inherit;
}
/*h3{
    font-size: 27px;
    line-height: 140%;
    font-weight: 700;
    margin: 0px;
    color:#00205c;
}*/
/*h4{
    font-size: 18px;
    line-height: 180%;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c20430;
    margin-bottom: 18px;
}*/
.color-standard-white{
  color:#ffffff;
}
.color-standard-blue{
  color:#00205c;
}
.bg-standard-blue{
  background-color:#00205c;
}

.color-standard-red{
  color:#c20430;
}
.bg-standard-red{
  background-color:#c20430;
}
.color-dark-grey{
  color:#888888;
}
.bg-dark-grey{
  background-color:#888888;
}

.color-standard-black{
  color:#333333;
}
.bg-standard-black{
  background-color:#333333;
}

.full-width-row-box{
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: inherit !important;
  width: 100% !important;
}
.am-section {
    padding: 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.am-row {
    position: relative;
    width: 80%;
    max-width: 1400px;
    margin: auto;
    padding: 27px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.am-row>p{
    display: none;
}
.container-workbox{
    width: 80%;
    max-width: 1400px;
    margin: auto;
}

.am-row::after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}

.am-column {
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-right: 5.5%;
    background-repeat: no-repeat;
    min-height: 1px;
}
.am-column:last-child {
    margin-right: 0px;
}
.am-module{
    margin-bottom: 20px;
}
.am-module:last-child{
    margin-bottom: 0px;
}
.am-equal-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: ltr;
}

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container::before {
  display: table;
  content: " ";
}
.container::after {
  display: table;
  content: " ";
  clear:both;
}
.wrapper-links-button{
    margin-top: 25px;
    display: block;
}
.no-space-margin{
  margin-top: 0px;
}

.site-content{
    overflow: visible;
}
#page{
  position: relative;
}
.show-only-desktop{
  display: block !important;
}


.wrapper-view-mobile{
    display: none;
}

.no-padding-top{
  padding-top: 0px !important;
}
.no-padding-bottom{
  padding-bottom: 0px !important;
}

iframe.map-iframe {
    padding: 5px;
    border: solid 1px #333333 !important;
}
@media only screen and (min-width: 992px) {
    .take-control-block .am-column-1-3{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
    .show-only-mobile{
      display: none !important;
    }
    .am-column-two {
        width: 47.25%;
    }
    .am-column-three {
        width: 29.667%;
    }
    .am-column-four {
        width: 20.875%;
    }
    .side-left-academic{
      width: 45%;
      margin-right: 5%;
    }
    .side-right-academic{
      width: 55%;
    }
    
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 980px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 480px) {
  h1 {
        font-size: 48px;
        line-height: 110%;
    }
}
@media only screen and (max-width: 375px) {
  h2 {
        font-size: 35px;
        line-height: 100%;
   }
}


/*-------------------- EO Global Style Section ----------------------- */





/*-------------------- Header Section ----------------------- */

.wrapp-search a:focus{
    color:#00205c;
}
.hdr-tools {
  text-align: center;
  background: #00205c;
  padding: 5px;
}
#header {
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #c20430;
  z-index: 500;
  position: absolute !important;
}
#header .container{
    position: relative;
    width: 80%;
    max-width: 1400px;
    margin: auto;
}
.main-header{
  -moz-transition: all .4s ease-in !important;
  -o-transition: all .4s ease-in !important;
  -webkit-transition: all .4s ease-in !important;
  transition: all .4s ease-in !important;
}
#menu {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#nav-main li ul.sub-menu, #nav-main li ul.sub-menu>li{
  padding: 0px !important;
  margin: 0px !important;
}
#nav-main>li:hover>a{
  color:#00205c;
}
a.btn-theme:hover, .btn-theme > a:hover{
  background: #CE3659;
}
a.btn-theme,
.btn-theme > a {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    background: #c20430;
    color: #fff !important;
    font-family: var(--headers);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    line-height: 15px;
}

#nav-mini {
    background: #00205c;
    border-top: 1px solid #aaa;
    padding: 25px 25px 50px 25px;
    margin: 0;
    z-index: 999;
}
#nav-mini li.dropdown-top-menu a span, .show-only-mobile>a>span{
  text-decoration: underline;
}

#logo {
    padding: 15px 0;
    display: block;
    float: left;
    width: 225px;
    line-height: 0px;
}

#menu ul li a{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
}
.wrapp-search{
  position: relative;
  z-index: 9999;
}
.search-icom-show{
  position: absolute;
  display: block;
  z-index: 999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 17px;
  right: 0;
  bottom: 0;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color:#333333;
}
.search-icom-show.search-icom-close::before{
  content: "\f00d";
}

.search-icom-show::before{
  content: "\f002";
  margin-left: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color:#00205c;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
}


.single-post #header img{
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
}


.wrapper-service-box .list-services-box ul li a::before{
    content: "\5e";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    left: 0;
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 4px;
    color: #00205C;
    margin-left: -5px;
}
.wrapper-service-box h3 a:hover{
    opacity: 0.8;
}
.wrapper-service-box h3 a{
  font-size: 18.5px;
  line-height: 140%;
  font-weight: 700!important;
  margin: 0px;
  color: #00205c;
  margin-top: 25px;
  text-align: left;

}
.wrapper-service-box h3 {
  font-size: 18.5px;
  line-height: 140%;
  font-weight: 700;
  margin: 0px;
  color: #00205c;
  margin-top: 25px;
  text-align: left;
}
.dropdown-top-menu>a{
  background-color:#c20430 !important;

  
}
.dropdown-top-menu>a::after{
  content: "\f078";
  margin-left: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#menu {
    width: 0%;
    height: fit-content;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 110px;
    bottom: 0;
    z-index: 500;
    box-shadow: inset 0 10px 10px -8px rgba(0,0,0,.1);
    background: #f3f3f3;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu.open {
    left:0;
    width: 100%;
}

#menu ul{
    list-style: none;
    text-align: left;
}
#nav-main{
    padding: 25px;
    margin: 0;
}
#nav-main a{
  text-decoration: none;
}
#nav-main > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
#menu ul a {
  display: block;
}

.wrapper-menu-drop-detail{
  display: none;
}

.search-results #primary {
  margin-top: 40px;
}

.side-right-top {
  position: absolute;
  width: 600px;
  z-index: -1;
  right: 70px;
  top: 17px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.side-right-top.top-show-search {
  z-index: 999;
  opacity: 1;
}
.imput-search {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: 10px 10px 27px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 27px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 27px -11px rgba(0, 0, 0, 0.75);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.imput-search form {
  width: 100%;
  position: relative;
  display: block;
}
.imput-search form .input-text {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 33px;
  border: 0px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-size: 17px;
  line-height: 23px;
}
.imput-search form #searchsubmit {
  width: 30px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  border: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/06/icon-search.png');
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}

.member-of-logo{
  display: none;
}

/*-------------Mobile Menu Button-----------*/

#btn-menu {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    margin: 7px 0 0 0;
    padding: 12px 10px;
    background: #c20430;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    top: 25px;
}
#btn-menu .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#btn-menu.btn-close .icon-bar:first-of-type {
    transform: rotate(45deg) translate(5px,5px);
}
#btn-menu.btn-close .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg) translate(10px,-15px);
    transform-origin: right center;
}
#btn-menu.btn-close .icon-bar:nth-of-type(2) {
    opacity: 0;
}


@media only screen and (max-width: 1280px) and (min-width: 992px) {
    #header .container{
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
  
  .wrapp-search.level-down, .side-right-top.level-down{
    z-index: 1;
  }
  #btn-menu {
      display: none;
  }
}
@media only screen and (max-width: 480px) {
  #btn-menu{
      top: 20px;
  }
  #btn-menu{
      top: 20px;
  }
  #btn-menu{
      width: 45px;
      height: 45px;
      padding: 10px 8px;
  }
}
/*-------------EO Mobile Menu Button-----------*/

.wrapper-service-box {
  overflow: hidden;
  padding: 0px 15px;
}
.last-box{
  width: 32.5%;
}
.wrapper-service-box .list-services-box {
  float: left;
  width: 31.5%;
  box-sizing: border-box;
  margin-right: 1%;
}
.wrapper-service-box .list-services-box:last-child {
  margin-right: 0px;
}
.wrapper-service-box .list-services-box ul {
  margin: 0px;
  padding: 0px;
}
.wrapper-service-box .list-services-box ul li {
  display: block;
  width: 100%;
  margin: 0px;
}
.wrapper-service-box .list-services-box ul li a:hover {
    opacity: 0.8;
}
.wrapper-service-box .list-services-box ul li a {
    border: none;
    display: block;
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    padding-left: 12px;
    position: relative;

}
.logged-in #header.et-fixed-header.scrollUp{
  top:29px !important;
}
#header.et-fixed-header.scrollUp .hdr-tools{
  opacity: 0;
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
body:not(.all-control-menu) #header.et-fixed-header.scrollUp .nav-mini-wrapper{
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

#header.et-fixed-header.scrollUp{
    position: fixed !important;
    top: 0px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important; 

}

#header.et-fixed-header.scrollDown{
    position: absolute !important;
    top: -135px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important; 
}
#header.et-fixed-header{
    position: absolute !important;
    top: -135px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important; 
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important; 

}

body.all-control-menu{
  overflow: hidden;
}


  body:not(.et-fixed-header) #page.open-menu-items .header-group{
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0px;
    z-index: 9999;
    overflow: scroll;
  }

    #page.open-menu-items #header.et-fixed-header.scrollUp,
    #page.open-menu-items #header.et-fixed-header.scrollDown{
      top: 0px !important;
    }
    #page.open-menu-items #header{
      position: fixed !important;
      -moz-transition: all .4s ease-in !important;
      -o-transition: all .4s ease-in !important;
      -webkit-transition: all .4s ease-in !important;
      transition: all .4s ease-in !important;
      overflow: auto;
      min-height: 100%;
    }


.side-right-academic ul li{
    position: relative;
  }

@media only screen and (min-width: 980px) {
  .side-right-academic ul li{
    position: relative;
  }
  .side-right-academic ul li::before{
    color: #00205C;
    margin-left: -23px;
    content: "\5e";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    font-family: eleganticons;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .side-right-academic ul li::marker{
    display: none;
  }
   #menu ul li{
    list-style-type:square;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper-service-box{
    padding-left: 30px;
  }
  .wrapper-service-box h3{
    padding-bottom: 6px;
  }
  #logo #logo-two{
    display: none;
  }
  .wrapper-menu-drop-detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
  }

  #nav-main li:hover .menu-content p {
      left: 0;
      opacity: 1;
      transition-delay: 0.1s;
  }
  #nav-main li:hover {
      left: 0;
      opacity: 1;
  }
  .menu-content a{
      left: 0;
      opacity: 1 !important;
  }
  #nav-main li:hover .menu-content p.lead {
      opacity: 1;
      transition-delay: 0.1s;
  }
  #nav-main li:hover .menu-drop{
      visibility: visible;
      opacity: 1;
      z-index: 30;
      top: 100%;
      transition-delay: 0.2s;
  }
  #nav-mini li {
      display: inline-block;
      float: left;
      position: relative;
      margin: 0px;
  }
  #nav-mini>li>a:hover {
    background-color: #334D7D;
  }
  #nav-mini li a {
      color: #fff;
      font-size: 14px;
      padding: 9px 12px;
      width: auto;
  }
  #nav-mini {
      height: 50px;
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
  }
  .nav-mini-wrapper{
    position: absolute;
    right: 0px;
    width: 100%;
  }
  #nav-mini .dropdown-top-menu:hover>a::after{
        transform: rotate(180deg);
  }
  #nav-mini .dropdown-top-menu:hover ul{
      opacity: 1;
      visibility: visible;
      transition-delay: 0.1s;
  }
  #nav-mini .dropdown-top-menu ul li:hover a{
      text-decoration: underline;
  }


  #nav-mini li ul{
      background-color: #c20430;
      width: 100%;
      position: absolute;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      padding-left: 0px;
  }
  #nav-mini li ul li{
     display: block;
     width: 100%;
     padding-left: 10px;
     padding-right: 10px;
  }
  #nav-mini li ul li a{
    display: block;
    text-align: right;
    color:#fff;
    border-top: 1px solid #e18298;
    padding-right: 0px;
    padding-left: 0px;
  }

  #menu {
    padding: 0;
    width: auto;
    left: auto;
    overflow: visible;
    position: absolute;
    right: 0px;
    top: -50px;
    float: right;
    background: none;
    box-shadow: none;
    min-width: 800px;
  }
  
  #nav-main.main-menu-close{
    opacity: 0;
    z-index: -1;
  }
  #nav-main {
    float: right;
    margin: 50px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 50;
     padding-right: 50px;
  }
  #nav-main .menu-drop .menu-content-right-list{
    float: left;
    width: 65%;
    position: relative;
  }
  #nav-main .menu-drop .menu-content-right-list::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background-color: #b3cf58;
  }
  #nav-main .menu-drop .menu-content-right-list ul  {
    display: block !important;
    padding: 0px;
    float: left;
    text-align: left;
    width: 100%;
    padding-left: 10px;
  }
 

  #nav-main > li {
    display: inline-block;
    float: left;
    z-index: 50;
    margin: 0px;
  }
  #nav-main > li > a {
    padding: 25px 15px;
    color: #444;
    position: relative;
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.5px;

  }
  #nav-main > li:hover > a::after {
    opacity: 1;
    transition-delay: 0.2s;
  }
  #nav-main > li > a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    content: "";
    opacity: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #c20430;
  }
  #nav-main > li button {
    display: none;
  }
  .menu-drop {
    position: absolute;
    right: 0;
    top: -1000px;
    width: 950px;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
    z-index: 25;
    visibility: hidden;
    opacity: 0;
    border-top: 4px solid #c20430;
  }
  .menu-drop a {
    text-decoration: none;
  }
  .menu-drop .menu-content {
    display: block;
    width: 35%;
    float: left;
    padding: 35px 35px 35px 48px;
    color: #fff;
    position: relative;
    min-height: 410px;
    background-color: #00205c;
  }
  .menu-drop .menu-content.additional-style-item-menu{
    padding: 0px;
  }
  .menu-drop .menu-content.additional-style-item-menu .menu-content-detail-box{
    padding: 25px 35px 25px 48px;
  }
  .menu-drop .menu-content figure{
    margin: 0px;
    padding: 0px;
  }
  .menu-drop .menu-content img{
    width: 100%;
  }
  .menu-drop .menu-content .wrapper-links-button, .menu-drop .menu-content .wrapper-links-button a{
    margin-top: 0px;
  }
 /* .menu-drop .menu-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }*/
  .menu-drop .menu-content .lead {
    position: relative;
    opacity: 0;
    left: -10px;
    transition-duration: 1s;
    font-family: "BillyOhio", "Montserrat";
    font-size: 41px;
    margin-top: 10px;
    padding-bottom: 25px;
    border: 0;
    line-height: 60px;
    text-align: left;
  }


  .menu-drop .menu-content a {
      display: block;
      background: #c20430;
      text-align: center;
      box-shadow: 4px 4px 2px rgba(0,0,0,.1);
      margin: 18px 0px;
      padding: 12px 41px;
      width: auto;
      display: inline-block !important;
      transition: all 0.5s;
      line-height: 33px;
      font-size: 16px;
      font-weight: 600 !important;
      letter-spacing: 1px;
      text-transform: uppercase;
  }
  .less-padding{
      padding: 12px 24px!important;
  }
  .menu-drop .menu-content a::after {
    filter: grayscale(100%) invert(100%);
  }
  .menu-drop .menu-content p,
  .menu-drop .menu-content a {
    position: relative;
    opacity: 0;
    transition-duration: 1s;
    text-align: left;
  }
  .hdr-tools {
    text-align: left;
   /* height: 50px;*/
    padding: 0;
  }
 
  #header {
   /* height: 125px; */
    position: relative;
  }
  #logo {
      padding: 19px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #logo {
      width: 350px;
      padding: 15px 0;
  }
  #nav-main > li > a {
    padding: 19.5px 22px;
    font-size: 18px;
  }
  .menu-drop {
    right: -20px;
  }
}


@media screen and (max-width: 1220px) and (min-width: 992px){
   #menu {
      min-width: 725px;
   }
    #nav-main > li > a {
      padding: 19.5px 15px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px){
   #menu {
      min-width: 600px;
   }
}
@media only screen and (max-width: 1300px) {
  #nav-mini>li>a{
      font-size: 13px;
  }
}
@media only screen and (max-width: 1250px) {
  #nav-mini>li>a{
      font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #nav-mini>li>a{
      font-size: 11.5px;
  }
}

@media only screen and (max-width: 1100px) {
  #nav-mini>li>a{
      padding: 9px 8px;
  }
}

@media only screen and (max-width: 1010px) {
  #nav-mini>li>a{
      padding: 9px 7px;
  }
}
@media only screen and (max-width: 991px) {
  #logo{
    width: 200px;
  }
  #btn-menu{
    top: 20px;
  }
  body:not(.et-fixed-header) #page #header #menu{
      top: 107px;
  }
  #header{
    border-bottom: 0px;
  }
  #header::before{
    content: '';
    position: absolute;
    top: 164px;
    width: 100%;
    height: 4px;
    background-color: #c20430;
    z-index: 99999;
    left: 0;
  }

  #header.et-fixed-header.scrollUp::before{
    top: 105px;
  }
  #header.et-fixed-header.scrollUp #menu{
    top: 108px;
  }
  #nav-main>li:hover>a {
    color: #00205c;
  }
  .show-only-desktop{
    display: none !important;
  }
  #nav-mini>li>a::after{
    content: "\f078";
    transform: rotate(-90deg);
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
  }
  .member-of-logo{
    display: block;
    margin-top: 25px;
  }
  .member-of-logo img{
    margin: auto;
    max-width: 100%;
    display: block;
  }
  #nav-main{
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #menu{
    top: 175px;
  }
  #logo #logo-one{
    display: none;
  }
  .wrapper-service-box .list-services-box{
    width: 100%;
  }
  .wrapper-menu-drop-detail .menu-content{
      display: none;
  }
  .nav-mini-wrapper .hedader-links a.btn-theme,   .nav-mini-wrapper .hedader-links .btn-theme > a{
      padding: 15px 40px;
      margin-right: 10px;
      margin-bottom: 5px;
  }
  .nav-mini-wrapper .hedader-links a.btn-theme:last-child{
    margin-right: 0px;
  }
  .nav-mini-wrapper{
    background-color: #00205c;
    padding: 35px 25px;
  }
  #nav-mini{
    columns: 2;
    max-width: 517px;
    margin: auto;
    width: 100%;
    border-top: 0px;
  }
  #nav-mini .dropdown-top-menu{
    display: none;
  }
  #nav-mini li a{
    color: #fff;
    text-decoration: underline;
    font-weight: bold !important;
    font-size: 16px !important;
  }
  #nav-main li{
    position: relative;
    
  }
  #nav-main > li{
    margin: 0px;
  }
  #nav-main > li > a {
      padding: 15px;
      border-bottom: 1.5px solid #888888;
      color: #00205c;
      font-weight: bold !important;
      font-size: 22px;
  }
  #nav-main .active-parent-current{
     border-bottom: 1.5px solid #888888;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  #nav-main>li:last-child.active-parent-current>a{
       border-bottom: 1.5px solid #888888;
  }
   #nav-main .active-parent-current + li{
    margin-top: 0px;
  }
  #nav-main li button {
      transform: none;
      color: #fff;
  }
  #nav-main li button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: none;
    border: none;
    border-radius: 0px;
    background-color: #00205c;
    width: 44px;
    height: 44px;
    top: 10px;
    margin: auto;
    right: 20px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  #nav-main li button i{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  #nav-main li button.active-button i{
    transform: rotate(45deg);
  }
  #nav-main>li:last-child>a{
    border-bottom: 0px;
    box-shadow: none;
  }
  .search-icom-show{
      top: 26px;
      right: 75px;
      font-size: 26px;
  }
  .side-right-top{
    top: 26px;
    right: 130px;
  }
  .wrapper-service-box{
    padding-left: 50px;
  }
  #header>.container{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    max-width: inherit;
  }
  .show-only-mobile.active-parent-current ul.in{
    padding-top: 17px;
  }
  .show-only-mobile.active-parent-current{
    border-bottom: 0px !important;
  }
}
@media only screen and (max-width: 800px) {
  .side-right-top{
    width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .side-right-top{
    width: 400px;
    top: 30px;
  }
    #nav-main > li > a {
        font-size: 20px;
    }
    #header .hdr-tools .container{
      width: 95%;
      max-width: inherit;
    }
    .wrapper-service-box{
      padding-left: 30px;
    }
}
@media only screen and (max-width: 600px) {
  .side-right-top{
    width: 320px;
  }
}
@media only screen and (max-width: 480px) {
  
  .side-right-top{
    width: 267px;
    top: 30px;
  }
  #header.et-fixed-header.scrollUp #menu{
    top: 107px;
  }
  #nav-main > li > a {
      font-size: 20px;
  }
  .list-services-box ul li{
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .wrapper-service-box h3{
    font-size: 18px;
    color:#333;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .wrapper-service-box .list-services-box ul{
    margin-left: 15px;
  }
  #logo{
    width:200px;
    transform: scale(0.8);
    margin-left: -20px;
  }

  #menu {
    top: 166px;
  }
  .nav-mini-wrapper .hedader-links a.btn-theme, .nav-mini-wrapper .hedader-links .btn-theme > a {
    padding: 15px 24px;
  }
  #nav-mini{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    max-width: 294px;
  }
  #nav-mini li{
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .member-of-logo {
      margin-left: auto;
      margin-right: auto;
      max-width: 200px;
  }
  .wrapper-service-box{
    padding-left: 35px;
    padding-right: 10px;
  }
  #nav-main li button{
    right: 10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    top:16px;
  }
}
@media only screen and (max-width: 390px) {
  .side-right-top{
    width: 220px;
  }
}
@media only screen and (max-width: 375px) {
   .search-icom-show{
      right: 65px;
  }
  .side-right-top{
    right: 103px;
    top: 30px;
  }
  
  .wrapper-service-box h3{
    font-size: 17px;
  }
  #header>.container, #nav-main, .nav-mini-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  a.btn-theme, .btn-theme > a{
    font-size: 12px;
    padding: 8px 20px;
  }
  #nav-mini li a{
      font-size: 14px !important;
  }
}
@media only screen and (max-width: 340px){
  .side-right-top{
    width: 200px;
  }
  #nav-main > li > a {
      font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
   .search-icom-show{
      right: 70px;
  }
   
}
/*-------------------- EO Header Section ----------------------- */

/*-------- Hide H1 on Apply page --------------*/
.page-template-template_landing_page .entry-title{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;  
}
.page-template-template_landing_page .am-column-1-1 {
    padding: 0px 60px;
}

.page-template-template_landing_page .hdr-tools{
    display: none;
}
.page-template-template_landing_page nav#menu{
    opacity: 0;
    visibility: hidden;
}
.page-template-template_landing_page #btn-menu{
  display: none;
}
body.page-template-template_landing_page{
      font-family: 'montserrat',sans-serif !important;
      font-size: 18px !important;
      margin: 0px;
}
body.page-template-template_landing_page #header{
  overflow: hidden;
}

body.page-template-template_landing_page .site-footer .section-resources{
  display: none;
}

@media only screen and (max-width: 991px) {
  .page-template-template_landing_page .fsBody .fsForm{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-right: 0px;
    border-left: 0px;
  }
  .page-template-template_landing_page .am-column-1-1{
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-template_landing_page .side-right-top{
    right: 65px;
  }
  .page-template-template_landing_page .search-icom-show{
    right: 0px;
  }
  .page-template-template_landing_page #header::before{
      top: 104px;
  }
   
}
/*-------- EO Hide H1 on Apply page --------------*/



/*-------------------- Map Section ----------------------- */
.map-section h3 {
    font-size: 22px;
}

.map-section #modal-marker h3{
  color: white;
}
.map-list-section h3.active-toogle_item{
  color: #c20430 !important;
}
.map-section {
    background: #f4f4f4;
}
.map-section .item-faq-block {
    background: none;
}
.map-section #modal-marker .block-description-question{
  padding-left: 0;
  padding-top: 0;
}
.map-section #modal-marker .block-description-question .icon_compass{
  display: none;
}
.map-section #modal-marker .block-description-question p:first-child{
  padding-left: 0;
  padding-bottom: 1.5em;
}
.map-section #modal-marker .block-description-question p{
  line-height: 125%;
}

.map-section .block-description-question {
  padding-left: 29px;
  padding-top: 5px;
}
.map-section .block-description-question .icon_compass, .map-section .block-description-question .icon_phone{
  position: absolute;
  left: 0px;
  top:7px;
}
.map-section #modal-marker .block-description-question .icon_phone{
  top:3px;
}
.map-section .block-description-question p{
  position: relative;
  padding-left: 28px;
}
/*.item-faq-block p:last-of-type {
    display: none;
}*/
.map-section .item-faq-block {
    background: none;
    border: none;
    border-bottom: solid 1px #d6d6d6;
  padding: 0.7em 1em !important;
}
.map-section .item-faq-block:last-of-type {
    border-bottom: none;
}

#campus-map{
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    padding: 0px;
}
#campus-map .map-image-location + p, #campus-map .markers + p{
  display: none;
}
#campus-map .map-image-location{
    top: 50%;
    left: 50%;
    max-width: none;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 auto;
}
#campus-map .markers {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#campus-map .markers br{
  display: none;
}
#campus-map .markers .marker {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    color: #00205c;
    font-size: 25px;
    padding: 0px;
}
#campus-map .markers .marker.active-marker{
  color: #c20430;
}
#campus-map .markers .marker:before {
    content: "\e081";
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: cover;

    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 0;
    left: 0;
}
#modal-marker{
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #00205C;
  background-image: url(/wp-content/uploads/2020/11/levy-campus-blue.jpg);
  background-size: cover;
  color: white;
  padding: 1em;
  border-radius:13px;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);  
  min-width: 315px;
   
}


#modal-marker .icon_pin{
  padding: 0 5px 0 0;
}
#modal-marker .close-marker{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
#modal-marker .close-marker:after, #modal-marker .close-marker:before{
  content: '';
  width: 80%;
  height: 2px;
  background-color:#00205C;
  position: absolute;
  top: 45%;
  left: 10%;
  /*transform: rotate(90deg) translate(-50%, -50%);*/
}
#modal-marker .close-marker:after{
  transform: rotate(45deg);
}
#modal-marker .close-marker:before{
  transform: rotate(-45deg);
}
#modal-marker .icon_phone + a{
  color:#fff !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 1700px){
  #campus-map .markers .marker.levy-location{
      top: 3.5% !important;
      left: 7% !important;
  }
}

@media only screen and (max-width: 980px){
  #campus-map{
    height: 745px;
  }
  .map-section #campus-map + .am-column-1-2, .map-section .item-faq-block{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 768px){
   #campus-map{
    height: 500px;
  }
}
@media only screen and (max-width: 480px){
  #modal-marker{

  }
   #campus-map{
    height: 300px;
  }
  #campus-map .markers .marker,#campus-map .markers .marker:before  {
      width: 20px;
      height: 20px;
      font-size: 20px;
  }
}
@media only screen and (max-width: 420px){
  #modal-marker{
        min-width: 280px;
  }
  
}
@media only screen and (max-width: 375px){
  #modal-marker{
        min-width: 250px;
  }
  .map-section #modal-marker .block-description-question p{
    font-size: 17px;
  }
  .map-section #modal-marker h3{
    font-size: 18px;
  }
}
@media only screen and (max-width: 340px){
  #modal-marker{
        min-width: 230px;
  }
  
}

/*-------------------- EO Map Section ----------------------- */
/*-------------------- Content  Section ----------------------- */

#fatv_ai .MaxAI .fatv58{
    background-color: #00205c !important;
}
.form-padding{
  padding-bottom: 20px;
}
#btnsubmit:before{
  content:"";
  background: red;
}
#az-slider{
  max-width: 72%!important;
  margin: 0 auto;
}

.hypo-section{
    padding-top: 35px;
    padding-bottom: 180px;
}

.wrapper-togle-box {
  background-color: #ddd;
  padding: 10px;
  margin-top: 10px;
}
.wrapper-togle-box h3::after{
    content: "\f067";
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 7px;
    color: #c20430;
    font-size: 20px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.wrapper-togle-box h3.open-box::after{
  content: "\f068";
}
.wrapper-togle-box h3.open-box{
  padding-bottom: 15px;
}

.information-block-mention{
  display: none;
    
}
.information-block-mention .am-row{
  width: 100%;
  display: block;
  overflow: hidden;
}
.information-block-mention .am-row .criminal-degree-pdf{
  float: left;
  width: 100%;
  max-width: 200px;
}


.table-scroll{
  width: 100%;
}
@media only screen and (min-width: 992px) {
  
  .information-block-mention .am-row .criminal-degree-pdf{
    float: left;
    width: 30%;
    margin-right: 3%;
    padding: 0px;
  }
  .information-block-mention .am-row .criminal-degree-pdf:nth-child(3n){
    margin-right: 0px;
  }
  .information-block-mention .am-row .criminal-degree-pdf:nth-child(3n+1){
    clear: both;
  }
  .information-block-mention .am-row.divide-element-four .criminal-degree-pdf{
    width: 23%;
    margin-right: 2%;
  }
  .information-block-mention .am-row.divide-element-four .criminal-degree-pdf:nth-child(3n){
    margin-right: 2%;
  }
  .information-block-mention .am-row.divide-element-four .criminal-degree-pdf:nth-child(4n){
    margin-right: 0px;
  }

}
.information-block-mention .am-row,
.information-block-mention.active-block-toogle{
  display: block;
}
.list-tabs-box {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.list-tabs-box li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  margin-bottom: 5px;
}
.list-tabs-box li a {
    padding: 7px 30px;
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
      -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.list-tabs-box li a.active-tab {
  background-color: #888;
}
.section-global-tabs-titles, .section-global-tabs-titles .am-row{
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section-global-tabs-titles + .am-section{
    padding-top: 0px;
}
.list-tabs-box li::before{
  display: none;
}

.wrapper-togle-box h3 {
  color: #00205c;
  margin-bottom: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  position: relative;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;  
  font-size: 25px;
  padding-right: 10px;
}
.wrapper-togle-box .detail-toggle {
  display: none;
}
.wrapper-togle-box .detail-toggle .list-ctc-elements .box-list-items:nth-child(even) {
  background-color: #fff;
}
.wrapper-togle-box .detail-toggle .list-ctc-elements .box-list-items .item-box:first-child{
  color:#c20430;
  text-transform: uppercase;
}
.wrapper-togle-box .box-list-items {
  overflow: hidden;
  padding: 7px 0px;
}
.wrapper-togle-box .box-list-items.th-head {
  background-color: #c20430;
}
.wrapper-togle-box .box-list-items.th-head .item-box {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-togle-box .box-list-items .item-box {
  width: 33.333%;
  float: left;
  color: #333333;
  position: relative;
  font-size: 16px;
  padding: 0px 8px;
}


.hedader-links{
  padding: 10px 0px;
  line-height: 0px;
}

.pre-h{
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
}
.mention-credit-hour{
  font-weight: bold;
}
.credit-backend-inf{
  display: none;
}
.am-button-1.back-page{
  margin-top: 0px;
  margin-bottom: 0px;
}
a.am-button-1, a.am-button-2, a.am-button-3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.am-button-1 {
    background-color: #00205c;
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}

a.am-button-2 {
    color: #00205c;
    background-color: transparent;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 10px 39px;
    border: 2px solid #333333;
    border-color: #00205c;
}
a.am-button-3 {
    background-color: #c20430;
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}
a.am-button-1::after, a.am-button-2::after, a.am-button-3::after, .menu-drop .menu-content a::after, #btnsubmit::after{
    content: ' ';
    background-image: url("https://cfwebhost2.cf.edu/wp-content/uploads/2020/05/button-arrows.png");
    background-size: auto 12px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 20px;
    height: 32px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    margin-left: -10px;
    transition: all 0.5s;
}
a.am-button-1:hover, a.am-button-3:hover, .menu-drop .menu-content a:hover {
    padding-left: 26px;
    padding-right: 56px;
    opacity: 1;
}
.menu-drop .menu-content a:hover::after, #btnsubmit:hover::after {
    margin-left: 10px;
    opacity: 1;
}
a.am-button-2:hover {
    padding-left: 24px;
    padding-right: 54px;
    opacity: 1;
}


.block-contact{
  position: relative;
}
.block-contact.form-home-filter{
  width: 70%;
}
.block-contact .wrapper-input {
    padding: 8px 0;
}
.wrapp-input-control{
  position: relative;
}
.icon-search-filter::before{
    content: "\f002";
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

.icon-search-filter{
    position: absolute;
    display: block;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 13px;
    bottom: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #333333;
}
.list-filter-pages .wrapper-description-am h3, .list-three-column .wrapper-description-am h3{
  font-size: 22px;
}
.title-cat{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.block-contact input.fname {
    width: 100%;
    margin: 0px;
    padding: 16px 60px 16px 20px;
    position: relative;
    z-index: 1;
    color: #333333;
    line-height: 1.1em;
    font-size: 18px;
    font-weight: 700;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 98% 12px;
    border: 2px solid #00205c;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Montserrat',sans-serif;
}
.block-contact select{
    width: 100%;
    margin: 0px;
    padding: 12px 60px 12px 20px;
    border: 2px solid #cfcfcf;
    border-radius: 2px;
    color: #727272;
    font-family: 'Montserrat',sans-serif;
}
.block-contact .wrapper-input .side-left {
    float: left;
    width: 31.8%;
    margin-right: 2%;
    position: relative;
}
.block-contact .wrapper-input .side-left:nth-child(3n){
  margin-right: 0px;
}
.block-contact .wrapper-input .side-right {
    float: right;
    width: 49%;
}
.block-contact label{
    font-size: 16px;
}
#degree-type, #areas_of_study{
  display: none;
  visibility: hidden;
}
.computer-courses { 
  height:100px!important;
}
.tcc-select{
    font-size: 0px;
    line-height: 0px;
    text-align: left;
    position: relative;
}
.tcc-select .sel-val{
    margin: 0px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1em;
    text-align: left;
    color: #757575;
    transition: color 200ms;
    font-family: 'Montserrat',sans-serif;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-size: 18px;
    background: #fff;
    border: 2px solid #00205c;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tcc-select .sel-val::before{
  content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 13px;
    transform-origin: 25% 25%;
    transform: rotate(45deg);
    border-right: 1.5px solid #00205c;
    border-bottom: 1.5px solid #00205c;
    transition: border 150ms;
}
.tcc-select .sel-opts {
    width: 100%;
    max-height: 0px;
    height: auto;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    border: 2px solid #cfcfcf;
    border-top: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #f8f8f8;
    transition: max-height 150ms, margin 150ms, opacity 150ms;
}
.tcc-select .opt.clear {
    color: #222;
    font-size: 12px;
    text-align: right;
    display: none;
}
.tcc-select .opt.clear i {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-left: 4px;
}
.tcc-select .opt {
    position: relative;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #757575;
    cursor: pointer;
    z-index: 1;
    transition: color 150ms;
}

.tcc-select .opt::before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #00205c;
}

.tcc-select .opt::after {
    content: '';
    width: 95%;
    height: 0px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -47%;
    z-index: -2;
    border-bottom: 1.5px solid #e6eaec;
}

.select-wrap.on .tcc-select .sel-opts {
    max-height: 375px;
    margin-top: 0px;
    z-index: 10;
    transition: max-height 300ms, margin 300ms;
}
.select-wrap.latest {
    z-index: 5;
}
.tcc-select .opt:hover::before, .tcc-select .opt:focus::before, .tcc-select .opt.sel::before {
    width: 100%;
    opacity: 1;
}
.tcc-select .opt:hover, .tcc-select .opt:focus, .tcc-select .opt.sel, .tcc-select .opt.sel-set {
    color: #fff;
}
.select-wrap.selected .tcc-select .opt.clear {
    display: block;
}
.select-wrap.selected .sel-val {
    color:#333;
}
.tcc-select .opt.clear i::before, .tcc-select .opt.clear i::after {
    content: '';
    width: 10px;
    height: 0px;
    position: absolute;
    top: 5px;
    left: 2px;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    transition: border 150ms;
}
.tcc-select .opt.clear i::after {
    transform: rotate(-45deg);
}
.tcc-select .opt.clear:hover i::before,
.tcc-select .opt.clear:hover i::after,
.tcc-select .opt.clear.sel i::before,
.tcc-select .opt.clear.sel i::after {
    border-color: #fff;
}
.search-opts {
    width: 100%;
    max-height: 0px;
    height: auto;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    border: 2px solid #cfcfcf;
    border-top: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #f8f8f8;
    transition: max-height 150ms, margin 150ms;
}
.search-opts .opt{
    position: relative;
    line-height: 1.1em;
    font-size: 18px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    cursor: pointer;
    z-index: 1;
    transition: color 150ms;
}
.search-opts .opt a{
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    display: block;
}
.search-opts .opt::before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #00205c;
}

.search-opts .opt::after {
    content: '';
    width: 90%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -45%;
    z-index: -2;
    border-bottom: 2px solid #e6eaec;
}
.pf-search-wrap.on .search-opts {
    max-height: 230px;
    margin-top: 0px;
    z-index: 10;
    overflow-y: auto;
    transition: max-height 300ms, margin 300ms;
}
.search-opts .opt:hover::before,
.search-opts .opt:focus::before,
.search-opts .opt.sel::before {
    width: 100%;
}

.search-opts .opt:hover a,
.search-opts .opt:focus a,
.search-opts .opt.sel {
    color: #fff;
}
.value-hidden-box{
  display: none;
}
.show-find-looking{
  display: block;
}
.sorry-no-results{
  max-width: inherit;
  text-align: center;
}
.line-order {
    color: #00205c;
    padding: 30px 0px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
}
.line-order::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: #00205c;
}
.line-order span {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px 10px;
    background-color: #fff;
}
.computer-courses { height:100px;}


@media only screen and (max-width: 768px) {
  .block-contact .wrapper-input .side-left{
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}










.list-three-column, .list-filter-pages{
  padding-left: 0px;
  margin: 0px;
  overflow: hidden;
}
.list-three-column li::before, .list-filter-pages li::before{
  display: none;
}
.list-three-column li {
  float: left;
  width: 47%;
  margin-right: 1.5%;
  background-color: #f9f9f9;
  list-style-type: none !important;
  margin-top: 0px;
  text-align: left;
}
.list-three-column li:nth-child(2n+1){
  clear: both;
}
.wrapper-filter-box{
  margin-top: 80px;
}
.list-filter-pages{
  text-align: center;
}
.list-filter-pages li{
  display: inline-block;
  width: 31%;
  margin-right: 1.3%;
  background-color: #f9f9f9;
  list-style-type: none !important;
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: top;
}

.list-filter-pages li:last-child{
   margin-right: 0px;
}
.list-filter-pages li:nth-child(3n + 1){
   clear: both;
}
.list-three-column li:last-child  {
  margin-right: 0px;
}
.list-three-column li .image-block-bg, .list-filter-pages li .image-block-bg  {
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
  outline: 1px solid white;
  outline-offset: -10px;
}
.wrapper-description-am p{ 
  color:#111;
}
.list-three-column li .wrapper-description-am, .list-filter-pages li .wrapper-description-am {
  padding: 17px 12px;
}
.list-three-column li h4, .list-filter-pages li h4{
  color:#00205c;
  line-height: 150%;
}
.list-three-column>li>a{
  text-decoration: none !important;
}
.static-html .wrapper-description-am>p, .static-html li>a>p, .static-html li>p{
  display: none;
}
.related-corporate li::before{
  display: none !important;
}




.section-banner-page{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.wrapper-view-desktop{
    position: relative;
    display: block;
    background-size: cover;
    margin-bottom: 30px;
    background-color: #f3f3f3;
}
.wrapper-view-desktop .custom-content-inf .sub-section{
    position: relative;
    top: auto;
}
.wrapper-view-desktop .block-content-inf h1{
    font-weight: 700;
    line-height: 120%;
}
.wrapper-view-desktop .block-content-inf h1,
.wrapper-view-desktop .custom-content-inf .sub-section,
.wrapper-view-desktop .sub-header, 
.wrapper-view-desktop time {
    padding: 10px 0px;
    position: relative;
    text-shadow:initial; 
    top: auto !important;
    text-align: left !important;
}
.wrap-element{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: ltr;
    position: relative;
}
.block-text-view-desktop{
    width: 50%;
    float: left;
    padding: 10% 5%;
    padding-left: 0px;
}
.wrap-element .detail-view-desktop{
    width: 50%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#btnsubmit{
  display: block;
  background: #00205c;
  text-align: center;
  margin: 18px 0px;
  border-radius: 0px !important;
  padding: 12px 41px;
  width: auto;
  display: inline-block !important;
  transition: all 0.5s;
  line-height: 33px;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.row-accounting-box #btnsubmit{
  background: #c20430;
}
#btnsubmit:hover{
  opacity: 0.8;
}
#btnsubmit::after{
filter: grayscale(100%) invert(100%);
}
.row-accounting-box form#signup>p{
  display: none;
}
.row-accounting-box input[type="text"]{
      width: 100%;
  }
@media only screen and (max-width: 992px) {
  .row-accounting-box input[type="text"]{
      width: 100%;
  }
}
/*------------------------------ PDF Download -------------------------------*/
  a.pdf-download:hover .layer-bg{
    opacity: 1;
  }
  .element-image-download{
    position: relative;
    line-height: 0px;
  }
  .element-image-download .layer-bg{
    position: absolute;
    background-color: rgba(0,32,92,0.8);
    opacity:0;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/08/download-icon.svg');
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; 
  }
/*------------------------------ EO PDF Download -------------------------------*/
.page-id-4182 #container, html.embed {
    background-color: none!important;
}
/*------------------------------ Custom A for State Authorization Information ------*/
.page-id-5169 h3 a:after, .page-id-5110 h3 a:after, .page-id-796 h3 a:after, .page-id-3928 h3 a:after {
    content: "";
}
/*------------------------------ Criminal Degree Page PDF Download -------------------------------*/
.criminal-degree-pdf{
    width:50%;
  max-width: 200px;
}
.criminal-degree-pdf h3{
    text-align: center;
    padding-top: 5px;
  font-size:22px;
}
/*------------------------------ EO Criminal Degree Page PDF Download -------------------------------*/
/* -------- News Section ------*/
.go-back-news{
  text-decoration: none;
  position: relative;
}
.go-back-news .pre-h{
    position: relative;
    display: inline-block;
}
.go-back-news .pre-h::before{
    position: absolute;
    left: -25px;
    height: 20px;
    width: 20px;
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    transform: rotate(90deg);
    opacity: 0;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 7px;
    font-size: 13.9px;
}
.go-back-news:hover .pre-h::before{
  opacity: 1;
}
body.single-post .hero-blog,
body.single-post .hero-blog .am-row,
body.single-tribe_events .hero-blog,
body.single-tribe_events .hero-blog .am-row
{
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f2f2f2;
}
body.single-post .block-text-hero-blog, body.single-tribe_events .block-text-hero-blog{
  padding-left: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.block-image-featured-single img{
    display: none;
    width: 100%;
}

body.single-tribe_events #tribe-events-pg-template, body.single-tribe_events .tribe-events-pg-template{
    margin: 0 auto;
    max-width: inherit;
}
.tribe-theme-twentynineteen.single-tribe_events.tribe-events-page-template #tribe-events-content{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
  padding-top: 60px;
}
.tribe-events-before-html h1{
  margin-bottom: 25px;
}
#tribe-events-pg-template .tribe-events-before-html{
  display: none;
}
body.single-tribe_events .section-single-content .am-column-1-1{
  padding-right: 0px;
  padding-left: 0px;
}
body.single-tribe_events #tribe-events-content .type-tribe_events{
  margin-top: 0px;
}
.single-tribe_events .tribe-events-schedule{
  background: transparent !important;
  border:0px !important;
}
.single-tribe_events .tribe-events-single-event-title{
      font-size: 41px;
}
body.single-tribe_events .tribe-events-back{
  margin-bottom: 0px;
}
#tribe-events-pg-template{
  padding: 0px;
}
.tribe-venue a{
	color: #000!important;
	font-weight: 700;
}
.tribe-events-widget-events-list__event-venue a, .tribe-venue a{
	pointer-events: none;
}
#tribe-events-pg-template .tribe-events-content ul, .tribe-events-after-html ul, .tribe-events-before-html ul{
  list-style:none;
}
#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2, .tribe-events-related-events-title, .tribe-theme-twentynineteen.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 41px;
}
.tribe-events-meta-group .tribe-events-single-section-title{
  text-transform: none;
}
.tribe-events-related-events-title{
  font-family: "EB Garamond";
}
.tribe-events-widget .tribe-events-widget-events-list__event-row {
    border-bottom: none !important;
    overflow: hidden !important;
    padding-bottom: 5px !important;
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
    margin-left: 0px !important;
    padding: 20px !important;
    background: #f2f2f2 !important;
    box-sizing: border-box;
  display: block !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag{
  margin: 0 auto;
  margin-top: 20px;
}
.tribe-events-back a, .tribe-events-back a:visited, .tribe-events-event-meta a, .tribe-events-event-meta a:visited {
    color: #c20430
}
.tribe-events-widget-events-list__event{
  margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%!important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime{
   background: #00205c !important;
    box-sizing: border-box !important;
    font-weight: 700 !important;
    margin: 10px auto !important;
    display: block !important;
    text-align: center !important;
    width: 20% !important;
    padding: 3px !important;
    font-family: 'Montserrat',sans-serif !important;
    min-width: 3em;
    float: none !important;
}
.tribe-events-widget-events-list__event-date-tag-month{
  background: #fff !important;
    color: #c20430 !important;
    display: block !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    padding: 3px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.tribe-events-event-url a.am-button-1 {
    color: #ffffff!important;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a{
  color:#00205c;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
  font-size: 15px;
  font-weight: 700;
  color: #c20430;
}
.tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum{
  color: #fff!important;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}
.tribe-events-widget .tribe-events-widget-events-list__event-title{
    font-size: 24px !important;
    color: #c20430 !important;
    font-family: 'EB Garamond',serif !important;
    line-height: 140% !important;
}
.home .tribe-theme-twentynineteen .tribe-common a.tribe-common-b2--bold, .tribe-common a.tribe-common-b2--bold{
  color: #141827 !important;
  display: block;
  margin-top: 20px;
  font-size: 18px;
}

.section-list-news{
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-list-news .am-row{
  display: block;
}
  .list-news-wrapper{
      display: block;
      position: relative;
  }
  .first-three-news{
      width: 30%;
      margin-right: 5%;
      margin-bottom: 3%;
  }
  .item-detail-news{
      background-color: #f2f2f2;
      float: left;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
  }
  .first-three-news:nth-child(3n) {
      margin-right: 0px;
  }
  .find-paginator-item{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    color:#00205c;
  }
  .item-detail-news.find-paginator-item:last-child{
    margin-bottom: 25px;
  }
  .find-paginator-item .link-post{
    color:#00205c;
  }
  .find-paginator-item .info-box-detail{
    padding: 0px;
  }
  .side-left-box-pr{
    float: left;
  }
  .side-right-box-pr{
    float: right;
    margin-top: 1px;
  }
  .page-template-template_news .hero-blog {
    margin: 0px !important;
    overflow: hidden;
    padding: 0px;
    margin-top: 50px !important;
  }
  .page-template-template_news .hero-blog .am-row{
    padding: 0px;
  }
  .page-template-template_news .hero-blog h1 a, .section-list-news h2 a{
    color:#111;
  }
  .section-list-news h2.blog-title {
    font-size: 30px;
    padding-bottom: 0px;
  }
  .section-list-news .find-paginator-item h2.blog-title {
    font-size: 26px;
  }
  .page-template-template_news .hero-blog .am-row .am-column-1-2{
    padding-bottom: 100px;
    padding-top: 100px;

  }
  .page-template-template_news .hero-blog .am-row .am-column-1-2:first-child 
  {
    background-color: #f2f2f2;
  }
  .section-list-news .am-row .am-column-1-1{
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-featured{
    height: 240px;
    margin: 0px;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
  } 
  .info-box-detail{
    padding: 40px;
  }
  .show-more-paginator {
    display: block;
    position: relative;
    padding: 10px 30px;
    color: #00205c !important;
    border: 2px solid #00205c;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    clear: both;
    float: none;
    margin: auto;
    width: 255px;
    text-align: center;
    margin-top: 20px;
    top: 20px;
  }
  .show-more-paginator::before {
    content: "\64";
    margin-right: 10px;
    font-family: eleganticons;
    speak: none;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
  }

.show-more-paginator.loader-call{
    background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/09/ajax-loader.gif');
    color:transparent !important;
    background-size: 20px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.email-brauckml{
  color: #00205c;
}
.email-brauckml::before{
    content: "\e076";
    margin-right: 10px;
    font-family: eleganticons;
    speak: none;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: inherit;
    color:#c20430;
}
.section-media-inquiries{
  padding-top:0px;
  padding-bottom: 0px; 
}
.square-list-items{
  list-style-type: none;
}
.square-list-items li{
  list-style-type: none;
}

@media only screen and (min-width: 992px) {
    .section-single-content .content-left-single{
      padding-left: 0px;
    }
    .section-single-content .content-right-single{
      padding-right: 0px;
    }
}
@media only screen and (max-width: 768px) {
  .tribe-events-widget .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag-daynum{
    color: #fff !important;
  }
  .tribe-events-widget .tribe-events-widget-events-list__event-row {
    width: 100% !important;
  }
  .block-events-tribe .type-tribe_events{
    min-height: auto !important;
  }
}



@media only screen and (max-width: 991px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper{
    width: 100%;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details{
    width: 100%;
  }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content{
    display: block;
  }
  .tribe-theme-twentynineteen .tribe-events .entry.tribe-events-calendar-day__event,
  .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{
    padding-left: 0px;
    padding-right: 0px;
  }
  body.single-post .block-text-hero-blog, body.single-tribe_events .block-text-hero-blog{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.single-post .hero-blog,
  body.single-post .hero-blog .am-row,
  body.single-tribe_events .hero-blog,
  body.single-tribe_events .hero-blog .am-row{
    background-color: #fff;
  }
  .block-image-featured-single img{
    display: block;
  }
  .block-image-featured-single{
    background-image: inherit !important;
    padding: 0px;
  }
   
        
  .go-back-news .pre-h::before{
    position: relative;
    opacity: 1 !important;
    background-image: inherit;
    height: auto;
    width: auto;
    left: 0px;
    top: -1px;
    font-size: 13.5px;
    text-align: left;
    margin-top: 0px;
    margin-right: 5px;
  }
 /* body.single-post .hero-blog{
    display: none;
  }*/


  .page-template-template_news .hero-blog .am-row .am-column-1-2{
    padding-bottom: 180px;
    padding-top: 180px;
  }
  .block-text-hero-blog, .find-paginator-item, .info-box-detail{
      padding: 40px !important;
  }
  .page-template-template_news .hero-blog,.page-template-template_news .hero-blog .am-row{
    padding-top: 0px;
    padding-bottom: 0px;
  }
    .first-three-news{
      width: 100%;
      margin-right: 0px !important;
      margin-bottom: 30px;
      height: auto !important;
    }
}
@media only screen and (max-width: 768px) {
.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row{
  width: 100%;
}
.block-events-tribe .type-tribe_events{
  min-height: 180px;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag{
  background: #f2f2f2;
}
.tribe-events-widget-events-list__event-row{
  width: 100%;
}
    .block-contact.form-home-filter{
      width: 100%;
    }
}
@media only screen and (max-width: 480px) {
  body.single-post h1.blog-title, body.single-tribe_events  h1.blog-title{
    font-size: 1.6875em;
  }
  .page-template-template_news .hero-blog .am-row .am-column-1-2{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .block-text-hero-blog, .find-paginator-item, .first-three-news .info-box-detail{
      padding: 20px !important;
  }
  .find-paginator-item .info-box-detail{
    padding: 0px !important;
  }
}

/* -------- EO News Section ------*/


/*------------------------------Video Background --------------------------------*/



.am-row{
  position: relative;
}
.am-section{
  position: relative;
}

.am-video-bg *{
  box-sizing: border-box;
}
.am-video-bg br, .am-video-bg p{
  display: none;
}
.am-video-bg{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
}
.am-video-bg .mejs-video{
    position: absolute;
    background: #222;
    clear: both;
    width: 100%;
    height: 100%;
}
.mejs-mediaelement{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.mejs-mediaelement video{
  width: 100%;
  height: 100vh;
}
.mejs-container{
    position: absolute;
    max-width: none;
    margin: 0!important;
    top: 0!important;
    left: 0;
    clear: both;
}

.video-hero-full-width{
    object-fit:cover;
  background-color: #00205c!important;
}
@media only screen and (min-width: 980px) {
    .section-video-hero{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 480px) {
  .section-video-hero h1{
        font-size: 47px;
  }
}
/*------------------------------EO Video Background --------------------------------*/









/* -------- Slider Section ------*/
    .am-column-content-with-sidebar .section-slide-slick{
      padding-bottom: 50px;
    }
    .slick-dots li::before{
      display: none;
    }
    .testimonials > .am-row {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .wrapper-context-text + p{
      display: none;
    }
    .slide-calendary-events .item-slide .am-row{
      padding-bottom: 0px;
      padding-top: 0px;
      background-color: #fff;
    
    }
    .slide-calendary-events .image-slide-box{
        box-shadow: 8px 8px 0px #c20430;
        border: 1px solid #ffffff;
        outline: 1px solid white;
        outline-offset: -10px;
        margin-bottom: 8px;
        position: relative;
        margin-right: 8px;
    }
    .slide-calendary-events .am-column-1-2{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .slide-calendary-events .am-column-1-2{
      padding: 40px 0px;
      background-color: #fff;
    }
    .slide-calendary-events .wrapper-context-text{
        padding: 40px;
        background-color: #00205c !important;
    }
   
    .slide-calendary-events .slick-arrow{
        position: absolute;
        z-index: 999;
        margin: auto;
        width: 25px;
        height: 18px;
        top: 100%;

    }
    .slide-calendary-events .slick-prev{
        left: 0px;
    }
    .slide-calendary-events .slick-next{
        left: 300px;
        right: auto;
    }
    .slide-calendary-events .slick-prev::before, .slide-calendary-events .slick-next::before{
      content: '';
      width: 25px;
      height: 18px;
      position: absolute;
      background-image: url(https://cfwebhost2.cf.edu/wp-content/uploads/2020/05/button-arrows.png);
      background-size: 25px;
      background-repeat: no-repeat;
      opacity: 1;
      top: 0px;
    }
    .slide-calendary-events .slick-prev::before{
        transform: rotate(-180deg);
        left: 0px;
    }
    .slide-calendary-events .slick-next::before{
      left: 0px;
    }
    .slide-calendary-events .slick-dots{
        width: 300px;
        bottom: 0;
        left: 15px;
        top: 100%;
        height: 30px;
        margin: auto;
    }
    .slick-dots li button{
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        border-radius: 20px;
        border: 2px solid #00205c;
        opacity: 1 !important;
        position: relative;

    }
    .slick-dots li button::before{
        content:'';
        background-color: #00205c;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 9px;
        height: 9px;
        border-radius: 10px;
        opacity: 0 !important;

    }
    .slick-dots li button:hover::before{
        opacity: 1 !important;
    }
    .slick-dots li.slick-active button{
        background-color: #00205c;
    }


    .slide-calendary-events .image-slide-box:hover  .icon-play-box{
      opacity: 0.9;
    }
  .slide-calendary-events .am-column-1-2{
     background-position: center;
  }
  
  .icon-play-box{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0.7;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; 
    font-size: 100px;

  }

  .icon-play-box::before{
      content: '\49';
      opacity: 1 !important;
      width: 100px;
      height: 100px;
      display: inline-block;
      position: absolute;
      opacity: 1 !important;
      transition: all 0.5s;
      font-family: eleganticons;
      speak: none;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      color:#fff;
    }

  .call-modal-video{
      padding-right: 26px !important;
      padding-left: 56px !important;
      opacity: 1 !important;
      position: relative;
  }
  .call-modal-video::after{
      display: none !important;
  }
  .call-modal-video::before{
      content:'\49';
      /*background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/08/play-link.png?v=1') !important;*/
      margin-left: -29px !important;
      opacity: 1 !important;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      opacity: 1 !important;
      transition: all 0.5s;
      font-family: eleganticons;
      speak: none;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 19px;
      top: 0;
      bottom: 0px;
      margin: auto;
  }
  .fancybox-bg{
        background: #fff !important;
  }




 

  .section-slide-slick .sumary-description + p,
  .section-slide-slick .detail-item-testimonials + p,
  .section-slide-slick .value-testimonials-slide p{
      display: none;
  }


  .section-slide-slick .btn-prev, .section-slide-slick .btn-next {
      top: 39%;
      position: absolute;
      z-index: 9;
      color: #FFF;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      padding: 25px 10px;
      cursor: pointer;
      font-family: 'eleganticons';
      speak: none;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
  
  }
  .section-slide-slick .btn-prev:hover {
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 0 15px 15px 0;
  }
  .section-slide-slick .btn-next:hover {
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 15px 0 0 15px;
  }
  .arrow_carrot-left::before {
      content: "\34";
  }
  .arrow_carrot-right::before {
      content: "\35";
  }
  .section-slide-slick .btn-next {
    right: 0;
    display: none;
  }
  .section-slide-slick .btn-prev {
      left: 0;
      display: none;
  }
  .section-slide-slick .slick-current:hover .btn-prev,
  .section-slide-slick .slick-current:hover .btn-next {
    display: block !important;
  }
  .section-slide-slick .detail-item-testimonials{
    position: relative;
  }
  .section-slide-slick .slick-prev{
      left: 0px;
  }
  .section-slide-slick .slick-next{
      right: 0px;  
  }
  .section-slide-slick .slick-arrow::before{
    opacity: 0;
  }
  .section-slide-slick .slick-arrow{
      width: 80px;
      z-index: 9999999;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      transform: initial;
  }
.section-slide-slick .slick-slide.slick-active {
      opacity: 1;
  }
.section-slide-slick .slick-slide {
      padding: 10px;
      transition: all .2s ease;
      opacity: 0.5;
      height: auto;
      position: relative;
  }
  .section-slide-slick .testimonials-list-box{
      margin: 0px !important;
      padding: 0px !important;
  }

  .section-slide-slick .slick-list.draggable{
      padding-right: 80px !important;
      padding-left: 80px !important;
  }

  .section-slide-slick .slick-slide li {
      padding: 55px 35px;
      background-color: #f2f2f2;
      border-radius: 20px;
      position: relative;
  }
.section-slide-gallery{
  display: none;
  overflow: hidden;
}
.section-slide-gallery.show-section-gallery, .section-gallery-desktop.show-section-gallery{
    display: block;
}
.section-gallery-desktop{
  display: none;
}
.photo-gallery{
  padding-top: 0px;
  padding-bottom: 0px;
}


@media only screen and (min-width: 993px) {
  .list-gallery-student {
    position: relative;
    overflow: hidden;
  }
  .list-gallery-student .item-gallery {
    position: relative;
    float: left;
    width: 15.4%;
    margin-right: 1.5%;
    margin-bottom: 20px;
  }
  .list-gallery-student .item-gallery a {
    display: block;
  }
  .list-gallery-student .item-gallery a img {
    width: 100%;
  }
  .list-gallery-student .item-gallery:nth-child(6n) {
    margin-right: 0px;
  }
  .list-gallery-student .item-gallery:nth-child(6n + 1) {
    clear: both;
  }



    .slide-calendary-events .item-slide .am-row{
        width: 100%;
        max-width: initial;
        margin: 0px;
        padding: 0px;
    }
    /* the slides */
    .slide-calendary-events .slick-slide {
      margin-left:27px;
    }

    /* the parent */
    .slide-calendary-events .slick-list {
      margin-left:-27px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 993px){
   .slide-calendary-events .am-row .am-column-1-2:first-child{
        width: 55%;
    }
   .slide-calendary-events .am-row .am-column-1-2:last-child{
        width: 55%;
        background-position: center;
    }
}
@media only screen and (max-width: 992px) {
  .testimonials > .am-row{
    max-width: initial;
    width: 100%;
  }
  .slide-calendary-events .image-slide-box{
      transform: scale(1);
      top: 25px;
      position: relative;
      height: 307px;
  }
  .slide-calendary-events .slick-prev{
      left: 25%;
  }
  .slide-calendary-events .slick-next {
      right: 25%;
      left: auto;
  }
  .slide-calendary-events .slick-dots{
      right: 0;
      left: 0;
  }
  
  .slide-calendary-events .am-column-1-2{
      padding-top: 0px;
  }
  .row-reverse-mobile-device {
      display: -webkit-flex!important;
      -webkit-flex-direction: column-reverse!important;
      display: flex!important;
      flex-direction: column-reverse!important;
      -webkit-flex-direction: column-reverse!important;
      -moz-flex-direction: column-reverse!important;
      -ms-flex-direction: column-reverse!important;
    }
}

@media only screen and (max-width: 768px) {
  .section-slide-slick .slick-prev::before{
    left: 60px;
  }
  .section-slide-slick .slick-next::before{
    right: 60px;
  }
  .section-slide-slick .slick-arrow{
      width: 50px;
  }
  .section-slide-slick .slick-list.draggable{
      padding-right: 50px !important;
      padding-left: 50px !important;
  }
  .slide-calendary-events .slick-prev{
      left: 20%;
  }
  .slide-calendary-events .slick-next {
      right: 20%;
      left: auto;
  }
  .section-slide-slick .slick-arrow::before{
        padding: 15px 5px;
  }
}
@media only screen and (max-width: 550px) {
  .list-gallery-student .slick-dots li{
    margin: 0px;
  }
  
}
@media only screen and (max-width: 480px) {
  .list-gallery-student .slick-dots li{
    margin: 0px 1.5px;
  }
 .list-gallery-student .slick-dots li{
    width: 15px;
    height: 15px;
  }
  .list-gallery-student .slick-dots li button{
    width: 10px;
    height: 10px;
  }
  .list-gallery-student .slick-dots li button::before{
    width: 6px;
    height: 6px;
  }

  .section-slide-slick .slick-arrow::before{
    display: none !important;
  }
  .section-slide-slick .slick-list.draggable{
    padding-left: 0px !important;
    padding-right: 50px !important;
  }
  
  .slide-calendary-events .wrapper-context-text {
      padding: 40px 20px;
  }
}        
/* -------- EO Slider ------*/
/* -------- Search Results ------*/
.page-template-template_search_filter .am-section{
    padding: 50px 0;
}
.back-search{
  padding-bottom: 0px;
}
.back-page:before{
  content: '<';
    margin: 0px 0px 0px 8px;
    transition: all 0.5s;
}
.back-page:hover{
  color:#c20430;
  text-decoration: underline;
}
.block-sumary-search h2{
    font-size: 18px;
    line-height: 180%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'montserrat',sans-serif;
}
.block-sumary-search h2, .block-sumary-search h2 a{
  color:#00205c;
  padding-bottom: 0px;
  text-transform: inherit;
}
.block-sumary-search h2 a{
    text-decoration: underline;
}
.block-sumary-search p{
  color:#333;
  max-width: inherit;
  font-size: 16px;
  line-height: 140%;
}
.block-sumary-search{
  margin-bottom: 15px;
  overflow: hidden;
}
.title-elegant{
  font-size: 18px;
  font-family: 'montserrat',sans-serif;
  font-weight: 400;
  line-height: 180%;
}
.title-global-page{
  color: #767676;
  display: inline;
  letter-spacing: normal;
}
.title-global-page span{
  color:#333;
}
.search-results .am-row {
    padding: 40px 0px 0px 0px;
}
.filter-search{
    font-size: 15px;
    line-height: 20px !important;
    display: block;
    margin-bottom: 7px;
    margin-top: 7px;
}
a.filter-search {
    display: none;
}
/* -------- EO Search Results ------*/
@media only screen and (min-width: 992px) {

}
@media screen and (max-width: 1300px) and (min-width: 992px){
    .list-tabs-box li a {
        padding: 7px 14px;
        font-size: 16px;
    }
    
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 992px) {
  .wrapper-view-mobile{
        display: block;
  }
  .wrapper-view-mobile .block-content-inf{
        text-align: left;
  }
  .wrapper-view-mobile .mention-information{
      text-align: left;
      margin-bottom: 25px;
  }
  .wrapper-view-desktop{
        display: none;
  }
  .block-global-tabs{
      margin-bottom: 20px;
  }
  .row-reverse-mobile-device {
      display: -webkit-flex!important;
      -webkit-flex-direction: column-reverse!important;
      display: flex!important;
      flex-direction: column-reverse!important;
  }
}
@media only screen and (max-width: 768px) {
  
    .list-three-column, .list-filter-pages{
      display: block;
    }
    .list-three-column li, .list-filter-pages li {
      float: left;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 25px;
     
    }
}
@media only screen and (max-width: 480px) {
  .wrapper-togle-box h3{
      font-size: 20px;
    }
    .wrapper-togle-box h3::after{
      font-size: 13px;
    }
    .list-tabs-box li a {
      padding: 7px 15px;
    }
}
@media only screen and (max-width: 375px) {
   .wrapper-togle-box .box-list-items.th-head .item-box{
      text-align: center;
    }
    .wrapper-togle-box .detail-toggle .list-ctc-elements .box-list-items .item-box:last-child{
        text-align: center;
    }
    .wrapper-togle-box .box-list-items .item-box{
      font-size: 11px;
      padding-right: 5px;
      padding-left: 5px;
      line-height: 15px;
    }
}

/*-------------------- EO Content Section ----------------------- */

/*-------------------- Footer Section ----------------------- */

.section-resources{
  background-color: #f2f2f2;
  padding: 0px;
}
.section-resources .header-links{
  text-align: left;
  padding-top: 20px;
  clear: both;
}
.section-resources .header-links a{
    width: 49%;
    margin-bottom: 10px;
    padding: 20px 25px;
    text-align: center;
    vertical-align: top;
}

.list-our-campuses{
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
  padding: 0px;
}
.list-our-campuses li{
  width: 30%;
  vertical-align: top;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;

}
.logo-system-footer{
    display: block;
    margin-top: 20px;
}
.logo-system-footer img{
  margin: auto;
  display: block;
  max-width: 100%;
}
.list-resources {
  margin-top: 20px;
  list-style-type: none;
  padding: 0px;
  line-height: 25px;
  padding-left: 15px;
}
ul.list-resources li:hover {
  text-decoration: underline;
}
.list-resources li{
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 0px;
  line-height: 28px;
}
.list-resources li a{
  color:#333;
  position: relative;
  display: block;
}
/* .list-resources li a::before{
    content: "\5e";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    left: 0;
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 6px;
    color: #00205C;
    margin-left: -8px;
} */
ul.box-bullets li:before {
    color: #fff!important;
}
.section-our-campuses{
      background-image: url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/09/bell-tower1.png');
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: bottom right;
}
.section-our-campuses .am-row{
  padding: 0px;
}
.section-our-campuses .am-row .am-column-1-3{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.section-social-media p{
  max-width: 100%;
}
.section-social-media{
  background-color: #00205c;
  color:#fff;
  text-align: center;
  padding: 50px 0px;
}
.section-social-media .am-row{
  padding-top: 0px;
  padding-bottom: 0px;
}
.social-media{
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.line-icon span{
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0px 10px;
}
.social-media li{
  display: inline-block;
  vertical-align: middle;
}
.social-media li a{
  width: 50px;
  height: 50px;
  position: relative;
  color: #fff;
  font-size: 30px;
}
.social-media li a:hover{
  color:#c20430;
}
.social-media li a::before{
    position: relative;
    font-family: eleganticons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.facebook-icon a::before{
      content: '\e0c1';
}
.instagram-icon a::before{
      content: '\e09a';
}
.twitter-icon a::before{
      content: '\e094';
}
.youtube-icon a::before{
      content: '\e0a3';
}
.logo-one-footer{
  width: 50%;
}
.logo-two-footer img{
  margin-top: -17px;
}
.am-section + p{
  padding: 0px;
}
.section-social-media a{
  color:#fff;
}
.section-social-media a:hover{
  color:#fff;
  opacity: 0.8;
}
@media only screen and (max-width: 1444px) and (min-width: 980px) {
    .list-resources li {
    min-height: 60px;
}
}

@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 992px) {
  .list-our-campuses{
    width: 100%;
  }
   .list-our-campuses li{
    width: 47%;
  }
  .section-our-campuses{
      padding-bottom: 50px;
      padding-top: 50px;
  }

  .logo-one-footer{
    float: left;
    width: 48%;
  }
  .logo-two-footer{
    float: right;
    width: 44%;
  }
}
@media only screen and (max-width: 768px) {
 .section-our-campuses{
    background-size: 50px;
 }
}
@media only screen and (max-width: 480px) {
  .logo-two-footer img {
      margin-top: -10px;
      max-width: 90%;
  }
  .section-resources h3{
        font-size: 20px;
  }
  .list-resources li{
    width: 49%;
  }
 
  .line-icon span{
    width: 20px;
  }
  .section-resources .header-links a{
    padding: 15px 5px;
    font-size: 10px;
  }
  
  .list-our-campuses h3 {
      font-size: 17px;
  }
  
  .list-our-campuses p, .list-resources li a {
    font-size: 16px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 375px) {
  
}

@media only screen and (max-width: 360px) {
  .list-resources li{
    width: 48%;
  }
  
}

/*-------------------- EO Footer Section----------------------- */


/*-------------------- BO Home Page----------------------- */

.headed-box {
    margin-bottom: 20px;
}
.headed-box img {
    padding: 10px;
    border: solid 1px #ffffff;
}
.blue-lines:before {
    content: '';
    width: 300px;
  max-width:80%;
    height: 2px;
    display: block;
    background: #00205c;
    text-align: center;
    margin: 0px auto 50px auto;
}
.blue-lines:after {
    content: '';
    width: 300px;
  max-width:80%;
    height: 2px;
    display: block;
    background: #00205c;
    text-align: center;
    margin: 30px auto 0px auto;
}
.testimonials p.pre-h {
    margin-bottom: 20px;
}
span.big-et-icon {
    font-size: 30px;
}
ul.box-bullets {
    list-style: none;
}
ul.box-bullets li:before {
    content: "\5e";
    font-family: 'ElegantIcons';
    position: absolute;
    margin-left: -23px;
    color: #00205C;
}
ul.box-bullets li a{
  color: #fff;
  text-decoration: none !important;
}
.image-detail-box {
    padding: 20px 20px 0px 20px;
}
.image-detail-box a:visited {
    color: #FFFFFF;
}
.am-column-1-6 {
    padding: 0px 10px;
}
.location-box span.icon_pin {
    margin-left: -3px;
    margin-right: 6px;
}
.location-box span.icon_compass, .location-box span.icon_phone {
    margin-right: 10px;
    color: #bbbbbb;
}
.location-box {
    padding: 20px 0px 10px 0px;
    border-top: solid 1px #bbbbbb;
}
.location-box p:last-of-type {
    display: none;
}
.location-box:first-of-type {
    border-top: none;
}

.mission-vision-box {
    text-align: center;
    padding: 20px;
  min-height:250px;
  outline: solid 1px #ffffff;
    outline-offset: -10px;
}
.red-section {
    background: #c20430;
}
.red-section > * {
  color:#ffffff;
}

.block-affordability .am-column-1-4{
  padding: 40px 10px;
}
.number-box-aff{
  font-size: 50px;
  font-weight: 800;
  text-shadow: 3px 3px #00205c;
  margin-bottom: -20px;  
}
.title-box-aff{
  text-transform:uppercase;  
}


img.bound-image {
    width: 250px;
}
.headed-box {
    padding: 20px;
}
img.red-box-shadow {
    box-shadow: 8px 8px 0px #C20430;
}
.item-detail-news span.post-date {
    color: #333333;
}
.list-news-wrapper .item-detail-news .side-right-box-pr a.link-post {
    font-weight: 600;
}
.list-news-wrapper .item-detail-news .side-right-box-pr a.link-post:after {
    content: "\35";
    font-family: 'ElegantIcons';
}
.student-type-section .am-column-1-4 {
    padding: 40px 10px;
}
a.link-post:hover {
    text-decoration: underline;
}
.no-padding-top-element{
  padding-top: 0px !important;
}
.with-bullet-point{
  padding-left: 0px;
}
.with-bullet-point li{
  padding-left: 12px;
  position: relative;
}
.with-bullet-point li::before{
    content: "\5e";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    left: 0;
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 3px;
    color: #00205C;
    margin-left: -5px !important;
    margin-top: 0px !important;
}

@media only screen and (min-width: 981px) {
  a.gallery-image{
    position: relative;
    display: block;
  }
  a.gallery-image:hover:before {
    content: '\54';
    position: absolute;
    z-index: 2;
    /*margin-left: 6%;
    margin-top: 2.5%;*/
    font-family: 'ElegantIcons';
    color: #00205C;
    font-size: 40px;
    transition-duration:0.3s;
    width: 40px;
    height: 72px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
a.gallery-image:hover > img {
    opacity: 0.3;
}
  .headed-box {
    margin: 20px;
}
  
}

@media only screen and (max-width: 980px) {

  .headed-box {
    padding: 20px;
}

.testimonials [style|=background] {
    min-height: 250px;
    background-position: center;
}

}
@media screen and (max-width: 1200px) and (min-width: 981px){
  .number-box-aff{
    font-size: 40px;
  }
 
}
@media screen and (max-width: 1050px) and (min-width: 981px){
  .number-box-aff{
    font-size: 35px;
  }
  
}

/*-------------------- EO Home Page----------------------- */

/*-------------------- BO Home Page Event Plugin----------------------- */

.block-events-tribe .am-column-1-1{
  padding-left: 0px;
  padding-right: 0px;
}
h2.tribe-events-page-title {
    font-family: 'EB Garamond',serif !important;
    font-size: 41px !important;
    font-weight: 700 !important;
}
.tribe-mini-calendar-event{
  border-bottom: 0px !important;
}
.tribe-mini-calendar-event .list-info {
    display: inline !important;
    margin: 10px auto !important;
    width: 200px !important;
    float: left !important;
    text-align: center !important;
}
.block-events-tribe .type-tribe_events {
    border-bottom: none !important;
    overflow: hidden !important;
    padding-bottom: 5px !important;
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
    margin-left: 0px !important;
  padding: 20px !important;
    background: #f2f2f2 !important;
  min-height: 205px;
  box-sizing: border-box;
}
.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus{
  /*background-image: url("https://cfwebhost2.cf.edu/wp-content/uploads/2020/11/search-events.svg");
  background-repeat:no-repeat;*/
}
.tribe-common .tribe-common-c-svgicon{
  color: #000;
}
.datepicker-months thead th{
  background-color: transparent;
}
#tribe-events-content{
  padding-top: 50px;
}
#tribe-events-content .type-tribe_events{
  width:100%;
}
#tribe-events-content .type-tribe_events .tribe-events-event-image img{
  max-width: 100%;
  width: 50%;
  float: right;
  padding: 30px;
}
/*#primary.content-area{
  margin: auto;
  display: flex;
  width: 90%;
  max-width: 1400px !important;
}*/

.type-tribe_events:last-of-type {
  margin-right: 0px;
}
.tribe-mini-calendar-event .list-date {
    background: #00205c !important;
    box-sizing: border-box !important;
    font-weight: 700 !important;
    margin: 10px auto !important;
  display:block !important;
    text-align: center !important;
    width: 20% !important;
    padding: 3px !important;
    font-family: 'Montserrat',sans-serif !important;
  min-width:3em;
  float:none !important;
}
.tribe-mini-calendar-event .list-date .list-dayname {
    background: #fff !important;
    color: #c20430 !important;
    display: block !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    padding: 3px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.tribe-mini-calendar-event .list-info h2 {
    font-size: 24px !important;
    color: #c20430 !important;
  font-family: 'EB Garamond',serif !important;
    line-height:140% !important;
}
.tribe-mini-calendar-event .list-info h2 a {
    text-decoration: none !important;
}
.tribe-mini-calendar-event .list-info {
  width:100% !important;
}
.list-info .tribe-events-duration {
    font-size: 16px !important;
}
.tribe-mini-calendar-event .list-info h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #00205c;
    margin: 20px auto -5px auto;
}
p.tribe-events-widget-link {
    display: none;
}
h2.tribe-events-title a:hover {
    color: #CE3659;
}
@media only screen and (max-width: 980px) {
  .type-tribe_events{
   width: 94% !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    min-height: auto;
}
/*.tribe-mini-calendar-event.event-0.first.last {
    width: 94% !important;
    display: block;
}*/
}


/*-------------------- EO Home Page Event Plugin----------------------- */

/*-------------------- BO Event Page----------------------- */

.single-tribe_events .tribe-events-single-event-title {
    font-size: 41px;
  font-family:'EB Garamond',serif;
}
/*.tribe-events-single .tribe-events-schedule {
    text-align: center;
}*/
.tribe-events-single .tribe-events-schedule h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.single-tribe_events .tribe-events-cal-links {
    display: none;
}
dt.tribe-events-start-date-label, dt.tribe-events-start-time-label, dt.tribe-venue-tel-label, dt.tribe-venue-url-label, dt.tribe-organizer-tel-label, dt.tribe-organizer-email-label, dt.tribe-organizer-url-label {
    font-family: 'montserrat',sans-serif !important;
    margin-bottom: 3px;
}
abbr.tribe-events-start-date, abbr.tribe-events-start-time, dd.tribe-venue, dd.tribe-venue-tel, dd.tribe-venue-url, dd.tribe-organizer, dd.tribe-organizer-tel, dd.tribe-organizer-email, dd.tribe-organizer-url {
    font-size: 16px;
    text-decoration: none;
}
span.tribe-address {
    font-style: initial;
    font-size: 16px;
}
abbr.tribe-region.tribe-events-abbr {
    text-decoration: none;
}
.tribe-events-single-event-description p {
    max-width: 100%;
}

/*-------------------- EO Event Page----------------------- */

/*-------------------- BO Event Calendar Page----------------------- */

button.tribe-common-c-btn {
    border-radius: 0px !important;
    background: #c20430 !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #c20430;
    font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color:#c20430;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
  background-color: #c20430;
}
.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #c20430;
  border-radius:0px !Important;
  color:#c20430;
}
.tribe-events .tribe-events-c-ical__link:before {
  display:none;
}
div.tribe-events-view time {
    font-family: 'Montserrat',sans-serif;
}
.home .tribe-theme-twentynineteen .entry .tribe-common a, .home .tribe-theme-twentynineteen .tribe-common a, .home .tribe-theme-twentytwentyone .entry .tribe-common a, .home .tribe-theme-twentytwentyone .tribe-common a{
  color: #c20430!important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-title:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #00205c;
    margin: 20px auto -5px auto;
}
.home .tribe-common .tribe-common-anchor-thin:hover{
  border-bottom: none!important;
}
.tribe-events-widget-events-list__event h3 a:hover:after, .tribe-events-widget-events-list__event h3 a:after{
  display: none;
}
.home .tribe-common .tribe-common-anchor-thin {
    border-bottom: none;
}
.home .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
    display: none;
}
.tribe-theme-twentynineteen .entry .tribe-common a:hover, .tribe-theme-twentynineteen .tribe-common a:hover{
  text-decoration: none!important;
}
.tribe-events-widget-events-list__view-more-link{
  display: none!important;
}
.tribe-events-calendar-month__calendar-event-details time {
    font-size: 14px;
    line-height: 2em;
}
.tribe-events-calendar-month__calendar-event-details h3, .tribe-events-single ul.tribe-related-events .tribe-related-events-title {
    font-size: 18px !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-datetime time {
    font-size: 14px;
}
.tribe-related-events li::before, .tribe-events-sub-nav li::before{
  display: none;
}
/*-------------------- EO Event Calendar Page----------------------- */

/*-------------------- BO Home Form----------------------- */

.wufoo .info h2 {
  display:none !important;
}
.wufoo .info {
    border-bottom: none;
}

/*-------------------- EO Home Form----------------------- */




/*-------------------- BO Contact Form Style ----------------------- */

.wufoo label.desc, .wufoo legend.desc, .likert caption {
    color: #ffffff !important;
    font-family: 'montserrat',sans-serif;
    font-size: 18px !important;
    display: block;
    text-align: left;
    width: 100%;
}
.form-box {
    width: 600px;
    margin: 0px auto;
    max-width: 100%;
}

/*-------------------- EO Contact Form Style ----------------------- */



/*-------------------- BO Admissions Page ----------------------- */

.video-column {
    box-shadow: 8px 8px 0px #c20430;
    border: 1px solid #ffffff;
    outline: 1px solid white;
    outline-offset: -10px;
    position: relative;
}
.blue-faq-section .item-faq-block {
    background-color: #00205c;
}
.blue-faq-section .item-faq-block > * {
    color: #ffffff;
}
.item-faq-block span {
    margin-right: 10px;
}
.icon-svg-design{
  width: 18px;
  height: 18px;
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.countdown h4 {
    color: #c20430;
    font-family: 'montserrat', sans-serif !important;
}
.countdown span {
    color: #333333;
  font-family: 'montserrat', sans-serif !important;
}
.next-steps-row img {
    padding: 5px;
    border: solid 1px;
}
span.large-icon {
    font-size: 36px;
}

/*-------------------- EO Admissions Page ----------------------- */



/*-------------------- BO About CF Page ----------------------- */


.timeline-section .am-column-3-5 {
    background: #f2f2f2;
}
.timeline-section .am-column-3-5 p {
    max-width: 100%;
}
.timeline-section .am-column-2-5:after {
    content: '';
    display: block;
    height: 200px;
    width: 5px;
    background: #c20430;
    position: absolute;
    margin-left: 200px;
    margin-top: 50px;
    z-index: -2;
}
.timeline-section .am-column-2-5.no-after:after {
  display:none;
}
.type-box.box-section {
    border: solid 2px;
    background: #f2f2f2;
}
.type-box-content {
    padding: 20px 20px 0px 20px;
}
.type-box.box-section h3 {
    font-size: 22px;
}

.full-width-p p {
    max-width: 100%;
}


/*-------------------- EO About CF Page ----------------------- */

/*-------------------- Campus Amenities and Services CSS----------------------- */
.left .icon-row img {
    max-width: 120px;
    margin: unset;
}
.icon-row img {
  max-width: 120px;
  margin: 0px auto;
  display: block;
}


@media screen and (max-width: 1400px) and (min-width: 981px){
  .icon-row .am-column-1-4 {
   padding: 40px 15px;
  }
  .icon-row .am-column-1-4 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 981px){
  .icon-row .am-column-1-4 h3 {
   font-size: 22px;
   line-height: 140%;
  }
  
}


/*-------------------- EO Campus Amenities and Services CSS ----------------------- */



/*-------------------- BO General CF CSS (Tanner) ----------------------- */

.internal-hero {
    background-image:url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/09/campus-tower-blue-overlay.jpg');
    background-position:center;
    background-size:cover;
}
.admissions-hero {
    background-image:url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/09/students-smiling-blue-overlay.jpg');
    background-position:top;
    background-size:cover;
}
span.red-icon {
    color: #c20430;
}
.list-resources li {
    padding-bottom:5px;
}
.list-filter-pages li a {
    text-decoration: none !important;
}
ul.checkmarks li {
    list-style: none;
}
ul.checkmarks li:before {
    content: "\4e";
    position: absolute;
    margin-left: -25px;
    font-family: 'eleganticons';
    color: #B3CF58;
}
ul.checkmarks {
    padding-left: 30px;
}
h3 a, h3 a:visited {
    text-decoration: none !important;
    color: #00205c;
}
h3 a:hover {
  color:#005177;
}
h3 a:after {
    content: "\35";
    margin-left: 3px;
    font-family: 'eleganticons';
    font-size: 22px;
    transition-duration:0.3s;
    position: relative;
    
}
a.tribe-events-calendar-month__calendar-event-title-link::after,
a.tribe-event-url::after,
a.tribe-events-calendar-month__calendar-event-tooltip-title-link::after{
  vertical-align: middle;
  line-height: 1px;
  bottom: 1px;
}
h3 a:hover:after {
    margin-left: 8px;
    transition-duration: 0.4s;
}
.evt-wrapp-up, .evt-wrapp-up .am-column-1-1{
  padding-top: 0px;
  padding-bottom: 0px;
}
.wrapper-upcoming-ev{
    padding: 27px 30px;
    width: 94%;
    display: block;
}
.wrapper-upcoming-ev +p{
  display: none;
}
.countdown span {
    font-size: 60px !important;
  margin-top:10px;
}
.countdown .textDiv_Days h4, .countdown .textDiv_Hours h4, .countdown .textDiv_Minutes h4, .countdown .textDiv_Seconds h4 {
    font-size: 16px !important;
}
.wrapper-service-box .list-services-box ul li a {
    font-size: 17px;
    padding-bottom: 10px;
}
.wrapper-service-box h3 {
    padding-bottom: 15px;
}
.wrapper-service-box h3 a:after {
    display: none;
}
.detail-view-desktop {
    background-position: center;
}
.am-column-content-with-sidebar ul li {
    list-style: none;
}
.am-column-content-with-sidebar ul li:before {
    content: "\5e";
    position: absolute;
    margin-left: -23px;
    font-family: 'eleganticons';
    font-size: 14px;
    color: #00205C;
}
.am-column-content-with-sidebar ul.documents li:before {
    content: "\e059" !important;
}
.page-id-2793 .am-section ul.documents li:before{
  content: "\e059" !important;
}
.page-id-2793 .am-section ul.documents a{
  text-decoration: underline;
}
.page-id-2793 .am-section ul.documents a:hover{
  text-decoration: none!important;
  color: #005177;
}
p.international-testimonial-quote {
    font-size: 22px;
    font-weight: 600;
    color: #00205c;
    padding-bottom: 10px;
}
p.international-testimonial-name {
    padding-bottom: 40px;
}
.am-column-content-with-sidebar hr {
    max-width: 100% !important;
    margin: 30px 0px;
    width: 100%;
    height: 1px !important;
}
.am-column-content-with-sidebar table td, .am-column-content-with-sidebar table th{
    min-width: auto;
}
.international-hero {
  background-image:url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/09/students-holding-flags-blue.jpg');
  background-position:center;
}
.veteran-hero {
  background-image:url('https://cfwebhost2.cf.edu/wp-content/uploads/2020/10/veterans-hero.jpg');
}
.sidebar-nav .closed ul{
  display: none;
}
.sidebar-nav .closed.open>a::after{
  content: '-';
}
.sidebar-nav ul a{
  position: relative;
}
.sidebar-nav ul li ul li ul a{
  font-size: 14px;
  position: relative;
  padding-right: 31px;
}
.current-page-link {
  color:#b3cf58 !important;
}
.sidebar-nav > ul > li > ul > li > ul > li > ul > li > ul>li>a{
    padding-left: 35px;
    padding-right: 10px;
}
.sidebar-nav > ul > li > ul > li > ul > li > ul > li > ul{
   background-color: #2A4984;
}
.sidebar-nav ul + p{
  display: none;
}
.customize-sidebar ~ ul::before{
  display: none !important;
}
.customize-sidebar li{
  line-height: 18px !important;
}
.customize-sidebar li a{
  padding: 10px 27px !important;
}
.customize-sidebar li:first-child {
  margin-top: 15px;
}  
.sidebar-nav>ul>li>a + p{
  display: none;
}
.sidebar-nav > ul > li > ul > li > a {
  padding: 16px 27px 8px;
  line-height: 140%;
}
.sidebar-nav > ul > li > ul > li > ul > li > ul > li > ul>li>a {
      line-height: 140%;
}
.sidebar-nav .has-child-pages > a::after{
    position: absolute;
    right: 0px;
    top:10px;
}
.postid-4978 .post-4978.type-tribe_events {
  width:100% !important;
}
.faq-section.blue-faq-section h3 {
    color: #ffffff;
}
.am-section ul {
    list-style: none;
}
.am-section ul.list-our-campuses li:before {
  display:none;
}

nav.sidebar-nav ul li:before {
    display: none;
}
.page-template-template_landing_page p {
    max-width: 100%;
}
.page-id-814 .am-section img:first-of-type {
    width: 100%;
}
.browser-error-link-box img {
    width: 80px !important;
    display: block;
    margin: 0px auto 20px auto;
}
.browser-column:hover {
    background: #e0e0e0;
    border: solid 1px #00205c;
    transform: scale(1.05);
}
.tribe-events-notices {
    background: #c20430;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    width: 400px;
}
#tribe-events-pg-template .tribe-events-content h3, .tribe-events-after-html h3, .tribe-events-before-html h3{
  font-size: 27px;
    line-height: 140%;
}
.tribe-events-notices ul li::before{
  display: none;
}
.dark-section h3 a:hover {
    color: #FFFFFF;
}
.blue-faq-section a {
    color: #ffffff;
}
.dropdown-top-menu ul {
    z-index: 3 !important;
}
a.search-icom-show {
    z-index: 1;
}
.am-section ul li:before {
    content: "\5e";
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    font-family: eleganticons;
    margin-left: -20px;
    margin-top: 2px;
    color: #00205c;
}
.dark-section.am-section ul li:before {
  color:#ffffff;
}


    
@media only screen and (min-width: 981px) {
.webber-sidebar{
    display:none;
}
.browser-column {
    margin: 20px;
    min-height: 270px;
}
    div.am-column-1-2-within-content-with-sidebar {
      width:50%;
      float:left;
    }
    img.float-img {
        width: 400px;
        float: right;
        padding: 10px 0px 10px 10px;
    }
      .wrapper-upcoming-ev{
        display: flex;
        padding: 27px 0px;
        width: 100%;
      }
      .event-row {
          width: 66.2%;
      }
        figure.logo-two-footer {
        width: 41%;
        margin: 0px 4% 0px 4%;
        float: right;
        padding:0px 10px;
    }
    .logo-one-footer {
        width: 41%;
        float: left;
        margin: 0px 4% 0px 4%;
        padding:0px 10px;
    }
    .am-column-sidebar {
        padding: 40px 0px 40px 60px;
    }

    .reverse-section .am-column-sidebar {
        padding: 40px 60px 40px 0px;
    }

    .am-column-content-with-sidebar {padding: 40px 40px 40px 0px;}
    .reverse-section .am-column-content-with-sidebar {padding: 40px 0px 40px 40px;}
  .reverse-section .am-column-1-3.am-column-content-with-sidebar {padding: 40px;}

}

@media only screen and (max-width: 980px) {
  .am-section ul li{
    position: relative;
  }
  .webber-side{
     display: none!important;
  }
  .webber-sidebar{
      display:block;
  }
  .wrapper-upcoming-ev{
      padding: 27px 10px;
    width: 100%;
  }
  .browser-column {
    margin-top:20px;
    margin-bottom:20px;
  }
  .hero-level-1 ol, .hero-level-2 ol, .hero-level-1 .breadcrumb, .breadcrumbs-customize {
      margin-bottom: 20px;
  }
    div.am-column-1-2-within-content-with-sidebar {
      width:100%;
      float:none;
    }
    .am-column-2-3.am-column-content-with-sidebar {
        width: 100%;
        padding: 0px;
    }
    img.float-img {
        float:none;
      width:100%;
    }
    .event-row {
        width: 90%;
        padding: 30px;
    }
    ul.list-resources li {
        display: block;
        width: 100%;
        position: relative;
    }
    ul.list-our-campuses li {
        width: 200px;
        margin: 20px auto;
    }
    .header-links a.btn-theme {
        display: block;
        width: 100%;
        font-size:16px;
    }
}
@media only screen and (max-width: 500px) {
    .list-resources li:before {
      margin-top: 0px !important;
      top: -2px !important;
    }
    .am-column-content-with-sidebar table td{
      min-width: 130px;
    }
    .am-column-content-with-sidebar .content-table-element{
      overflow-x: scroll; 
    }
}

/*-------------------- EO General CF CSS (Tanner) ----------------------- */



/*-------------------- Notifications CSS ----------------------------- */
.section-notification{
  display: block;
  position: relative;
}
.section-notification .item-notification {
  display: block;
  padding: 5px 20px;
  color: #111;
  text-align: center;
}
.green-announcement {
  background-color: #B3CF58;
}
.section-notification .item-notification a{
  text-decoration: underline;
  color: #111;
}
.section-notification .item-notification a:hover{
  text-decoration: none;
}
.section-notification .item-notification span::before{
  content: '\73';
  font-family: eleganticons;
  speak: none;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
}
/*-------------------- EO Notifications CF CSS ----------------------- */

/*----------- Style additional Plugin Events ----------*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__calendar-event{
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #00205c;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date{
  color:#fff;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #00205c;
}
.datepicker-days thead th {
  background-color: transparent;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover{
  background-color: #00205c;
}


/*-----------EO Style additional Plugin Events ----------*/
/*-----------Academic Pathways css ----------*/
.academic-pathways-section ul li a{
    color: #00205c;
    text-decoration: none !important;
}
.academic-pathways-section ul li a br{
  display: none;
}
.academic-pathways-section ul{
  margin-left: 10px;
}
/*-----------EO Academic Pathways css ----------*/

/*-----------Employer Connection css ----------*/
.content-employer-connection h2{
  clear: none;
}
/*-----------EO Employer Connection css ----------*/




/*-------------------- End of CSS ----------------------- */
/*-------------------- End of CSS ----------------------- */
/*-------------------- End of CSS ----------------------- */
/*-------------------- End of CSS ----------------------- */