@font-face {
  font-family: 'BrushScriptStd';
  src: url('fonts/BrushScriptStd.eot');
  src: url('fonts/BrushScriptStd.eot?#iefix') format('embedded-opentype'),
       url('fonts/BrushScriptStd.svg#BrushScriptStd') format('svg'),
       url('fonts/BrushScriptStd.ttf') format('truetype'),
       url('fonts/BrushScriptStd.woff') format('woff'),
       url('fonts/BrushScriptStd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
    scroll-padding-top: 86px;
}

.content-sidebar-wrap {
  background: #f5f5f5 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal !important;
} 

h1, .h1 {
  font-family: 'BrushScriptStd' !important;
}

button, .button {
  font-weight: 600 !important;
}

button:hover,
.button:hover {
  text-decoration: none; 
}

h1.entry-title {
    font-size: 3em;
    text-align: center;
    line-height: 1em;
    margin-bottom: 30px;
}

hr {
    border-top: 1px solid #4f362b;
  }

.clc-hidden {
  opacity: 0 !important;
  padding: 0 !important;
  z-index: -1;
  display: none !important;
} 

.wres-link-on-dark a,
.wres-link-on-dark {
  color: LightBlue;
}

.wres-link-on-dark a:hover,
.wres-link-on-dark:hover {
  color: white;
}

.rob-talking {
  font-family: 'Libre Franklin';
}

.wres-script {
  font-family: 'BrushScriptStd' !important; 
}

ul.clc-pad-list-items li,
ol.clc-pad-list-items li {
  margin-bottom: 12px;
}

ol.small-padding-top {
  padding-top: 15px !important;
}

.site-inner {
  margin-top: 86px !important;
}

@media only screen and ( max-width: 1199px ) {
  
  .site-inner {
    margin-top: 0px !important;
  }

}




.wres-enroll a {
  background: #ffc425;
  color: #4f362b;
}

.wres-enroll a:hover {
  background: #4f362b !important;
  color: #ffc425 !important;
}










/* MOBILE MENU */
 
@media only screen and (max-width: 768px) {
  html {
      padding-top: 60px !important;
  }
}

#wprmenu_bar span.wpr-logo-wrap img {
    height: 50px !important;
    width: 190px !important;
    margin-left: 12px;
    margin-top: -8px;
}

.cbp-spmenu-vertical a, .cbp-spmenu-widget-vertical a {
    padding: 0.5em 1em !important;
}

ul#wprmenu_menu_ul { 
    padding-top: 28px !important;
}

.wpr-search-field, 
#wprmenu_bar .menu_title, 
#wprmenu_bar input, 
#wprmenu_menu_ul li a:not(i), 
#wprmenu_menu_ul li a:not(i) span {
    font-family: inherit;
}

#mg-wprm-wrap li.menu-item-has-children {
    position: relative;
    padding-left: 30px;
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
    right: inherit;
    left: 0 !important;
    top: 12px !important;
}

@media only screen and (min-width: 1200px) {
  .wprm-wrapper {
    display: none !important;
  }
}






/* HOME PAGE */

  /* HERO */


  .wres-hero-text-column {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
  }

  .wres-hero-intro {
      font-size: 3.3em;
      line-height: 1em;
      text-align: center;  
  }

  ul.wres-hero-list {
      padding-left: 20px;
      font-size: 1.2em;
  }

  ul.wres-hero-list li {
      margin-bottom: 15px;
  }

  .wres-hero-slideshow-column {
    position: relative;
  }

  #wres-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'BrushScriptStd';
    color: #ffc425;
    text-shadow: 2px 2px 0px #4f362b;
    z-index: 999;
  }

  #wres-in {
    font-size:  2em;
  }

  #wres-wyoming {
    font-size: 4em;
  }

  /* Courses Icon List */
  div#cl-icon-list-block_619ecb0af4e8c {
      max-width: 905px;
  }

  @media only screen and ( min-width:  768px ) {

    #clc-guten-wrapper-block_619ea41495249.clc-guten-wrapper-block .clc-guten-wrapper-inner {
      flex-direction: row !important;
      flex-wrap: nowrap; 
    }

    .wres-hero-slideshow-column {
     flex-basis:  50%;
     width: 50%;
    }

    .wres-hero-text-column {
      flex-basis:  50%;
      width: 50%;
    }

    #wres-in {
      font-size:  4em;
      padding-bottom: 20px;
    }

    #wres-wyoming {
      font-size: 5em;
      padding-bottom: 60px;
      text-shadow: 3px 3px 0 #4f362b; 
    }

  }

  @media only screen and ( min-width:  960px ) {

    .wres-hero-slideshow-column {
     flex-basis:  61.8%;
    }

    .wres-hero-text-column {
      flex-basis:  38.2%;
      min-width: 500px;
    }

  }

  @media only screen and ( min-width:  1200px ) {

    .wres-hero-text-column {
      padding: 60px;
    }

  }





  /* ROB'S INTRO */

  .rob-headshot-circle {
    border-radius: 50%;
    height: 500px;
    width: 500px; 
  }

  .robs-intro-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      font-family: 'Libre Franklin';
      font-size: 1.2em;
      line-height: 1.5em;
  }

  .robs-intro-text a {
    color: white !important;
    text-decoration: none;
  }

  .rob-headshot-circle {
      border-radius: 50%;
      margin-top: -50px;
      border: 4px solid white;
      box-shadow: 3px 3px 15px black; 
      position: relative;
      z-index: 99;

  }

  @media only screen and ( min-width:  768px ) {

    .rob-headshot-circle {
      height: inherit;
    }

  }


  @media only screen and ( min-width: 1200px ) {

    #clc-guten-wrapper-block_619eb652f4e7e.clc-guten-wrapper-block {
        max-height: 465px;
    }

  }


  /* LICENSE & COURSES */

  div#clc-guten-column-block_619eca89f4e84 {
      border-right: 1px solid #4f362b;
  } 

  .home .clmt-icon-list-title h2 {
    text-align: center;
  }

  #cl-icon-list-block_619ecb0af4e8c .clmt-icon-list-item-content {
    padding-left: 0 !important;
  }

  .wres-home-big-text {
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 500;
  }

  /* COURSES ICON LIST */

  div#cl-icon-list-block_619ecb0af4e8c h2 {
      font-size: 28px;
      line-height: 1.2em;
      margin-bottom: 30px;
  }  

  @media only screen and ( min-width:  768px ) {

    #cl-icon-list-block_619ecb0af4e8c .clmt-icon-list-item {
        width: 110px !important;
        margin: 0 15px;
    }

  }

  @media only screen and ( min-width:  960px ) {

  div#clc-guten-column-block_61df222299f9b {
      max-width: 61.8%;
  }

    #cl-icon-list-block_619ecb0af4e8c .clmt-icon-list-item {
        width: 135px !important;
    }

  }


  /* GRID BLOCKS */

  #clmt-grid-blocks-block_619ed17af4e90 h3 {  
      color: #FFFFFF;
      line-height: 1.2em;
      font-weight: bold !important;
      font-family: 'Roboto Slab';
  }

  #clmt-grid-blocks-block_619ed17af4e90 h3:before {
    content: 'Hey Rob, ';
    font-weight: normal !important;
    font-style: italic; 
  }

  #clmt-grid-blocks-block_619ed17af4e90 {
    font-family: 'Libre Franklin';
  }






/* FAQs */

button.clc-faq-question {
  margin-bottom: 15px;
}








/* ENROLL FORM / CHECKOUT */

.wres-hide-product {
  opacity: 0;
  height: 0;
  z-index: -1;
  position: absolute;
  left: -9999;
}

h3.gsection_title {
    margin: 30px 0 0 0;
}

.gform_submission_error,
.wres-roboto {
    font-family: 'Roboto Slab' !important;
}

#wres-addons-thumbs img {
  padding: 15px;
}






/* COURSES */

.clmt-icon-list-item-icon {
  margin-bottom: 30px !important;
}

.wres-courses .clmt-icon-list-item-title.h5 {
  font-size: 24px !important;
  border-bottom: 1px solid #4f362b;
  padding-bottom: 6px;
  margin-bottom: 6px;  
}

.clmt-icon-list-flex-container .clmt-icon-list-item:last-of-type { 
  margin-bottom: 0 !important;
}

@media only screen and ( min-width: 960px ) {

  .clmt-icon-list-item-icon {
    margin-bottom: 0px !important;
  }

  .clmt-icon-list-item-content {
      padding-left: 30px;
  }

}







/* COURSE SELECTOR */

#wres-course-selector-wrapper {
  background: white;
  border: 1px solid #492f2480;
  box-shadow: 0 0 6px #492f2480;
  padding: 30px;
  color: #4f362b;  
  position: relative;
}

#wres-cs-your-answers {
  min-height: 60px;
  font-family: 'Libre Franklin';
  font-style: italic;
  text-align: center;
  font-weight: bold;
  max-width: 90%;
  margin: 0 auto 30px;
}


.wres-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  opacity: 1;
  text-align: center;
}

.wres-selector ul { 
  text-align: left; 
}

.wres-cs-choices {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  width: 100%;
}


.wres-cs-choice {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #4f362b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80%;
}

.wres-cs-choice:hover {
  background: #ffc425;
}

.wres-answer {
  text-align: center;
  max-width: 90%;
  margin: auto;
}

.wres-cs-hint {
  font-size: 0.8em;
  font-family: 'Libre Franklin';
  font-style: italic;
  line-height: 1.4em;
  text-align: left;
  max-width: 80%;
}

.wres-cs-cta {

}

.wres-cs-reset a {
  cursor: pointer;
  text-decoration: none;
}

.wres-cs-reset a:hover {
  color: inherit;
  text-decoration: underline;
}

.wres-answer .wres-cs-reset,
.wres-answer .wres-cs-reset:hover {
  color: white;
}


#wres-course-selector-footer {
  font-size: 0.8em;
  justify-content: space-between;
  padding-top: 20px;
}





/* BROKERAGES */

#wres-brokerages {
  justify-content: center;
}

.wres-brokerage {
  background: white;
  width: 100%;
  max-width: 380px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 0 4px #00000025;
}

.wres-brokerage h3 {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500 !important;
}

.wres-brokerage-title-underline {
  border-bottom: 1px solid #4f362b;  
  height: 1px;
  margin: 6px 0;
}


#gform_confirmation_wrapper_3,
.gform_wrapper {
  padding-bottom: 60px; 
}





/* LICENSING & JOB PLACEMENT */







/* PREFOOTER */

.wres-bbb-logo img {
  max-height: 150px;
}

