@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



/* ==========================================================================

   Index:

  1. BASE STYLES   
    - Variables
    - Macros
    - Modules
    - Base
    - Typography

  2. COS STRUCTURE
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  
  6. LIBRARIES
    - Slick Slider

   ========================================================================== */



/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */
   
   

/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
 /* Black */
 /* Darker grey/blue */
 /* Gray  |  Used on global anchors in 'Base' */
 /* Dark Grey, nearly black */
 /* Orange */
 /* Blue/grey */
 /* Blue */
 /*Navy Blue */

 /* Dark grey */

 /* Light Grey */
 /* Grey */
    /* Dark Grey */


/* Typography */




/* Containers */





/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */







/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */






/* ==========================================================================
   Base                                                    
   ========================================================================== */





.widget-type-custom_widget .blog-link {
  text-align: right;
  margin: 20px 0 0 15px;
  font-weight: 700;
}

.widget-type-custom_widget .blog-link i.fa {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: inline-block;
  font-weight: 300;
}

.post-box {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.18);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;;
  font-size: 16px;
  color: #6c6c6d;
}

.post-box-image {
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.post-box-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.85714285714286%;;
}

.post-box-content {
  padding: 30px;
  min-height: 291px;
  text-align: left;
}

.post-box-content h4 {
  min-height: 58px;
  margin: 0;
}

.post-box-content h4 a:not(:hover) {
  color: #1d6a9b;
}

.post-box-content > p:last-child {
  font-size: 18px;
  font-weight: 700;
}

.post-box-content > p i.fa {
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: inline-block;
}

.landing-header {
  text-align: center;
}

.landing-header img {
  max-width: 300px;
}

.landing .body-container-wrapper {
  padding: 0px !important;
}

/* Landing Page 1 */

@media(min-width: 768px){
  .landing-1 .main-text {
    padding-left: 50px;
  }
}

.landing-1 .banner {
  padding: 90px 0 85px;
}

.landing .body-container-wrapper i.fa-facebook,
.landing .body-container-wrapper i.fa-facebook, .thank-you-page .body-container-wrapper i.fa-facebook,
.thank-you-page .body-container-wrapper i.fa-facebook {
  color: #3a5897;
}
.landing .body-container-wrapper i.fa-linkedin,
.landing .body-container-wrapper i.fa-linkedin, .thank-you-page .body-container-wrapper i.fa-linkedin,
.thank-you-page .body-container-wrapper i.fa-linkedin {
  color: #0775b7;
}
.landing .body-container-wrapper i.fa-twitter,
.landing .body-container-wrapper i.fa-twitter, .thank-you-page .body-container-wrapper i.fa-twitter,
.thank-you-page .body-container-wrapper i.fa-twitter {
  color: #49c9f2;
}
.landing .body-container-wrapper i.fa-google-plus,
.landing .body-container-wrapper i.fa-google-plus, .thank-you-page .body-container-wrapper i.fa-google-plus,
.thank-you-page .body-container-wrapper i.fa-google-plus {
  color: #d0322d;
}
.landing .body-container-wrapper i.fa-pinterest,
.landing .body-container-wrapper i.fa-pinterest, .thank-you-page .body-container-wrapper i.fa-pinterest,
.thank-you-page .body-container-wrapper i.fa-pinterest {
  color: #c92228;
}
.landing .body-container-wrapper i.fa-envelope-o,
.landing .body-container-wrapper i.fa-envelope-o, .thank-you-page .body-container-wrapper i.fa-envelope-o,
.thank-you-page .body-container-wrapper i.fa-envelope-o {
  color: #7b7b7b;
}

.landing .hs_cos_wrapper_type_social_sharing a,
.thank-you-page .hs_cos_wrapper_type_social_sharing a {
  display: inline-block;
  margin-left: 15px;
}

.landing .hs_cos_wrapper_type_social_sharing a:first-child,
.thank-you-page .hs_cos_wrapper_type_social_sharing a:first-child {
  margin-left: 0;
}

.landing .hs_cos_wrapper_type_social_sharing i,
.thank-you-page .hs_cos_wrapper_type_social_sharing i {
  width: auto;
  background: none !important;
  height: auto;
}

.landing .banner-content a.cta_button, .thank-you-page .banner a.cta_button {
    padding: 15px 20px;
    background: #ef3e2d;
    transition: all 0.3s ease;
    font-family: 'Lato',Helvetica,sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
	color: #fff;
    margin-top: -5px;
	border-radius: 4px;
}

.landing-1 .share-this-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0px 10px;
}

.landing-1 .banner .button {
  margin-top: 20px;
}

.landing-1 .form-title {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}

.landing-1 .form-subtitle {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
  color: #2d749e;
}

.landing-1 input[type="submit"] {
  width: 350px;
  float: none;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.landing-1 .slick-next:before {
  content: url(//cdn2.hubspot.net/hubfs/142915/_einstein/Servies_Products/Service%202/arrow-right.png);
  position: relative;
}

.landing-1 .slick-prev:before {
  content: url(//cdn2.hubspot.net/hubfs/142915/_einstein/Servies_Products/Service%202/arrow-left.png);
}

.landing-1 .hs_cos_gallery_main .slick-next {
  color: #fff;
}

.landing-1 .hs_cos_gallery_main .slick-prev {
  color: #fff;
}

.landing-1 .hs_cos_gallery_main .slick-arrow,
.landing-1 .hs_cos_gallery_main .slick-arrow:before {
  width: 25px;
  height: 48px;
}

.landing-1 .slick-dots li button:before {
  display: none;
}

.landing-1 .hs_cos_gallery_slide.slick-slide {
  background: #f9f9f9;
  padding: 80px 0px;
  border: 20px solid #fff;
}

.landing-1 .take-a-peek {
  text-align: center;
  font-size: 21px;
  color: #2d749e;
}

.landing-1 .preview-text {
  text-align: center;
  font-size: 18px;
  color: #4b5057;
  margin-bottom: 30px;
}

@media(max-width: 767px){
  .landing-1 .banner {
    padding: 30px 0px;
  }
}


/* Landing Page 2 */

.landing-2 .body-container-wrapper li {
  margin-bottom: 10px;
}
.landing-2 .form-box.form-overlap {
  position: relative;
  margin-top: -275px;
}
.landing-2 .form-box h3 {
  background: #55677a;
  background: url('https://www.covisum.com/hubfs/Images/10271_WEB_Covisum_pricing-page-header.jpg');
  color: #fff;
  padding: 15px 35px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.landing-2 .form-box h3 {
  margin: -15px -15px 0 !important;
}
.landing-2 .form-box form {
  background: #f9f9f9;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  padding: 35px;
  margin: 0 -15px;
}
.landing-2 .form-box label {
  display: block;
}


.landing-2 .banner {
  padding: 100px 0px;
}
.landing-2 .banner .border-left {
  border-left: 1px solid #fff;
  padding-left: 25px;
}
.landing-2 .banner .banner-content,
.landing-2 .banner .banner-content p {
  text-align: left;
}
.landing-2 .banner h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 10px auto 0;
}
.landing-2 .banner h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.landing-2 h4 {
  color: #1d6a9b;
}
.landing-2 .share-this-title {
  font-weight: bold;
  margin-top: 7px;
  margin-right: -25px;
}
.landing-2 .section-grey.section {
  padding: 20px;
}
.landing-2 .section-grey .page-center {
  padding: 0 5%;
}
.landing-2 .testimonial {
  text-align: center;
  padding: 40px 0;
}
.landing-2 .testimonial.border-bottom {
  border-bottom: 2px solid #dadbdb;
}
.landing-2 .testimonial p {
  font-size: 21px;
  color: #58687a;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .landing-2 .banner .banner-content h1 {
    margin-bottom: 0 !important;
  }
  .landing-2 .banner .banner-content .cta_button {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .landing-2 .hs-button, 
  .landing-2 input[type="submit"] {
    font-size: 16px;
    padding: 15px 10px;
  }
  .landing-2 .share-this-title { 
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .landing-2 .banner {
    background-position: center;
    padding: 50px 0;
  }
  .landing-2 .main-text img {
    width: 100%;
    float: none !important;
    margin: 10px auto !important;
  }
  .landing-2 .form-box.form-overlap {
    margin-top: 0;
  }
  .landing-2 .form-box h3 {
    margin: 15px auto 0 !important;
  }
  .landing-2 .form-box form {
    margin: 0 auto;
  }
  .landing-2 .share-this-title { 
    margin-right: 0;
  }
}


@media (min-width: 768px) {
  .thank-you-page .banner-image {
    padding: 133px 0;
  }
}


/* Thank You Page 1 */

.ty-1 .banner .button {
  margin-top: 27px;
}

.ty-1 h2.recent-posts {
  display: block;
  text-align: center;
}

.ty-1 .post-box-content {
  display: flex;
  flex-flow: row wrap;
  min-height: 1px;
}

.ty-1 .post-box-content h4 {
  order: 2;
  flex: 1 100%;
}

.ty-1 .post-box-content .post-box-meta { 
  order: 1;
  flex: 1 100%;
}

.ty-1 .post-box-content-inner {
  display: none;
}

.ty-1 .post-box-image:before {
  padding-top: 55.55555555555556%;;
}


/* Modular & Reusable Components
   ========================================================================== */

.section {
  float: left;
  width: 100%;
  clear: both;
  padding: 75px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.small-section {
    padding: 45px 0px;
}

.section-narrow {
  padding: 45px 0;
}

.section-grey {
  background: #f0f0f0;
}

.section-white {
  background: #fff;
}

.section-half-grey {
  background: linear-gradient(180deg, #fff 50%, #f0f0f0 50%);
}

.section-half-grey-top {
  background: linear-gradient(180deg, #f0f0f0 50%, #fff 50%);
}

.section-accent {
  background: #2d749e;
  color: #fff;
}

.section-alt {
  background: #55677a;
  color: #fff;
}

.section-lightblue {
  background: #e4e9ee;
}

.section-accent h1,
.section-accent h2,
.section-accent h3,
.section-alt h1,
.section-alt h2,
.section-alt h3 {
  color: #fff;
}

.section-accent h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.section-accent p:last-child {
  margin-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.margin-bottom {
  margin-bottom: 60px;
}


.bottom-cta {
  background: #f0f0f0;
  color: #000000;
}

.bottom-cta h2 {
  color: #000000;
}

.bottom-cta h4 {
  color: #000000;
  text-transform: uppercase;
}


.call-out-text {
  background-color: #2d749e;
  background-image: url(//cdn2.hubspot.net/hubfs/142915/_einstein/banner/call-out-bg.png);
  background-position: 0 0;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
  font-size: 16px;
}

.call-out-text h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
}

.call-out-text p:last-child {
  margin-bottom: 0;
}

.call-out-text .widget-type-cta {
    margin-top: 20px;
}

/* Vertically centred content */

@media (min-width: 768px) {
  .table-display:not(.align-top) .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .table-display.align-top .row-fluid {
    display: flex;
  }
}

/* Social Media Custom Icons */



/* Banner */

.banner {
  color: #fff;
  background: #000000;
  padding: 135px 0;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  font-size: 21px;
  text-align: center;
  position: relative;
}

.body-container .banner p {
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .banner {  
    background-position: center;
    padding: 55px 0;
  }
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.banner-testimonial .banner-overlay {
  background: rgba(90, 90, 90, 0.75);
}

.banner .page-center {
  position: relative;
  z-index: 2;
}

.banner-text {
  background: #f0f0f0;
  color: #2d749e;
  padding: 50px 0;
  text-align: left;
}

.banner.banner-text h1 {
  color: #5e686d;
}

.banner-text h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #5e686d;
  margin-bottom: 10px;
}

.banner-text h4 {
  font-weight: 400;
  color: #2d749e;
  font-size: 21px;
}

.banner-testimonial {
  padding: 75px 0;
}

.banner-testimonial .testimonial-content {
  max-width: 850px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
}

.banner-testimonial .testimonial-content p {
  display: inline;
}

.banner-testimonial .quote {
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.12;
}

.banner-testimonial .testimonial-meta {
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0 40px;
}

@media (max-width: 767px) {
  .banner-testimonial {
    padding: 45px 0;
  }
    
  .banner-testimonial .testimonial-content {
    font-size: 28px;
  }
  
  .banner-testimonial .quote {
    font-size: 40px;
  }
  
  .banner-testimonial .testimonial-meta {
    font-size: 21px;
  }
}

.banner-testimonial .button {
  font-style: normal;
}

.banner-image h1 {
  color: #fff;
}

.banner-image h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.banner-image-side {
  padding: 0;
  background: #fff;
  display: flex;
}

.banner.banner-image-side h2 {
  color: #525252;
}

.banner-image-side-bg,
.banner-image-side-content {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.banner-image-side-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-image-side-right .banner-image-side-content {
  justify-content: flex-end;
}

.banner-image-side-bg {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image-side-content {
  padding: 140px 0;
  text-align: left;
  background: #f9f9f9;
}

.banner-image-side-content-inner {
  max-width: 500px;
  margin: 0 30px 0 60px;
}

@media (max-width: 767px) {
  .banner-image-side-content-inner {
    margin: 0 30px;
  }
}

.banner-image-side-right  .banner-image-side-content-inner {
  margin: 0 60px 0 30px;
}

.banner-image-side-content p {
  color: #2d749e;
}

@media (max-width: 767px) {
  .banner-image-side {
    flex-direction: column-reverse;
  }
  
  .banner-image-side-bg {
    height: 300px;
  }
  
  .banner-image-side-content {
    padding: 60px 0;
  }
}

.banner-more {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

.banner-more a {
  color: #fff;
  color: rgba(255, 255, 255, 0.53);
  font-size: 28px;
}

.banner-more a i {
  font-size: 36px;
}

.banner-video h1 {
  font-size: 50px;
  color: #fff;
}

.banner-video .button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .banner-video .page-center {
    position: relative;
    z-index: 2;
  }
  
  .banner-video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }
  
  .banner-video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .banner-video video {
    display: none;
  }
  
  .banner-image-right-content-inner {
      width: 100%;
      padding: 40px 0px;
  }
  .banner-image-right .right-image {
      display: none;
  }

}

.banner h1,
.banner h2 {
  font-weight: 300;
  color: #fff;
}
.banner h2 {
  font-size: 40px;
}
.banner h3 {
  color: #fff;
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 40px;
  }
  
  .banner h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .banner h1 {
    font-size: 32px;
  }
  
  .banner h2 {
    font-size: 28px;
  }
}

.banner h1:last-child,
.banner p:last-child {
  margin-bottom: 0;
}



/* ==========================================================================
   Footer
   ========================================================================== */

.footer-top {
  background: #565d67;
  text-align: center;
  padding: 28px 0 26px;
  position: relative;
}

.footer-top:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.27);
}

.footer-top a {
  color: #fff;
  font-weight: 700;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  padding: 0 20px;
}

.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
  margin-left: 0;
}

.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}


.footer-bottom {
  background: #4b5057;
  color: #fff;
  text-align: center;
  padding: 30px 0 15px;
}

.footer-bottom p {
  margin-bottom: 15px;
}

.footer-bottom .copyright {
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom .footer-content span {
  display: inline-block;
  margin: 0 10px;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-social i {
  background: #fff !important;
  color: #4b5057 !important;
  margin-left: 10px;
}

.footer-social a:first-child i {
  margin-left: 0;
}





.landing-footer {
  padding: 40px 0;
  background: #4b5057;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.landing-footer a {
  color: #fff;
}








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */


/* System Pages                                          
   ========================================================================== */

/* Error Templates */

.system-box {
  background: #f0f0f0;
  border: 1px solid #ededee;
  padding: 60px 90px;
  text-align: center;
  font-size: 21px;
  color: #777;
  max-width: 780px;
  margin: 0 auto !important;
  float: none !important;
}

.system-box h1 {
  color: #000;
}

.hs_error_rollup {
    display: none !important;
}

.password-page .system-box h1:before {
  display: inline-block;
  content: '';
  width: 37px;
  height: 46px;
  margin-right: 20px;
  background-image: url(//cdn2.hubspot.net/hubfs/142915/_einstein/system/lock.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  .password-page .system-box h1:before {
    display: block;
    margin: 0 auto 10px;
  }
}

.system-box form {
  margin-top: 30px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
  display: block;
  float: left;
  margin: 0 !important;
}

.system-box input[type="password"] {
  width: 75%;
}

.system-box input[type="submit"] {
  width: 25%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;;
  text-transform: none;
}

.system-box .page-header {
  margin: 0;
  padding: 0;
}

.system-box #email-prefs-form {
  margin: 0;
}

.system-box #email-prefs-form #content > div {
  float: left;
  width: 66%;
  padding: 0;
  margin: 0;
}

.system-box #email-prefs-form #content input[type="email"] {
  width: 100% !important;
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 15px !important;
}

.system-box #email-prefs-form #content input[type="submit"] {
  width: 34%;
  clear: none !important;
}

.system-box .widget-type-email_simple_subscription h1 {
  font-weight: 300;
  font-size: 55px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.system-box .widget-type-email_simple_subscription h3 {
  font-weight: 400;
  font-size: 21;
  color: #777;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .system-box {
    padding: 20px 30px;
  }
  
  .system-box .widget-type-email_simple_subscription h1 {
    font-size: 36px;
  }
  
  .system-box input[type="password"],
  .system-box input[type="submit"] {
    width: 100%;
    clear: both;
  }
}

@media (max-width: 599px) {
  .system-box {
    padding: 20px;
  }
  
  .system-box #email-prefs-form #content > div {
    width: 100%;
    clear: both;
  }
  
  .system-box #email-prefs-form #content input[type="submit"] {
    width: 100%;
    clear: both !important;
  }
}

/* Placeholder Text */
.system-box ::-webkit-input-placeholder { /* Webkit Browsers */
   text-transform: none;
   font-style: italic;
}
.system-box :-moz-placeholder { /* Firefox 18- */
   text-transform: none;
   font-style: italic;
}
.system-box ::-moz-placeholder { /* Firefox 19+ */
   text-transform: none;
   font-style: italic;
}
.system-box :-ms-input-placeholder { /* IE10 */
   text-transform: none;
   font-style: italic;
}


.system-template .text-large {
  font-size: 24px;
  font-weight: 300;
}

.system-template .page-header {
  margin: 0;
  padding: 0;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
    font-size: 36px;
  }
}

.system-template .widget-type-email_subscriptions_confirmation h2,
.system-template .widget-type-email_simple_subscription h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation h2:before {
  display: block;
  content: "\f00c ";
  font-family: FontAwesome;
  font-size: 36px;
  margin-bottom: 5px;
  text-align: center;
}

.system-template .widget-type-email_subscriptions h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation p,
.system-template .widget-type-email_simple_subscription p {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions p {
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
}

.system-template .widget-type-email_subscriptions input[type="submit"] {
  width: auto;
  text-transform: capitalize;
}

.system-template .checkbox-row input[type="checkbox"] {
  margin-top: -3px;
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 20px;
  cursor: pointer;
}

.system-template .subscribe-options label {
  margin: 0;
}

.error-404 .body-container h1 {
  font-size: 115px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .error-404 .body-container h1 {
    font-size: 55px;
  }
  .system-template .widget-type-email_subscriptions_confirmation h2,
  .system-template .widget-type-email_simple_subscription h2 {
      font-size: 22px;
  }
    
  .system-template .hs-button,
  .system-template input[type="submit"] {
      padding: 15px 20px;
      font-size: 16px;
  }
  
  .error-404 .body-container .table-display img {
    margin-bottom: 30px;
  }
}

.error-404 .body-container h2 {
  font-size: 31px;
  font-weight: 700;
}

.error-404 .body-container ul {
  list-style: none;
  padding: 0;
}


.error-500 .body-container {
  color: #4b5057;
}

.error-500 .body-container h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 5px;
}

.error-500 .body-container h1 {
  font-size: 65px;
  font-weight: 300;
  margin-bottom: 0;
}

.error-500 .post-box-image:before {
  padding-top: 55.55555555555556%;;
}

.error-500 .post-box-content {
  display: flex;
  flex-flow: row wrap;
  min-height: 1px;
}

.error-500 .post-box-content h4 {
  order: 2;
  flex: 1 100%;
}

.error-500 .post-box-content .post-box-meta { 
  order: 1;
  flex: 1 100%;
}

.error-500 .post-box-content .post-box-meta p { 
  margin-bottom: 5px;
}

.error-500 .recent-posts,
.error-500 .blog-link,
.error-500 .post-box-content > p {
  display: none;
}

@media (max-width: 767px) {
  .error-500 .body-container h1 {
      font-size: 36px;
  }
}






/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





/* ==========================================================================
   Resources                                         
   ========================================================================== */

/* Resources 1
   ========================================================================== */

.resources-1 .banner {
  padding: 84px 0;
  background-position: center;
}

.resources-1 #resources {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources-1 #resources .resource-item {
  display: inline-block;
  width: 25.4385964912281%;
  margin: 0 3.947368421052617% 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .resources-1 #resources .resource-item {
    width: 42.105263157894766%;
  }
}

@media (max-width: 599px) {
  .resources-1 #resources .resource-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}

.resources-1 .resource-item h4 {
  font-size: 27px;
  font-weight: 300;
}

.resources-1 .resource-item p a {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.resources-1 .resource-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  max-width: 290px;
  height: 366px;
}

.resources-1 .resource-item .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127.58620689655173%;;
}

.resources-1 .resource-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.resources-1 .resource-item .resource-topics {
  margin: 0;
  color: #2d749e;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 599px) {
  .resources-1 .resource-topic {
    display: block;
    margin: 10px 0 0 0;
  }
}

.resources-1 .selectric-wrapper {
  width: 220px;
}

/**** Isotope Filtering ****/

.resource-item {
  z-index: 2;
}

.resources-1 #resources .resource-item.flexed {
    display: flex;
    flex-direction: column;
}

.resource-item.flexed .resource-content {
/*     flex-grow: 1; */
	height: 332px;
    display: flex;
    flex-direction: column;
}

.resource-content > *:last-child {
    margin-top: auto;
	margin-bottom: 5rem;
}

.resource-item .featured-image img {
    height: 100%;
}

.resource-item.flexed .resource-content * {
    text-align: center;
}

.resources-1 .resource-item h4 {
    line-height: 1.4;
	padding: 12px 0 14px;
}

.resources-1 .resource-item p a {
    background-color: #ef3e2d;
    padding: 12px 20px;
    color: #fff;
    border-radius: 4px;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .resource-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .resource-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .resource-item,
.isotope .resource-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.resource-navigation {
  background: url('https://www.covisum.com/hubfs/Images/10271_WEB_Covisum_pricing-page-header.jpg');
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 21px;
}

.resources-1 .resource-navigation .sortBy {
  display: inline-block;
  line-height: 52px;
}

#resourceTopics {
  display: inline-block;
  line-height: 52px;
}

#resourceTopics .resource-topic {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}

#resourceTopics select,
#resourceTopics select option {
  text-transform: capitalize;
}


/* Pagination */
.blog-pagination {
  margin: 60px 0 0;
  float: left;
  width: 100%;
  clear: both;
}
.blog-1 .blog-pagination {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  margin: 60px 0;
}
.blog-pagination a {
  display: block;
  font-size: 21px;
  font-weight: 700;
}
.blog-pagination a:not(:hover) {
  color: #2d749e;
}
.blog-pagination a.previous-posts-link {
  float: left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  float: right;
}

.post-pagination a {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.post-pagination a:not(:hover) {
  color: #2d749e;
}

.post-pagination a.previous-post-link {
  float: left;
}

.post-pagination a.next-post-link {
  float: right;
}



/* ==========================================================================


   6. LIBRARIES


   ========================================================================== */
   
   

/* ==========================================================================
   Slick Slider                                               
   ========================================================================== */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('//cdn2.hubspot.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: #000000;
    z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev
{
    left: -15px;
}

.slick-next
{
    right: -15px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    line-height: 10px;

    display: block;

    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;;

    cursor: pointer;

    color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    background: #afafaf;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    background: #f57300;
    outline: none;
}






/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jqc-1.12.3/dt-1.10.12
 *
 * Included libraries:
 *   jQuery compat 1.12.3, DataTables 1.10.12
 */

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  font-size: 16px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  font-weight: 700;
}
.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: auto;
  max-width: 100px;
}

.dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: 0;
}

.dataTables_filter label {
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_filter input {
  font-weight: 400;
  text-align: left;
  width: 200px;
  min-height: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;;
  margin: 0 0 0 5px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 30px;
  padding: 5px 10px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #525252 !important;
  border: 1px solid #2d749e;
  background: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background: #2d749e;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #afafaf !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: #585858;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  color: #fff !important;
  background: #2d749e;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #55677a;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Checkbox / Radio Styles */

.control {
  display:inline-block;
  font-size: 16px;
  line-height: 24px;
	cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 5px 0 0;
  width: 23px;
  height: 21px;
  top: 4px;
}

.control:hover,
.control.active-check {
  background: #DEDEDE !important;
}

.control--checkbox input[type="checkbox"] {
  position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 21px;
	background: #fff;
	border: 1px solid #000;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #fff;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #fff;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5C5D61;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}

.checkbox-row span.fakelabel .control {
  float: left;
}

.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px);
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}




/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #afafaf;
  background: #fff;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 63px 0 25px;
  font-size: 16px;
  line-height: 50px;
  color: #000000;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #000000;
  text-align: center;
  font: 0/0 a;
  font: 20px/29px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #b9c1c8;
}

.selectric .selectArrow:after {
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .selectArrow {
  color: #a2a2a2;
}

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #afafaf;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

/* .selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
} */

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #000000;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #f0f0f0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #f0f0f0;
}

.selectric-items li:hover {
  background: #f0f0f0;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.reset-container {
    margin-top: 1.2em;
}

a.reset-button {
    color: #fff;
    cursor: pointer;
}

a.reset-button:hover {
    color: #fff;
    opacity: 0.6;
}

/* ==========================================================================
   Lity v3.0.0
	 http://sorgalla.com/lity/
   Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT
   ========================================================================== */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

html.lity-active {
  overflow: hidden;
}


/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
