/**
* Theme Name: Foundry Child
* Description: This is a child theme of Foundry, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
* Template: foundry
* Version: 2.1.9
*/
/*-----------------------------------------------------------------------------------*/
/*	Visual Composer Styles
/*-----------------------------------------------------------------------------------*/

section section {
	padding: 0;
	background: none;
}
section section + section,
section section + .row {
	padding-top: 96px;
}
.ebor-page-wrapper > .wpb_row {
	margin: 0 !important;
}
section section .container {
	width: 100%;
}
p:empty {
	display: none;
}
/* .wpb_alert p:last-child, 
#content .wpb_alert p:last-child, 
.wpb_text_column p:last-child, 
.wpb_text_column *:last-child, 
#content .wpb_text_column p:last-child, 
#content .wpb_text_column *:last-child, 
.wpb_toggle_content p:last-child {
	margin-bottom: 24px;
} */

.wpb_text_column ol {
	margin-left: 2em;
}
.wpb_text_column ul {
    list-style-type: disc;
	margin-left: 2em;
}
.wpb_text_column ul > li > ul {
	list-style-type: circle;
	margin-left: 2em;
}
/* ul > li:last-child { margin-bottom: 0px; } */
/* 
nav-bar { list-style-type: none; } */

br:empty { margin-bottom: 0 !important; }
.vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
	content: "\e649" !important;
	font-family: 'themify' !important;
}
.flex-direction-nav a.flex-prev:before {
	content: "\e64a" !important;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	font-size: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Visual Composer Styles
/*-----------------------------------------------------------------------------------*/
.mega-menu h4 {
	display: none;
}
.image-bg.overlay.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (min-width : 992px) {
	.perm-fixed-nav {
		padding-top: 100px;
	}
   .perm-fixed-nav .nav-container {
       position: fixed;
       top: 0;
       width: 100%;
       z-index: 9999;
   }
   .perm-fixed-nav nav.fixed {
       position: fixed;
       visibility: visible;
       opacity: 1;
       transform: none !important;
       -webkit-transform:none !important;
       -moz-transform: none !important;
   }
}

.nav-is-overlay.perm-fixed-nav { padding-top: 0 !important; }

.wpb_single_image .vc_figure {
	max-width: 100%;
}

.image-bg .feature i {
	line-height: 64px;
}
section, footer {
	clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*	Theme Styles
/*-----------------------------------------------------------------------------------*/

body {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    color: #464646;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, h3 a {
	font-weight: 400;
}
h1 {
}
h2 {
	font-size: 38px;
	line-height: 46px;
}
h2.uppercase {
    letter-spacing: 2px;
    margin-right: -5px;
}
h3 {
  	font-size: 30px;
	line-height: 38px;
}
h3.uppercase { letter-spacing: 2px; margin-right: 31px;}
h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: 500;
}
h4.uppercase { letter-spacing: .05em; margin-right: -1px;}
h5 { font-size: 18px;
}
h5.uppercase { letter-spacing: .045em; margin-right: -1px; }
h6 {
}
body, p {
	
}
.page_content p {
  line-height: 1.5;
}
.form-content, .form-content p {
  	line-height: 1.5;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a, button, input, select, option {
    font-family: 'Open Sans', sans-serif;
    font-weight: unset;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

section, footer {
  padding: 60px 0;
}
/* section.normal-padding {
	padding: 0px;
} */

/*Header*/

.site-header {
    background-color: #f9f9f9;
}

.site-branding {
    text-align: center;
}

.twentyseventeen-front-page.has-header-image .site-branding, 
.twentyseventeen-front-page.has-header-video .site-branding, 
.home.blog.has-header-image .site-branding, 
.home.blog.has-header-video .site-branding {
    margin-bottom: 100px!important;
}

.wrap-the-logo {
    
}

.site-title {
    text-transform: capitalize;
}

.site-description {
    width: 70%;
    margin: 10px auto;
}

.header-social-icons {
    margin-top: 15px;
}

.header {
  background-color: #ffffff;
}
ul { list-style: disc; margin-left: 20px; }

.nav-container nav .nav-bar ul,
ul.menu { list-style: none; margin-left: 0px; }

/* .nav-bar ul.menu li {
    height: 55px;
    line-height: 18px;
	padding-top: 15px;
	text-align: center;
}
.nav-bar ul.menu li.double-line {
	height: 55px;
    padding-top: 10px;
    line-height: 18px;
}
nav.fixed .nav-bar ul.menu li {
	padding-top: 25px;
}
nav.fixed .nav-bar ul.menu li.double-line {
	padding-top: 20px;
} */
.menu > li ul {
  background-color: #f5f5f5;
}
.menu > li {
	margin-right: 25px;
}
.menu > li > ul li a {
  color: #292929;
  padding: 6px 20px;
}
.lang-item > a > img {
	margin-bottom: 2px;
}
.menu li a {
  font-size: 14px;
  color: #292929;
  opacity: .75;
  letter-spacing: .75px;
}
.lang-item a span {
	font-weight: 600;
}
.hero-banner {
    min-height: 400px;
    background-position: right !important;
}
h2.banner-title {
    font-size: 2em;
    line-height: 1.3;
    margin-top: 10px;
/*     font-family: 'Oswald', sans-serif; */
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000000;
}
.banner-btn a.vc_btn3 {
    box-shadow: 2px 2px 6px #000000;
}
.sitenav ul#menu-main li a {
    padding-right: 0px;
    color: #df6c3d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
  .font10, .font10 p, .font10 span, .font10 li  {
    font-size: 10px;
    line-height: 1.3em;
  }
	.font12, .font12 p, .font12 span, .font12 li  {
    font-size: 12px;
    line-height: 1.3em;
  }
  .font14, .font14 p, .font14 span, .font14 li {
    font-size: 14px;
    line-height: 1.3em;
  }
  .font16, .font16 p, .font16 span, .font16 li {
    font-size: 16px;
    line-height: 1.5em;
  }
  .font18, .font18 p, .font18 span, .font18 li {
    font-size: 18px;
    line-height: 1.5em;
  }
  .font20, .font20 p, .font20 span, .font20 li {
    font-size: 20px;
    line-height: 1.5em;
  }
  .font24, .font24 p, .font24 span, .font24 li {
    font-size: 24px;
    line-height: 1.5em;
  }
  .font26, .font26 p, .font26 span, .font26 li {
    font-size: 26px;
    line-height: 1.5em;
  }
  .font28, .font28 p, .font28 span, .font28 li {
    font-size: 28px;
    line-height: 1.5em;
  }
  .font30, .font30 p, .font30 span, .font30 li {
    font-size: 30px;
    line-height: 1.5em;
  }
  .font36, .font36 p, .font36 span, .font36 li {
    font-size: 36px;
    line-height: 1.5em;
  }
  .font40, .font40 p, .font40 span, .font40 li {
    font-size: 40px;
    line-height: 1.5em;
  }

.lineheight1, .lineheight1 p, .lineheight1 span, .lineheight1 li {
	line-height: 1.1em !important;
}
.lineheight2, .lineheight2 p, .lineheight2 span, .lineheight2 li {
	line-height: 1.2em !important;
}
.lineheight3, .lineheight3 p, .lineheight3 span, .lineheight3 li {
	line-height: 1.3em !important;
}
.lineheight4, .lineheight4 p, .lineheight4 span, .lineheight4 li {
	line-height: 1.4em !important;
}
.lineheight5, .lineheight5 p, .lineheight5 span, .lineheight5 li {
	line-height: 1.5em !important;
}
span.sub {
	font-size: 12px;
	color: #464646;
	letter-spacing: .5px;
}
.hotline {
  text-align: right;
}
.hotlinecta, .hotlinecta a {
    padding-right: 0px;
    color: #df6c3d !important;
    font-weight: 600;
	white-space: pre;
	opacity: 1 !important;
}
.hotlinecta:hover, .hotlinecta a:hover {
	color: #c55e33 !important;	
}
.hotlinenumber {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
.module.widget-handle.mobile-hotline {
    line-height: 98px;
    max-height: 100px;
}
.nav-bar .cta-button a.btn.btn-sm {
    padding-left: 20px;
    padding-right: 20px;
}
.cta-button a, .cta-button a.btn, .cta-button a.vc_btn3, .teal-btn a.vc_btn3 {
    background-color: #31bcaf;
    color: #ffffff;
}
.cta-button a:hover, .cta-button a.btn:hover, .cta-button a.vc_btn3:hover, .teal-btn a.vc_btn3:hover {
	background-color: #269489;
	color: #ffffff;
	border-color: #269489;
}
.orange-btn a.vc_btn3 {
    background-color: #df6c3d;
    color: #ffffff;
}
.orange-btn a.vc_btn3:hover {
	background-color: #c55e33;
	color: #ffffff;
	border-color: #c55e33;
}
.bullets {
  padding-left: 25px;
}
.bullets::before {
	content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
	border-radius: 50%;
    margin-left: -25px;
    margin-top: 8px;
}
.bullets.purplebullets::before, .bullets.purple::before {
  background: #604199;
}
.bullets.yellowbullets::before, .bullets.yellow::before {
  background: #f2e31a;
}
.bullets.orangebullets::before {
    background: #df6c3d;
}
.bullets.tealbullets::before, .bullets.teal::before {
  background: #31bcaf;
}
.bullets.greenbullets::before, .bullets.green::before {
  background: #8dc63f;
}

/* FOOTER */

/*
footer {
    padding: 50px 0;
}
*/

footer.footer-1.bg-dark .menu {
  height: auto !important;
}
footer.footer-1.bg-dark .menu .menu-item {
  float: none;
}
footer.footer-1.bg-dark .menu .menu-item a {
    color: #ffffff;
}
footer.footer-1 .widget_media_image img {
  max-width: 175px !important;
}

/* ELEMENTS */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

blockquote {
    background: #f9f9f9;
    padding: 20px 20px 0 20px;
    margin: 16px 0;
}

pre {
    background: #f9f9f9;
}

h3.uppercase {
  letter-spacing: 1px;
}

.white, .white p, .white h1, .white h2, .white h3, .white h4 {
  color: #ffffff;
}
a.vc_btn3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.more-link {
    border: 1px solid #DDDDDD;
    display: inline-flex;
    padding: 4px 22px 1px 10px;
    border-radius: 14px;
    font-size: 0.9rem;
}

a.more-link {
    -webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
a.more-link:hover {
    -webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

a.more-link:after {
    content: url(assets/right-arrow.png)!important;
    margin-left: 8px;
    margin-top: 1px;
}

.blog .site-main > article, 
.archive .site-main > article, 
.search .site-main > article {
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 55px;
}

.entry-content a, 
.entry-summary a, 
.widget a, 
.site-footer 
.widget-area a, 
.posts-navigation a, 
.widget_authors a strong {
	box-shadow:none;
}

.mb64 {
    margin-bottom: 50px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.news-logo { 
  margin-top: 10px;
  max-height: 100px;
  width: auto;
}
.post-title .label.date {
  font-size: 14px;
}
.single-post .main-container .page-title h2.uppercase, .single-post .main-container .page-title h3.uppercase {
  color: #31bcaf;
  text-transform: capitalize;
}
section.post {
  padding-top: 30px;
}
.pagination li a {
  font-size: 16px;
  line-height: 18px;
  color: #555555;
}
.feature-3 {
    min-height: 40px;
}

/* .category-featured .masonry-item .feature {
	background: #31bcaf;
    color: #ffffff !important;
}
.category-featured .masonry-item .feature a, 
.category-featured .masonry-item .feature a h6 {
	color: #ffffff !important;
} */

/* NEWS PAGE */

.news-col {
  max-width: 15%;
}
.post-title a h3 {
	text-transform: capitalize;
	color: #31bcaf;
 	margin-bottom: 20px;
}
.post-title a h3:hover {
    text-decoration: underline;
    color: #31bcaf;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.date-title {
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
	color: #434960;
}
.news-source {
	color: #434960;
}
/* .date {
    color: #292929;
    border: 1px solid #999999;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 77px;
	padding: 7px 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-right: 30px;
  }

.date .month {
    font-size: 16px;
		line-height: 24px;
		display:block;
  }
  
.date .year {
    font-size: 14px;
    line-height: 24px;
		display:block;
  }

.date .digits {
    font-size: 33px;
		line-height: 29px;
		display:block;
  } */


/* SEARCH BAR */

.news-filter { 
  padding: 30px 0;
  border-bottom: 1px solid #cccccc; 
}

.searchandfilter ul {
  padding-left: 0;
}

.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 30px;
  margin-bottom: 0px;
  line-height: 14px;
  }
.searchandfilter > ul > li:last-child {
  padding-right: 0px;
}
.searchandfilter h4 {
  color: #555555;
}
.searchandfilter label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.searchandfilter ul li select, .searchandfilter ul li input {
  font-size: 14px;
}
  .searchandfilter ul.sf_date_field {
  padding-left: 0;  
  }
  .searchandfilter ul.sf_date_field li {
  display: inline-block;  
  padding: 0;
  }
  .searchandfilter ul.sf_date_field li:first-child {
  margin-right: 15px;
  }
.select-option, .sf-datepicker {
  margin-bottom: 0px !important;
  max-width: 460px;
}
.searchandfilter select.sf-input-select {
  padding-right: 20px;
}
.select-option i {
  font-size: 14px;
  right: 10px;
  top: 18px;
}
.searchandfilter .sf-field-submit input[type="submit"] {
  padding: 0 25px;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px !important;
  background: #31bcaf;
  border: none;
}
.searchandfilter .sf-field-submit input[type="submit"]:hover {
  background: #009688;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.searchandfilter ul li.sf-field-submit {
  vertical-align: bottom;
}

/* FORMS */

.input-with-label span, label, span.input-label {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
 	color: #292929;
}
input.form-btn {
	font-size: 16px;
	max-width: 200px;
	font-weight: 700;
}

/* MEDIA QUERIES */

@media (max-width: 1148px) {
  .logo {
    max-height: 70%;
  }
  .menu li a {
    font-size: 13px;
    letter-spacing: .5px;
  }
  .module {
    padding: 0 20px;
  }
  
}
@media (min-width: 1121px) {
	.menu > li {
		margin-right: 25px;
	}
}
@media (max-width: 1120px) {
	.menu > li {
		margin-right: 20px;
	}
}
@media (min-width: 992px) {
  
  .nav-bar {
  height: 100px;
  max-height: 100px;
  line-height: 51px !important; 
	}
  .nav-bar .module, .nav-bar .module-group {
    height: 55px !important;
  }

  nav .nav-bar .logo {
      margin: 15px 0;
  }

  nav.fixed.scrolled {
    height: 70px !important;
  }
  nav.fixed.scrolled .nav-bar > .module.left > a {
    height: 70px;
  }
  nav.fixed.scrolled .nav-bar .logo {
    margin: 0;
    max-height: 80% !important;
  }
  nav.fixed.scrolled .nav-bar {
    line-height: 70px !important;
    max-height: 70px;
    height: 70px;
  }
  nav.fixed.scrolled .nav-bar .module, .nav-bar .module-group {
    height:70px !important;
  }
  .menu > li ul {
    left: -20px;
  }
}

@media (max-width: 991px) {
  .module-group.right .module.left:first-child {
    padding-bottom: 16px;
  }
  .module.widget-handle {
/*    padding-top: 4px;*/
    border-top: none;
  }
  .menu li {
    text-align: center;
  }
  .menu > li ul {
    margin: 0px auto;
    text-align: center;
    width: 100% !important;
  }
  .menu > li > a {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
  }
  .menu > li > ul > li {
    line-height: 20px;
  }
  .menu > li ul.subnav > li > a {
    font-size: 13px;
  }
  .module-group.right .module.left:first-child {
    padding-right: 16px;
  }
  .hotlinecta {
    text-align: center;
    width: 100%;
  }
  .has-dropdown:after {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
  .module.widget-handle.cta-button {
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  div.nav-utility {
	height: auto !important;
	border-bottom: none;
  }
  nav.fixed .nav-utility {
	display:block;
  }
  nav.fixed {
    position: fixed !important;
  }
  nav.fixed.scrolled {
    height: 70px !important;
  }
  nav.fixed.scrolled .nav-bar > .module.left > a {
    height: 70px;
  }
  nav.fixed.scrolled .nav-bar .logo {
    margin: 0;
    max-height: 80% !important;
  }
  nav.fixed.scrolled .nav-bar {
    line-height: 70px !important;
    max-height: 70px;
    height: 70px;
  }
  nav.fixed.scrolled .nav-bar .module-group.right {
    background: #ffffff;
  }
  nav.fixed.scrolled .nav-bar .module.widget-handle.mobile-toggle, 
	nav.fixed.scrolled .nav-bar .module.widget-handle.mobile-hotline {
    line-height: 70px !important;
  }
  
  
  .background-image-holder {
/*     background-position: 50% 0% !important; */
    background-size: auto !important;
  }
  div#nav_menu-3 {
    margin-bottom: 0px;
  }
  .footer-1 .widget_media_image, .footer-1 .widget_custom_html {
    text-align: center;
  }
}

/*
@media (min-width: 768px) and (max-width: 991px) {
  .footer-1 .col-sm-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
*/

/*For screen larger than 770px*/

@media screen and (min-width: 768px) {
  .navigation-top .wrap {
    	max-width: 1140px;
	}
}

@media (max-width: 767px) {
  p {
      font-size: 18px;
      line-height: 26px;
  }
  .page-title h2, .page-title h3 {
	  font-size: 28px;
	  line-height: 34px;
	  letter-spacing: 0px;
    }
	
  .page-title p.lead {
	  font-size: 20px;
	  margin-top: 10px;
	  line-height: 26px;
  }
}

.navigation-top {
    border-top: 1px solid #DDDDDD;
    border-bottom: 0px solid #eee;
}

/*Fixed Nav*/

.site-navigation-fixed.navigation-top {
    background: #f9f9f9;
}

/*Body*/

.wrap {
    max-width: 1140px;
    padding-left: 1em;
    padding-right: 1em;
}

.page .wrap {
    padding-left: 2em;
    padding-right: 2em;
}

/*For screen larger than 770px*/

@media screen and (min-width: 770px) {
	.has-sidebar:not(.error404) #primary {
    	float: left;
    	width: 66%;
	}
	
	.has-sidebar #secondary {
   		float: right;
    	padding-top: 0;
    	width: 30%;
	}
    .main-navigation a {
   		padding: 1em 1em;
	}
}

.single-post:not(.has-sidebar) #primary, 
.page.page-one-column:not(.twentyseventeen-front-page) #primary, 
.archive.page-one-column:not(.has-sidebar) .page-header, 
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 99%;
}

.blog:not(.has-sidebar) #primary article, 
.archive:not(.page-one-column):not(.has-sidebar) #primary article, 
.search:not(.has-sidebar) #primary article, 
.error404:not(.has-sidebar) #primary .page-content, 
.error404.has-sidebar #primary .page-content, 
body.page-two-column:not(.archive) #primary 
.entry-content, body.page-two-column #comments {
    float: right;
    width: 99%;
}

body:not(.twentyseventeen-front-page) 
.entry-header, body:not(.twentyseventeen-front-page) 
.entry-content, body:not(.twentyseventeen-front-page) #comments {
    margin-left: 1%;
}

.site-content {
    padding: 3em 0 0;
}

.page .panel-content 
.entry-title, 
.page-title, 
body.page:not(.twentyseventeen-front-page) 
.entry-title {
    font-size: 1.5rem;
}

.page-title p.lead {
    font-size: 24px;
    margin-top: 15px;
    line-height: 32px;
}

.site-footer {
    margin-top: 0em;
     border-top: 0px solid #eee;
}


/*Comments*/

.comments-area {
    width: 66%;
    margin: auto!important;
}

.comments-section {
    width: 100vw;
    background: #f9f9f9;
    margin-left: calc(49% - 50vw);
}

.has-sidebar #comments-container {
    position: relative;
    left: 25.5%;
}

.comment-author .avatar {
    border-radius: 50px;
}

.comment {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 60px;
}

span.edit-link {
    display: inline-block;
/*    padding: 30px 0;*/
}

.page-template-page-no-title .site-content {
    padding: 0;
}

.page-template-page-landing .site-header, .page-template-page-landing .site-footer{
    display: none!important;
}

.page-template-page-landing .site-content {
    padding: 0!important;
}

/*Landing Page Template If Selected As Homepage*/

.home body.page:not(.twentyseventeen-front-page) .entry-title {
    display: none;
}

.home .panel-content .wrap {
    padding-bottom: 0;
    padding-top: 0;
}

.home span.edit-link {
    display: none!important;
}

.page-template-page-landing header.entry-header {
    display: none;
}

/* Mobile */

@media screen and (max-width: 770px) {
	.sticky .icon-thumb-tack {
		height: 27px;
		left: -7px;
		top: -28px;
		width: 30px;
		padding: 5px;
	}
	.font10, .font10 p, .font10 span, .font10 li  {
      font-size: 10px;
      line-height: 16px;
    }
    .font12, .font12 p, .font12 span, .font12 li  {
      font-size: 12px;
      line-height: 18px;
    }
    .font14, .font14 p, .font14 span, .font14 li {
      font-size: 14px;
      line-height: 20px;
    }
    .font16, .font16 p, .font16 span, .font16 li {
      font-size: 16px;
      line-height: 22px;
    }
    .font18, .font18 p, .font18 span, .font18 li {
      font-size: 18px;
      line-height: 22px;
    }
    .font20, .font20 p, .font20 span, .font20 li {
      font-size: 18px;
      line-height: 22px;
    }
    .font24, .font24 p, .font24 span, .font24 li {
      font-size: 20px;
      line-height: 26px;
    }
	.font26, .font26 p, .font26 span, .font26 li {
      font-size: 22px;
      line-height: 28px;
    }
	.font28, .font28 p, .font28 span, .font28 li {
      font-size: 24px;
      line-height: 30px;
    }
    .font30, .font30 p, .font30 span, .font30 li {
      font-size: 26px;
      line-height: 32px;
    }
	.font36, .font36 p, .font36 span, .font36 li {
      font-size: 30px;
      line-height: 36px;
    }
    .font40, .font40 p, .font40 span, .font40 li {
      font-size: 32px;
      line-height: 38px;
    }	
}
