/*
Theme Name: miclub 2017
Theme URI: http://www.miclub.com.au
Author: MiClub
Author URI: http://www.miclub.com.au
Description: MiClub 2016 Theme
Version: 1.0.0
License: Private
License URI: http://www.miclub.com.au
Text Domain: miclub
Tags:
*/


#wpadminbar {
	/*display: none !important;*/
}

/* anchor fix due to top header */
.anchor {
  display: block;
  height: 90px; /*same height as header*/
  margin-top: -90px; /*same height as header*/
  visibility: hidden;
}

/* */
@media only screen and (max-width: 1280px) {
  .anchor {
    height: 0;
    margin-top: 0;
  }
}

div[id^='facebook-share-button-']{
   cursor: pointer;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

.clear:after {
  content: "";
  display: table;
  clear: both;
}

/** {
  border: 1px dotted rgba(100,100,100,.3);
}*/

* {
/*  -webkit-font-smoothing: subpixel-antialiased; */
	  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, td, blockquote {
  font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1.25px;
  line-height: 1.5em;
}

h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

h3, h4 {
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  /*margin-top: 0;
  margin-bottom: 0;*/
}

h4 {
  font-size: 18px;
}

.single-post .post-content h3 {
  color: #6889ca;
}

/*p {
  font-weight: 300;
  letter-spacing: 1.1px;
  line-height: 1.5em;
  font-size: 14px;
}*/

p {
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 1.5em;
    font-size: 16px;
}

p a {
  color: #466bb3;
  text-decoration: none;
  border-bottom: 1px dotted #466bb3;
}

ul, ol {
  padding-left: 18px;
  letter-spacing: 0.4px;
  font-weight: 400;
}

td {
    border: 1px solid rgba(0,0,0,.1);
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6em;
    vertical-align: top;
    padding: 10px;
}

table {
    border-spacing: 0;
    /*border-collapse: separate;*/
    border: 1px solid rgba(0,0,0,.1);
    width: 100%!important;
}

li {
  line-height: 1.7em;
}

#menu li {
  line-height: 1.15;
}

ul.footer-menu li {
  line-height: 1.15;
}

ul.footer-menu .sub-menu {
	padding-top: 20px;
}

ul.footer-menu .sub-menu .sub-menu {
	padding: 5px 0;
}

table tr td h1,
table tr td h2,
table tr td h3,
table tr td h4,
table tr td h5,
table tr td h6,
table tr td p {
  margin-top: 0;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p,
.bg-blue a,
.bg-blue ul {
  color: #fff;
}

.bg-blue h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
    margin: 20px 0 10px;
}

.bg-blue p {
	font-size: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
	margin: 0 0 20px;
}

.bg-blue a {
  font-weight: bold;
  text-decoration: underline;
}

.bg-blue a.btn {
  font-weight: normal;
  text-decoration: none;
}

.slider .btn {
	margin-right: 0;
}

.navigation {
  /* do not specify height - causes issues with nav bar */
  background-color: #466bb3;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all .5s ease-in;
  -webkit-box-shadow: 0px 1px 50px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 50px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 50px 2px rgba(0,0,0,0.3);
}

.admin-bar .navigation {
    top: 32px;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}

.container-xs {
  width: 30%;
  margin: 0 auto;
}

.container-sm {
  width: 50%;
  margin: 0 auto;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.logo {
/*  margin-top: 8px;
  width: 210px;
  height: 80px; */
	width: auto;
	height: 62px;
}

.nav-left a {
	padding: 19px 0 15px;
	display: block;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.hero {
  background-color: #abcdef;
  background-size: cover;
  background-position: center 60%;
  height: 60vh;
}

.hero h1 {
  width: 50%;
	margin: 0;
}

.hero-overlay {
  height: 100%;
  width: 100%;
}

#home .hero .hero-overlay {
    background-color: rgba(0,0,0,0.3);
    /*background-image: url('img/dither.png');*/
}

main {
  /*padding-top: 100px;*/
}

.hero-content {
  padding-top: 300px;
}

.light {
  color: #fff;
  border-color: #fff;
}

.dark {
  color: #000;
  border-color: #000;
}

.menu {
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  /*float: right;*/
  /*margin-top: 40px; */
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}
/*
.menu li {
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
  margin-left: 10px;
  letter-spacing: 2px;
  border-radius: 10px;
  font-weight: 700;
}
*/
.menu li {
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
  font-size: .9375em;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
	padding-top: 0px;
	padding-bottom: 0 !important;
  margin-left: 22px;
  letter-spacing: 0px;
  border-radius: 10px;
	margin-bottom: 0;
}

.menu li:hover a {
	color: #b0c3e9;
}

.menu li:hover .sub-menu li a {
	color: #fff;
}

/*
.menu li a {
  color: #fff;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  display: block;
}
*/
.menu li a {
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  border: 0;
  display: block;
	letter-spacing: 1.5px;
	padding: 41px 0;
	font-weight: 600;
}

.menu li.current-menu-item a,
.menu li.current_page_parent a {
	color: #b0c3e9;
}


.slicknav_nav li,
.slicknav_nav li a {
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.btn {
    font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 13px 25px;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    transition: all .2s ease-in;
	opacity: 1;
    margin-right: 30px;
    margin-top: 20px;
	margin-bottom: 20px;
    display: inline-block;
    width: auto;
    text-align: center;
	font-weight: 600;
}

.btn:hover {
	transition: all .2s ease-in;
    opacity: 0.7;
}


.hero-content h1 {
  font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1.25px;
}

.search-icon {
  margin-top: 40px;
  margin-left: 20px;
	cursor: pointer;
}

.nav-left {
  float: left;
}

.nav-right {
    float: right;
    position: relative;
}

.search-wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
}

.search-wrap div {
	background: #3c5ea0;
    padding: 10px;
    overflow: hidden;
	width: 300px;
}

#footer-subscribe-form {
    /*display: none;*/
    padding: 0 20px;
    border: 0px solid rgba(255,255,255,.25);
    border-radius: 5px;
    margin-top: 0px;
    /*width: 50%;*/
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#footer-subscribe-button {
  display: none;
	font-weight: 600;
}
#sidebar-subscribe-button {
  display: block;
}
#footer-subscribe-button:hover,
#sidebar-subscribe-button:hover {
  cursor: pointer;
}

/* overrides for gravity forms */

.miclub-form-button,
#gform_submit_button_3 {
  /*text-align: center;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 2px;
  text-decoration: none;
  transition: all .2s ease-in;
  width: 180px;
  text-align: center;
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
	font-weight: 600;
}
.miclub-form-button:hover,
#gform_submit_button_3:hover {
  background-color: rgba(100, 100, 100,0.3);
}

#gform_wrapper_3 div.validation_error {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 15px;
    border-top: 0;
    border-bottom: 2px solid #790000;
    padding: 16px 16px;
    clear: both;
    width: 100%;
    text-align: center;
    background: red;
    border-radius: 25px;
    font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
}
#gform_wrapper_3 li.gfield.gfield_error,
#gform_wrapper_3 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
     background-color: transparent;
     margin-bottom: 0!important;
     border-top: 0;
     border-bottom: 0;
     padding-bottom: 0;
     padding-top: 0;
     box-sizing: border-box;
}
#gform_wrapper_3 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gform_wrapper_3 li.gfield_error textarea {
    border: 3px solid red;
}
/*#gform_wrapper_3 .validation_message {
    display: none;
}*/

#gform_wrapper_3 .field_description_below .gfield_description {
    padding-top: 0;
    font-weight: 300;
    color: #fff;
}

#gform_confirmation_message_3 {
    font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.feedback-left .gform_wrapper .top_label div.ginput_container {font-weight: normal; font-size: 12px;}
.feedback-left li.gfield {padding-top: 18px!important;}
.feedback-left {width:59%;display: inline-block; vertical-align: top;}
.feedback-right {width:39%;display: inline-block; vertical-align: top;}
.feedback-right img {width:100%; max-width:  530px;}
@media only screen and (max-width: 900px) {
  .feedback-right,.feedback-left {
    width:99%;
	}}

/* Footer Subscribe Form Styles */
.miclub-form input {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
}


@media only screen and (max-width: 1280px) {
  .search-wrap {
    right: 30px;
    top: 29px;
  }
  .search-wrap input[type=text] {
      border: 0;
      border-radius: 15px;
  }
}
label.screen-reader-text {
  display:none;
}
#searchsubmit {
  display: block;
	float: right;
	background: #6889ca;
	color: #fff;
	border: 0;
	height: 27px;
	
}
.search-wrap input[type=text] {
    color: #2c2c2c;
	font-weight: 300;
    background: #fff;
    border: 0px solid #466bb3;
    border-top: 0;
   /* padding: 10px!important;	*/
    width: 210px;
	padding: 5px !important;
	float: left;
}
.search-wrap input[type=text]::placeholder {
    color: #fff;
    font-weight: 300;
    font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: .4px;
    line-height: 1.6em;
    font-size: 16px;
}

.nav-center {
  margin: 0 auto;
  /* float: right; */
	text-align: center;
  /*width: 100%;*/
}

section {
  /*padding-top: 30px;
  padding-bottom: 30px;*/
}

.col1-2 {
  margin: 0;
  display: inline-block;
  width: 50%;
}

.col1-3 {
  margin: 0;
  display: inline-block;
  width: 33%;
}

.col2-3 {
  margin: 0;
  display: inline-block;
  width: 67%;
}

/* columns for statistic elements e.g. why miclub? */
.col1-4 {
  margin: 0;
  display: inline-block;
  width: 25%;
}

.col1-5 {
  margin: 0;
  display: inline-block;
  width: 20%;
}

.col3-4 {
  margin: 0;
  display: inline-block;
  width: 75%;
}

.col4-4 {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.content-left {
  width: 80%;
  margin-left: auto;
  padding-right: 20px;
}
.content-right {
  width: 80%;
  margin-right: auto;
  padding-left: 20px;
}

b, strong {
  font-weight: 600;
}

.para-lg,
.para-lg p {
  line-height: 1.55em;
  font-size: 18px;
  font-weight: 300;
}

.col-bg-align-left {
  min-height: 400px;
  background-position: left;
  background-repeat: no-repeat;
}

.col-bg-align-right {
  min-height: 400px;
  background-position: right;
  background-repeat: no-repeat;
}

.col-bg-align-bottom-left {
  min-height: 400px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.col-bg-align-bottom-right {
  min-height: 400px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.col-bg-fill {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.bg-blue {
  background-color: #466bb3;
}

.bg-grey {
  background-color: #f5f5f5;
}


.bg-grey-pattern {
  background-color: #f5f5f5;
  background-image: url('img/home-blog-bg.png');
  background-position: top left;
  background-repeat: repeat-x;
}

.pad-v {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-v-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modular-sidebar .pad-v-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad-l {
  padding-left: 70px;
}

.pad-r {
  padding-right: 70px;
}

/*hr {
  width: 70px;
  border-bottom: 3px solid #466bb3;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}*/

.auto-lr-margins {
  margin-left: auto!important;
  margin-right: auto!important;
}

blockquote {
    position: relative;
    margin: 0;
    font-size: 30px;
    /*margin-bottom: 40px;*/
    background: rgba(0,0,0,.03);
    padding: 5px 20px;
    overflow: auto;
}
blockquote.quote {
    overflow: visible;
    background: transparent;
}
blockquote.quote strong {
  color: #6889ca;
}
blockquote.quote:before, blockquote.quote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
    color: #ccd4e5;
}
blockquote.quote:before {
    top: -10px;
    left: -50px;
    content: "\201C";
}
blockquote.quote:after {
  bottom: -5px;
  right: -40px;
    content: "\201D";
}
.blockquote-author-pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .blockquote-author-pad {
    text-align: right;
  }
}

hr {
    width: 70px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #466bb3;
    margin-left: 0;
    margin-right: auto;
    /*margin-top: -20px;*/
    padding: 0;
	margin-top: 2px;
}

hr.hr-center {
  margin: auto;
  margin-bottom: 30px;
}

.no-banner-image {
    margin-top: 110px;
}
main#single {
    margin-top: 50px;
}

@media only screen and (max-width: 1280px) {
  .no-banner-image {
      margin-top: 150px;
  }
  main#single {
      margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .no-banner-image {
      /*margin-top: 20px;*/
      margin-top: 0;
  }
  main#single {
      margin-top: 0px;
  }
}

.content-card {
  padding: 30px;
  vertical-align: top;
}

.content-card h2,
.content-card p {
  color: #d5e0f4;
}

.content-card h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.content-card p {
  font-size: 14px;
	line-height: 17px;
}

.blog-card {
  background-color: #fff;
  margin: 20px;
  text-align: left;
}

.blog-card-img {
  height: 250px;
  /*background-color: #abcdef;*/
  background-size: cover;
  background-position: center 60%;
  border-bottom: 5px solid #466bb3;
}

.blog-card-content {
  padding: 25px;
  min-height: 270px;
}

.blog-card-date {
  margin-top: 0;
  color: #4c4c4c;
}

.blog-card-title {
  font-size: 20px;
  margin: 0;
  letter-spacing: .25px;
	line-height: 26px;
	margin-bottom: 15px;
}

/* */

ul.menu li {
  position: relative;
  padding-bottom: 33px;
}

ul.menu li ul {
  position: absolute;
  padding: 10px 0;
  background: #2c54a3;
  top: 100px;
  width: 300px;
  display: none;
	left: -20px;
}

ul.menu li ul li {
  /*text-transform: none;*/
  color: #fff;
  /*font-size: inherit;*/
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  border-radius: initial;
  transition: all .2s ease-in;
}


ul.menu li ul li:hover {
  background-color: #6889ca;
}


ul.menu > li:hover:before {
  /*content: '';
width: calc(100% + 100px);
height: calc(100% + 100px);
position: absolute;*/
/*
top: -50px;
left: -50px;*/
}

ul.menu > li.menu-item-has-children:hover:after {
    content: '';
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 10px solid #2c54a3;
    /*padding-top: 54px;*/
    display: block;
    width: 0;
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

ul.menu li:hover > ul {
  display: block;
  z-index: 11;
	
}

ul.menu li .sub-menu li {
	padding: 0;
	margin: 0;
	text-align: left;
}

ul.menu li .sub-menu li a {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 1.25px;
}

hr.hr-light-blue {
  border-color: #6889ca;
  margin-top: 5px;
}

hr.hr-white {
  border-color: #fff;
}

hr.hr-full-grey {
  width: 100%;
  border-color: #f5f5f5;
  margin-top: 20px;
}

.stay-connected-icon {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 37px;
  height: 26px;
}
img.stay-connected-icon-side {
  width: 37px;
  height: 26px;
}

.blog-posts a {
	color: #2c2c2c;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
}

.footer-input-txt {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 100;
  padding: 10px 20px;
  width: 70%;
  max-width: 500px;
  margin: 0;
  letter-spacing: 1.5px;
  height: 57px;
}
.footer-input-btn {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 100;
  padding-top: 10px;
  padding-left: 10px;
  width: 70px;
  height: 57px;
  margin: 0;
  vertical-align: top;
  border: 0;
  background: #6889ca;
  color: white;
}

.footer-input-btn img {
  width: 32px;
  height: 21px;
}

.social-bar {
  padding: 20px 20px;
  color: white;
}

.social-bar img {
  margin: 10px;
  width: 32px;
  height: 32px;
}

.social-bar img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

ul.footer-menu {
  list-style: none;
  display: inline-block;
  font-size: .8em;
  padding: 0;
	margin: 0;
}
ul.footer-menu li {
  list-style: none;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  padding-right: 10px;
  color: #466bb3;
  font-weight: 600;
  position: relative;
}
ul.footer-menu li ul {
  /*padding: 20px 0;*/
  padding-left: 0;
  padding-top: 5px;
}
ul.footer-menu li ul li {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  color: #000;
  font-weight: 400;
  position: relative;
  /*padding-top: 5px;*/
}
ul.footer-menu li ul.sub-menu li.menu-item-has-children {
    padding-bottom: 0;
}

ul.footer-menu li a {
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
  /*cursor: auto;*/
  border: 0;
}

ul.footer-menu li ul li a {
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
  /*cursor: auto;*/
  border: 0;
}

/*ul.footer-menu li ul li ul {
    padding-top: 5px;
    padding-bottom: 5px;
}*/
/*ul.footer-menu li ul li {
    padding-bottom: 0;
}*/

ul.footer-menu li ul li ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}


ul.footer-menu li a:hover::before {
  content:"";
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #466bb3;
  position: absolute;
  left: -10px;
  top: 1px;
}

ul.footer-menu li ul li a:hover::before {
  content:"";
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #466bb3;
  position: absolute;
  left: -10px;
  top: 6px;
}

.para-sm {
  font-size: .7em;
}

#copyright {
	padding: 40px 0 25px;
}

#copyright div p a {
  border: 0;
  font-weight: 400;
}

.footer-logo {
  	width: auto;
    height: 35px;
}

.slicknav_menu {
	display:none;
}


img.logo-mobile {
    width: 210px;
    height: 45px;
}

.slicknav_brand {
  padding: 0;
  height: 45px;
}

.slicknav_menu {
  padding: 0;
  background: #466bb3;
}
.slicknav_btn {
  margin: 0;
  border-bottom: 0;
  height: 45px;
  width: 45px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    width: 26px;
    margin-top: 8px;
}

.slicknav_btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #6889ca;
}
.slicknav_nav a {
  border-bottom: 0;
}



.slicknav_nav {
}

li.slicknav_txtnode {
  text-decoration: none;
  color: #fff;
  /*font-weight: 600;*/
}

ul.slicknav_nav {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 10px,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 10px,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );
}

ul.slicknav_nav ul {
  margin-left: 0;
  border-left: 5px solid #6889ca;
  margin-bottom: 5px;
}

ul.slicknav_nav ul li {
    /* margin-left: 10px; */
    padding: 8px;
    padding-left: 18px;
    /* padding-top: 10px; */
    /* padding-bottom: 0; */
    transition: all .5s ease-in;
}


ul.slicknav_nav ul li:hover {
  /*background: #2c54a3;*/
}

ul.slicknav_nav {
  padding-top: 10px;
  padding-bottom: 10px;
	background: #2d54a0;
}

ul.slicknav_nav > li {
  margin-left: 10px;
}

ul.slicknav_nav li {
  padding: 8px;
}

ul li ul li.current-menu-item {
    background: rgba(255,255,255,.1);
}

.slick-prev:before, .slick-next:before {
  color: #466bb3;
}

@media only screen and (max-width: 640px) {
  .slick-next {
    top: 165px;
    right: 2%;
  }
  .slick-prev {
    top: 165px;
    z-index: 1;
    left: 85%;
  }
  .slick-prev:before, .slick-next:before {
     color: #fff;
  }
}

.gfield_checkbox li input[type=checkbox] {
  margin-top: -1px!important;
  margin-right: 5px!important;
}
input[type=text] {
    background: #eee;
    border: none;
    padding: 15px!important;
    font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    font-weight: 300;
}

.search-box-styling input#s {
    width: 500px;
    max-width: 100%;
}

/*Membership Audit Form*/
#gform_18 li.gfield {
    margin-top: 20px!important;
}
#gform_18 input.button {padding: 5px 10px; background: #466bb3; color: #fff; border: 1px solid #f5f5f5;}
body .gform_wrapper ul li.gfield {
     margin-top: 10!important;
  }
#gform_18 .gfield_description {margin-bottom: 0px;padding-bottom: 0;}
#gform_18 .div.ginput_container {margin-top: 0px;}


#field_1_15,
#field_1_16 {
  margin-top: 20px!important;
}

#gform_submit_button_1 {
  background: #466bb3;
  color: #fff;
  padding: 20px 30px;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

#gform_submit_button_1 {
    background: #466bb3;
    color: #fff;
    font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 25px;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    transition: all .2s ease-in;
    margin-right: 30px;
    margin-top: 30px;
    display: inline-block;
    width: 180px;
    text-align: center;
    border: 0;
}

.capitalize {
  text-transform: capitalize;
}

/*******************/
/*** SINGLE POST ***/
/*******************/

img.blog-featured-img-float {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
/*
main#single {
    margin-top: 50px;
}*/

/* make iframes/youtube videos embedded in posts 100% width on mobile */
.post-content iframe {
    max-width: 100%;
}

/*#single .hero {
  height: 475px;
}*/

#single .date {
  margin-bottom: 30px;
  margin-top: 17px;
	font-size: 14px;
}

.featured {
  background-position: center 60%;
  height: 475px;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.categories {
  margin-top: 25px;
}*/

.post-content {
  padding-bottom: 35px;
}

.get-in-touch {
  margin-bottom: 40px;
}

.categories h3 {
  border-bottom: 3px solid #466bb3;
}

.categories ul {
  padding: 0;
  margin: 25px 0 0;
  /*list-style-position: inside;*/
  list-style: none;
}

.categories ul li {
  margin-bottom: 10px;
	line-height: 24px;
}

.categories ul li::before {
  content: "•";
  color: #466bb3;
  font-weight: bold;
  padding-right:7px;
}

.categories ul li a {
  letter-spacing: .5px;
  border-bottom: 0;
  text-decoration: underline;
  color: #000;
	padding-left: 3px;
}
.categories ul.children {
    margin-left: 0px;
    margin-top: 0px;
	padding-top: 10px;
}



a.blue-btn {
    background: #466bb3;
    color: #fff;
    padding: 18px 25px;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-decoration: none;
	transition: all .3s ease-in;
	opacity: 1;
	font-weight: 600;
}

a.blue-btn:hover {
	transition: all .3s ease-in;
	opacity: 0.8;
}

a.link-document {
    background: transparent url('img/link-icon-document.png') center left no-repeat;
    padding-left: 25px;
    background-size: 14px 18px;
    padding-right: 35px;
    font-weight: bold;
}

a.link-view-demo {
    background: transparent url('img/link-icon-view-demo.png') center left no-repeat;
    padding-left: 32px;
    background-size: 25px 16px;
    padding-right: 35px;
    font-weight: bold;
}

a.link-read-more {
    background: transparent url('img/link-icon-read-more.png') center left no-repeat;
    padding-left: 34px;
    background-size: 28px 17px;
    padding-right: 35px;
    font-weight: bold;
}

.full-width {
  width: 100%;
}

.one-em-font {
  font-size: 1em!important;
}

.get-in-touch h3 {
  text-align: center;
	line-height: 24px;
}

.stay-connected h4,
.stay-connected p {
  color: #fff;
  text-align: center;
}

.stay-connected h4 {
  font-size: 1.2em;
  margin: 0;
	font-weight: 600;
}

.stay-connected {
    padding: 35px;
    background-color: #466bb3;
    background-image: url('img/enews-bg.png');
    background-size: cover;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
}

/*.stay-connected-icon {
  margin-top: 0;
  margin-bottom: 0;
}*/

.side-input-txt {
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 20px;
  width: 100%;
  /*max-width: 500px;*/
  /*margin: 0;*/
  margin-bottom: 5px;
  letter-spacing: 1.1px;
  height: 40px;
  display: block;
}
.side-input-btn {
  line-height: 1.8em;
  font-size: 15px;
  /*font-weight: 100;*/
  /*padding-top: 10px;
  padding-left: 10px;*/
  padding: 5px;
  width: 100%;
  height: 40px;
  margin: 0;
  vertical-align: top;
  border: 0;
  background: #6889ca;
  color: white;
  letter-spacing: 1.1px;
}

.side-input-btn img {
  height: 12px;
  margin-left: 15px;
}

#related-posts h3 {
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 15px;
}
/*
#related-posts div div:nth-child(2) .blog-card {
    margin-left : 0;
}
#related-posts div div:nth-child(4) .blog-card {
    margin-right : 0;
}*/


#related-posts .blog-card {
  background: transparent;
  margin-left: 0;
  margin-right: 30px;
}

#related-posts .blog-card-img {
  border-bottom: 0;
}
#related-posts .blog-card-content {
  padding-left: 0;
  padding-right: 0;
}
#related-posts .blog-card-excerpt {
  margin-top: 0;
}
#related-posts .blog-card-date {
  margin-bottom: 0;
  font-size: 12px;
}

#related-posts .blog-card-title {
  font-size: 18px;
}

#related-posts a {
    color: #000;
    /*font-weight: bold;*/
    text-decoration: underline;
    border-bottom: 0;
}

a.read-more {
    text-transform: uppercase;
    border-bottom: 0;
    color: #2c2c2c;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 13px;
    text-decoration: underline;
}

.related-content .blog-card-excerpt {
    line-height: 1.2em;
}
.related-content .blog-card-title {
    line-height: 1.2em;
    margin-bottom: 5px;
}

/*****************/
/*** BLOG HOME ***/
/*****************/

.blog-home-date {
}

.blog-home-date-month {
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.blog-home-date-date {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

div.blog-home-date-share {
  width: 80px;
  text-align: center;
  display: inline-block;
}

div.blog-home-date {
  background: #466bb3;
  height: 80px;
  padding: 10px;
}

.blog-home-share img {
  width: 26px;
  height: 26px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.blog-home-image {
  display: inline-block;
  width: 40%;
  background-size: cover;
  background-position: center;
  border: 1px solid #eee;
  /*border-radius: 5px;*/
}

.blog-home-blurb {
  display: inline-block;
  width: 60%;
  padding-left: 30px;
  /*padding-top: 10px;*/
}

.blog-item {
  height: 225px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-home-date-share,
.blog-home-image,
.blog-home-blurb,
.blog-item-container {
  height: 100%;
  vertical-align: top;
}

.blog-home-blurb h3 {
  margin: 0;
	font-size: 22px;
	  line-height: 28px;
	  margin-bottom: 10px;
}
.blog-home-blurb p {
  margin-top: 7px;
  margin-bottom: 7px;
/*  font-size: 14px; */
}

.blog-item-container {
  display: inline-block;
  height: 100%;
  /*width: calc(100% - 80px);*/
  width: 100%;
}

.blog-home-blurb a {
    letter-spacing: .5px;
    border-bottom: 0;
    text-decoration: underline;
    color: #000;
}

.blog-home-blurb a.read-more {
  font-weight: bold;
}

p.blog-home-blurb-date {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	font-size: 14px;
}


/*************/
/*** ABOUT ***/
/*************/

.about-card {
  padding: 25px;
}

.about-card img {
    height: 44px;
}

.about-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-map {
  margin-top: 20px;
}

.about-map h3 {
  padding-bottom: 10px;
}

.about-map img {
  max-width: 100%;
}

/**************/
/*** MIGOLF ***/
/**************/

/*.border-box {
  box-sizing: border-box;
}*/

.migolf-box {
  min-height: 160px;
}

/*.migolf-box {
    min-height: 230px;
    max-height: 230px;
}*/

.col1-5 .btn {
  width: auto;
}

.related-content {
  margin-top: 40px;
  border-top: 3px solid rgba(0,0,0,.03);
	padding-top: 10px;
}

.related-content .blog-card {
  background: none;
  margin: 0;
  max-width: none;
}

.related-content .blog-card .blog-card-img {
  width: 40%;
  height: 180px;
  border-bottom: 0;
  display: inline-block;
}


.related-content .blog-card .blog-card-content {
  padding: 0;
  padding-left: 15px;
  width: 59%;
  display: inline-block;
}

.related-content .blog-card .blog-card-content .blog-card-date {
  margin-bottom: 0;
}

.related-content .blog-card .blog-card-content .blog-card-excerpt {
  margin-top: 0;
}

#products-css h5 {
    font-weight: 600;
    color: #898989;
    margin-top: 0;
}

#products-css .bg-blue h5 {
    color: #fff;
}

.link-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

#products-css .col-bg-fill,
#marketing .col-bg-fill {
    min-height: 700px;
}


/*****************/
/*** MARKETING ***/
/*****************/

#marketing .offscreen-image .col-bg-fill {
  background-position: right center;
  min-height: 600px;
}

#marketing .offscreen-image .col1-3,
#marketing .offscreen-image .col2-3 {
  height: 100%;
}

#marketing .offscreen-image-type-a {
  background-position: left center;
}
#marketing .offscreen-image-type-b {
  background-position: center;
  background-size: auto 90%;
}

.two-list-fix {
  width: 49%;
  padding-right: 20px;
  float: left;
}

#marketing .marketing-websites .migolf-box img {
  height: auto;
  width: 100%;
}

#marketing .about-card a.btn {
  width: auto;
}

.narrow-content-area {
  width: 60%;
}

.narrow-content-area .about-card .migolf-box img {
    height: 40px;
}

.narrow-content-area .about-card .migolf-box {
  min-height: initial;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

.dark-overlay h3 {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 28px;
}

.dark-overlay h4 {
	font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 19px;
    line-height: 22px;
}

.dark-overlay p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.bg-dark {
  background-color: #333;
  background-size: cover;
}

.bg-dark .dark {
  border-color: #fff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark a,
.bg-dark ul,
.bg-dark blockquote
{
  color: #fff;
}

.arrow-bullets ul {
  list-style-image: url('img/marketing-arrow-bullet.png');
  padding-left: 26px;
}

.arrow-bullets ul li {
  padding-left: 5px;
}

/***********************/
/*** GOLF MANAGEMENT ***/
/***********************/

.col1-5.about-card img {
    height: 40px;
}

/******************/
/*** CONTACT US ***/
/******************/

.contact-div {
    padding-bottom: 10px;
}
.contact-div h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-div p {
    line-height: 1em;
}

p.phone-icon {
  text-indent: -2.1em;
  padding-left: 2.2em;
}
p.phone-icon:before {
  content: url('img/contact-phone-icon.png');
  padding-right: 13px;
  vertical-align: top;
}

p.email-icon {
    text-indent: -2.1em;
    padding-left: 2.2em;
}
p.email-icon:before {
    content: url('img/contact-email-icon.png');
    padding-right: 12px;
    vertical-align: top;
}

p.support-icon {
    text-indent: -2.1em;
    padding-left: 2.2em;
}
p.support-icon:before {
    content: url('img/contact-support-icon.png');
    padding-right: 14px;
    vertical-align: top;
}

p.address-icon {
    text-indent: -2.1em;
    padding-left: 2.2em;
}
p.address-icon:before {
    content: url('img/contact-address-icon.png');
    padding-right: 15px;
    vertical-align: top;
}

p.manager-icon {
    text-indent: -2.1em;
    padding-left: 2.2em;
}
p.manager-icon:before {
    content: url('img/contact-manager-icon.png');
    padding-right: 15px;
    vertical-align: top;
}

p.mobile-icon{
    text-indent: -2.1em;
    padding-left: 2.2em;
}
p.mobile-icon:before {
    content: url('img/contact-mobile-icon.png');
    padding-right: 15px;
    vertical-align: top;
}

.state-card img {
  width: 100%;
  padding-bottom: 16px;
}
.state-card p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.state-card .location-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: .25px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 5px;
}

.state-card {
  margin: 10px;

}

@media only screen and (min-width: 640px) and (max-width: 800px) {
  #miclub-offices .col1-4 {
      width: 50%;
      padding: 10px;
  }
}

@media only screen and (max-width: 639px) {
  #miclub-offices .state-card img {
    display: none;
  }
  #miclub-offices .state-card {
    padding-bottom: 20px;
  }
}


/***********************/
/*** MODULAR SIDEBAR ***/
/***********************/

.modular-sidebar blockquote {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .modular-sidebar blockquote {
      width: 70%;
  }
}

.profile-card {
  /*padding-right: 15px;*/
  margin-bottom: 8px;
  margin-top: 8px;
}

.profile-cards-image {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #eee;
}

.profile-cards-job-title p {
  color: #aaa;
}

.profile-cards-name p {
  margin-bottom: 0;
}

.profile-cards-job-title p {
  margin-top: 0;
}

.profile-cards-label {
    text-align: left;
	margin-bottom: 8px;
}


.profile-cards .profile-card {
    width: calc(33.3% - 12px);
    margin-left: 6px;
    margin-right: 6px;
}
.profile-card:nth-of-type(3n-1) {
  /*background: red;*/
  /*padding-left: 15px;
  padding-right: 15px;*/
}

@media only screen and (max-width : 1024px) {
  .profile-cards .profile-card {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }

  .profile-cards-image {
    min-height: 300px;
  }
  .profile-card:nth-of-type(even) {
      /*padding-right: 0;
      padding-left: 5px;*/
  }
  .profile-card:nth-of-type(odd) {
      /*padding-right: 5px;*/
  }
}

@media only screen and (max-width: 800px) {
  .profile-cards .profile-card {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  /*.profile-cards .profile-card {
      width: 50%;
  }*/
}

@media only screen and (max-width: 600px) {
  .profile-cards .profile-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/***********************/

h1 { font-size: 25px }
h2 { font-size: 24px }
h3 { font-size: 22px }
h4 { font-size: 22px }
h5 { font-size: 18px }
h6 { font-size: 16px }
p { font-size: 16px }

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 5px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-bottom: 5px;
}

h3 {
    margin-bottom: 5px;
}

h1 {
    margin: 20px 0 0;
    line-height: 34px;
}

h1 + h1 {
	margin-bottom: 30px;
}

/* Search Page */

span.search-results-page,
span.search-results-blog-post {
    border: 0;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 10px;
    width: 75px;
    display: inline-block;
    text-align: center;
}

span.search-results-page {
  background: #466bb3;
}
span.search-results-blog-post {
  background: #aaa;
}
span.search-results-date {
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
}

blockquote.search-results {
  width: 100%;
  margin-bottom: 10px;
  border-left: 3px solid #ddd;
  /*border-bottom: 3px solid #ddd;*/
}

.search-results-left {
    display: inline-block;
    vertical-align: top;
}

.search-results-right {
    display: inline-block;
    width: calc(90% - 75px);
    margin-top: 5px;
}

.search-results-permalink {
  /*text-align: right;*/
  color: #aaa;
  font-size: 10px;
}

/*********************/
/*** MEDIA QUERIES ***/
/*********************/

@media only screen and (max-width : 1780px) {
	.page-template-front-page .col-bg-align-left {
		background-size: 90%;
	}
}

@media only screen and (max-width : 1600px) {
  .container {
    width: 90%;
  }
  .content-left {
    width: 90%;
  }
  .content-right {
    width: 90%;
  }
}

@media only screen and (max-width : 1440px) {
	.logo {
		height: 52px;
	}
	.nav-left a {
		padding: 14px 0 0;
	}
	.menu li a {
		padding: 31px 0;
	}
	
	ul.menu li ul {
		top: 79px;
	}
	
	ul.menu > li.menu-item-has-children:hover:after {
		top: 70px;
	}
	
	.search-icon {
	  margin-top: 32px;
	  margin-left: 20px;
	}
	
	.search-wrap {
		top: 79px;
	}
	
	.hero {
		height: 500px;
	}
	
	.hero-content {
		padding-top: 200px;
	}
	
	.hero h1 {
		width: 70%;
	}
	
	.hero-content h1 {
		font-size: 32px;
		line-height: 40px;
		position: relative;
	}
	
	.hero-content .btn {
		padding: 10px 20px;
		margin-top: 20px;
	}
	
	h1 {
		font-size: 26px;
		line-height: 34px;
	}
	
	h1 + h1 {
		margin-bottom: 30px;
	}
	
	.content-left {
		padding-left: 0;
	}
	
	.content-right {
		padding-right: 0;
	}
	
	.page-template-front-page .col-bg-align-left {
		background-size: 90%;
	}
	
	.page-template-front-page .content-left h3, .page-template-front-page .content-right h3 {
		font-size: 24px !important;
	}
	
	.btn {
		margin-top: 10px;
	}
	
	.bg-blue h2 {
		font-size: 28px;
	}
	
	.blog-card-title {
		line-height: 26px;
		margin-bottom: 12px;
	}
	
	.blog-card-content {
		min-height: 300px;
	}
}


@media only screen and (max-width : 1400px) {
  .pad-r {
    padding-right: 50px;
  }
  .pad-l {
    padding-left: 50px;
  }
	.content-left.pad-l.pad-r {
		padding-left: 0;
	}
	.content-right.pad-l.pad-r {
		padding-right: 0;
	}
}

@media only screen and (max-width : 1280px) {

  img.blog-featured-img-float {
      width: 50%;
  }
/*  .menu li {
      font-size: .8em;
      display: inline-block;
      text-transform: uppercase; */
      /*padding: 5px;*/
/*      margin-left: 15px;
      margin-right: 15px;
      letter-spacing: 1px;
  } */

  ul.menu li {
    padding-bottom: 13px;
  }

  .menu {
      /*border: 1px solid rgba(150,150,150,0.2);
      background-color: rgba(0,0,0,.5);*/
/*      width: 100%; */
      /*padding: 5px;*/
      text-align: center;
      border-radius: 5px;
      margin-top: 0;
  }
	
.menu li {
	font-size: 0.8em;
	margin-left: 15px;
}
	
  .nav-center {
    float:none;
  }
/*
	.nav-left {
    float: none;
    display: inline-block;
    margin-left: calc(50% - 105px);
  }
*/
  ul.menu > li:hover:after {
    top: 22px;
  }

  ul.menu li ul {
    top: 22px;
    text-align: left;
  }
  .hero {
    background-position: center 60%;
    height: 700px;
  }
  .hero-content {
    padding-top: 250px;
  }

  .btn {
    font-size: 12px;
    width: auto;
    margin-right: 15px;
	  padding: 12px 20px;
  }

  .col1-5 .btn {
      width: auto;
      margin-right: auto;
    }
	
	ul.menu li ul {
		top: 76px;
	}
	
	ul.menu > li.menu-item-has-children:hover:after {
		top: 67px;
	}
}

/* try not to use this breakpoint - for blog home responsiveness */
@media only screen and (max-width : 1150px) {
  /*.blog-item-container {
      position: relative;
  }
  .blog-home-blurb,
  .blog-home-image {
      position: absolute;
      width: 100%;
    }


  .blog-home-blurb {
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,.2);
  }
  div.blog-home-date-share {
      width: auto;
    }
  .blog-item-container {
      width: 100%;
  }*/
	
		
.menu li {
	font-size: 0.75em;
	margin-left: 12px;
}

ul.menu li ul {
	top: 75px;
}

ul.menu > li.menu-item-has-children:hover:after {
	top: 66px;
}	
	
  .col1-5 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .col1-5 .btn {
    margin-top: 0;
  }

  .migolf-box {
    min-height: 130px;
  }

}


@media only screen and (max-width : 1024px) {

blockquote {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

  #related-posts div div:nth-child(4) .blog-card,
  #blog-posts div div:nth-child(5) .blog-card {
      display: none;
  }
  aside {
    width: 50%;
    display: inline-block;
  }
  #sidebar.col1-4 {
    width: 100%;
  }
  #sidebar.col1-4 aside {
    padding: 15px;
  }
  .navigation {
    display: none; /* */
  }
  #menu {
		display:none;
  }
  .slicknav_menu {
		display:block;
	}
  .featured {
    height: 200px;
  }
  div.hero-content {
    padding-top: 70px;
  }

  div.hero {
    height: 350px;
  }

  .hero h1{
    width: 100%;
    font-size: 1.5em;
    /*font-weight: 600;*/
    text-align: center;

    line-height: 25px;
    letter-spacing: 1px;
    font-weight: normal;
  }

  .hero p {
    text-align: center;
  }
  .hero .btn {
    font-size: 14px;
    width: auto;
    padding: 10px 15px;
	  
		letter-spacing: 2.25px;
	/*	padding: 12px 22px; */
}
	  

  .col1-2 {
    width: 100%;
  }
  .content-left {
    width: 100%;
    padding: 0 5%;
  }
  .content-right {
    width: 100%;
    padding: 0 5%;
  }
  .pad-v {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pad-fix.pad-l {
    padding-left: 0;
  }
  .pad-fix.pad-r {
    padding-right: 0;
  }

  #products-css .col-bg-fill,
  .col-bg-fill {
    min-height: 320px!important;
    /*width: 50%; AAA */
    width: 100%;
  }

  .col1-4 {
    width: 50%;
  }

  .col3-4 {
      width: 100%;
  }
  .col1-3 {
    width: 50%;
  }
  .col2-3 {
    /*width: 50%;*/
    width: 100%;
  }
	
	.content-left .btn,
	.content-right .btn {
		margin-bottom: 30px;
	}

  .col-bg-align-bottom-right {
    min-height: unset;
    /*padding: 5px;*/
  }
  .col-bg-align-bottom-left {
    min-height: unset;
    /*padding: 5px;*/
  }
  .container-xs {
    width: 70%;
  }
  .container-sm {
    width: 70%;
  }
  h1 {
    font-size: 1.5em;
	  line-height: 32px;
  }
  h2 {
    font-size: 20px;
  }
  h3, h4 {
    /*font-size: 18px;*/
  }
  p {
    font-weight: 500;
    letter-spacing: 0.5px;
  }

	.page-template-front-page .col1-2.align-middle.col-bg-align-left {
		display: none;
	}
	
	.content-left.pad-l.pad-r,
	.content-right.pad-l.pad-r {
		padding-left: 50px;
		padding-right: 50px;
	}
 	
  .col-bg-fill.fullwidth-img-acf {
      /*width: 100%;*/
      min-height: 400px;
  }
  #products-css .col-bg-fill.fullwidth-img-acf {
        width: 100%;
        min-height: 400px;
    }

  /* make first div full width */
  /*#home > div:nth-of-type(2) {
    width: 100%;
    min-height: 400px;
    -webkit-clip-path: unset;
    clip-path: unset;
    -webkit-box-shadow: inset 0px -20px 50px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -20px 50px -5px rgba(0,0,0,0.3);
    box-shadow: inset 0px -20px 50px -5px rgba(0,0,0,0.3);
  }*/

  #mailing-list {
    padding-top: 35px;
  }

#mailing-list {
	font-size: 26px;
    letter-spacing: 1.5px;
}
	
#mailing-list h3.light {
	font-size: 26px;
}
	


.bg-blue p {	
	font-size: 19px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 20px;
}

  /*#blog-latest div .col1-3 {
    display: none;
  }
  #blog-latest div .col1-3:nth-child(3),
  #blog-latest div .col1-3:nth-child(4) {
    display: inline-block;
  }*/
  .blog-home-blurb h3 {
    font-size: 22px;
  }

  #blog-home > section > div.post-content.col3-4.pad-r {
    padding-right: 0;
  }

  #marketing .marketing-websites .about-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .stay-connected {
    display: none;
  }
}

@media only screen and (max-width : 800px) {
  aside {
    width: 100%;
  }
  .blog-item {
    height: 400px;
    width: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .blog-home-image {
    /* display: block; */
    height: 180px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .blog-item-container {
    border: 3px solid #eee;
    /*width: 100%;*/
  }
  .blog-home-blurb {
     padding-left: 0;
     width: 100%;
     padding: 10px;
  }
  .blog-home-blurb-excerpt {
    display: none;
  }
  p.blog-home-blurb-date {
    border-bottom: 0;
    text-align: center;
    color: #ccc;
  }
  .blog-home-blurb h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
  }

  /*#blog-latest div .col1-3 {
    display: none;
  }
  #blog-latest div .col1-3:nth-child(4) {
    display: inline-block;
  }*/
  /*.col-bg-fill {
    background-attachment: scroll;
  }*/
	
	ul.footer-menu {
		margin: 0 !important;
	}
  ul.footer-menu li {
    width: 32%;
  }
  .col1-3 {
    width: 100%;
  }
  .col2-3 {
    width: 100%;
  }
  .col1-4.content-card {
    padding: 15px;
	  width: 50%;
  }
  .col1-4 {
    width: 100%;
  }
  .col1-5 {
    width: 100%;
  }
  .blog-card {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
  }
  .col-bg-fill {
    min-height: 300px;
    /*width: 50%;*/
    /*-webkit-clip-path: circle(40.0% at 50% 50%);
    clip-path: circle(40.0% at 50% 50%);*/
  }
  #related-posts .blog-card {
    margin-right: 0;
  }
	
  #marketing .offscreen-image .col-bg-fill {
    -webkit-clip-path: none;
    clip-path: none;
    background-position: left center;
    background-size: contain;
    width: 100%;
  }
	#footer-menu.pad-v {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	ul.footer-menu li {
		margin-bottom: 30px;
	}
	
	ul.footer-menu .sub-menu {
		padding-top: 10px;
	}

  #marketing .narrow-content-area .col1-4 {
    width: 50%;
  }

  #marketing .narrow-content-area {
    width: 90%;
  }
	
	#copyright {
		padding: 30px 0 15px;
	}
	
	#related-posts div div:nth-child(3) .blog-card, #blog-posts div div:nth-child(4) .blog-card {
		display: none;
	}
	
	#blog-posts .container {
		padding: 20px 0;
	}
	
	#blog-posts .blog-card-content {
		min-height: auto;
	}
	
	.bg-blue .col1-4.content-card p {
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		margin: 0 0 20px;
	}
	
}



@media only screen and (max-width : 740px) {
	div.hero {
		height: 270px;
	}
	
	img.logo-mobile {
		position: relative;
		left: -20px;
	}
	
	.hero h1 {
		font-size: 22px;
    	line-height: 24px;
	}
	
	.hero .btn {
		padding: 7px 18px;
    	font-size: 11px;
		letter-spacing: 1.5px;
	}
	
	h1 + h1 {
		margin-bottom: 20px;
	}
	
	.content-left h1 {
		font-size: 20px;
		line-height: 26px;
		margin: 10px 0 20px;
	}
	
	.content-left.pad-l.pad-r, .content-right.pad-l.pad-r {
		padding-left: 0;
		padding-right: 0;
		padding: 10px 5% 20px;
	}
	
	.blog-card-img {
		height: 180px;
	}
}


@media only screen and (max-width : 640px) {
  img.blog-featured-img-float {
      float: none;
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-bottom: 10px;
  }

  ul.footer-menu li {
    padding-bottom: 10px;
  }
  ul.footer-menu li ul li {
    margin-left: 10px;
    padding: 2px 0;
  }
  ul.footer-menu li ul li ul li {
    padding: 2px 0;
  }
  ul.footer-menu li ul {
    padding-top: 2px;
      /*padding-bottom: 10px;*/
  }

  ul.footer-menu li a:hover::before {
    /*content:"";
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent transparent #466bb3;
    position: absolute;
    left: -10px;
    top: 1px;*/
  }

  ul.footer-menu li ul li a:hover::before {
    /*content:"";
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent transparent #466bb3;
    position: absolute;
    left: -10px;*/
    top: 3px;
  }

  #home > div:nth-of-type(2) {
    min-height: 300px;
    background-attachment: scroll;
    /*-webkit-clip-path: unset;
    clip-path: unset;*/
  }
  .related-content .blog-card {
    position: relative;
  }
  .related-content .blog-card .blog-card-content {
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.6);
  }
  .related-content .blog-card .blog-card-img {
    width: 100%;
  }
  .related-content .blog-card .blog-card-content .blog-card-title {
    color: #fff;
  }
  .related-content .blog-card .blog-card-content .blog-card-title a {
    color: #fff;
  }
  .related-content .blog-card .blog-card-content .blog-card-excerpt {
    color: #ddd;
  }
  .related-content .blog-card .blog-card-content .blog-card-excerpt a {
    color: #fff;
    border-bottom: 1px dotted #fff;
  }
 
  #marketing .offscreen-image .col-bg-fill {
    min-height: 400px;
  }
}

@media only screen and (max-width : 500px) {
  /*.blog-item {
      height: 420px;
  }*/

	.hero h1 {
		font-size: 21px;
	}
	.content-left h1 {
		font-size: 19px;
		line-height: 25px;
	}

	.para-lg, .para-lg p {
		line-height: 24px;
		font-size: 17px;
		font-weight: 400;
	}	

	.bg-blue h2 {
		font-size: 24px;
	}

	.bg-blue p {
		font-size: 17px;
		font-weight: 400;
		line-height: 24px;
		margin: 0 0 20px;
	}

	.page-template-front-page .content-left h3, .page-template-front-page .content-right h3 {
		font-size: 22px !important;
		letter-spacing: 1px;
		line-height: 28px;
	}

	p {
		font-size: 16px;
		line-height: 23px;
	}

	.container-sm {
		width: 90%;
	}	

	.blog-item {
		height: 360px;
		width: 100%;
	}
	.blog-home-image {
		height: 220px;
	}

	.blog-card-img {
		height: 130px;
	}

	div.hero {
		height: 300px;
	}
	
	ul.footer-menu li {
		width: 48%;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 425px) {
  .col-bg-fill {
    min-height: 200px;
  }
}

/*************************/
/*** END MEDIA QUERIES ***/
/*************************/



.remove-underline {
  text-decoration: none!important;
}
/**************************************/
/*** Wordpress WYSIWYG Image Styles ***/
/**************************************/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media only screen and (max-width : 640px) {
  img.alignright { float: none; width: 100%; height: auto; margin: 0; }
  img.alignleft { float: none; width: 100%; height: auto; margin: 0; }
  img.aligncenter { float: none; width: 100%; height: auto; margin: 0; }
}

.categories {
  margin-bottom: 40px;
}

.link-container {
    display: inline-block;
    padding-bottom: 10px;
}

.pagination {
    font-family: "Libre Franklin", Verdana, Arial, Helvetica, sans-serif;
    /*background: #f5f5f5;*/
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin: auto 10px;
}

.pagination .page-numbers {
    padding: 0 5px;
}

#breadcrumbs {
}

.share-this-article {
  border-top: 3px solid #f5f5f5;
  margin-top: 40px;
  padding-top: 20px;
}

.share-this-article h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}

a.link-view-demo,
a.link-document,
a.link-read-more {
  text-decoration: underline;
  color: #000;
  border-bottom: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slick-dots li button:before {
    opacity: .5;
    color: #ccc;
  }

.slick-dots {
    bottom: 8px;
}
.slick-dots li button:before {
    font-size: 12px;
  }

  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(70, 107, 179,0.7);
    color: #eee;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #466bb3;
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}





/* Home Page Changes */
.page-template-front-page .pad-v {
	position: relative;
}

.page-template-front-page .col-bg-align-left {
	height: 100%;
    position: absolute;
    background-repeat: no-repeat;
	background-position: right 30px;
}

.page-template-front-page .content-left h3,
.page-template-front-page .content-right h3 {
	font-size: 24px;
	
}


.page-template-front-page .content-left h3 strong,
.page-template-front-page .content-right h3 strong,
.page-template-front-page .content-left h3 b,
.page-template-front-page .content-right h3 b {
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

.bg-grey-pattern h2.light,
#mailing-list h3.light {
	font-size: 26px;
	font-weight: 600;
}

/* Inner Pages */

#breadcrumbs {
    margin: 34px 0 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#breadcrumbs .breadcrumb_last {
	font-weight: 600;
}

hr + h4 {
	margin-top: 20px !important;
}

.know-more {
	background: #f5f5f5;
}

.know-more h3 {
	margin-bottom: 20px;
}


.page-template-page-modular .post-content h1 {
	font-size: 28px;
	margin: 20px 0 30px;
}

.page-template-page-modular .post-content h2 {
	margin: 0 0 10px;
}

.page-template-page-modular #products-css h5 {
	font-weight: 600;
    color: #898989;
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}

.page-template-page-modular .content-left h3,
.page-template-page-modular .content-right h3 {
	
}

.page-template-page-modular .content-left h3,
.page-template-page-modular .content-right h3 {
	font-size: 24px;
	margin-top: 0;
}

.page-template-page-modular .content-left h4,
.page-template-page-modular .content-right h4 {
	font-size: 20px;
	margin: 10px 0 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.post-content.col4-4.pad-r {
	padding-bottom: 0;
}

.page-template-page-modular .module-id-3.bg-dark .center h3,
.page-template-page-modular .dark-overlay h3 {
	font-size: 24px;
	margin-top: 0;
	font-weight: 600 !important;
}

.related-content .blog-card .blog-card-content {
	padding-left: 20px;
}

.related-content .blog-card .blog-card-content h4.blog-card-title {
	font-size: 18px;
	letter-spacing: 0.5px;
}

.related-content .blog-card-excerpt {
    line-height: 1.5em;
    font-size: 14px;
}

.about-card {
    padding: 0 60px;
}

.page-id-15 .about-card {
	padding: 0 30px 20px;
}

.page-id-15 .about-card img {
	margin-top: 20px;
}

.page-id-15 .about-card h3 {
	line-height: 24px;
	font-size: 20px;
	margin: 20px 0;
}


.col1-2.align-middle.responsive-helper-right .content-right ul + h4 {
	margin-top: 20px;
}

 .page-template-page-modular .content-left .related-content h4, .page-template-page-modular .content-right .related-content h4 {
	margin: 10px 0 10px !important;
 }


/* Slider Changes */
.hero-content.slider {
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	padding-top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.hero-content.slider h1 {
	width: 60%;
    margin: 0 auto 20px;
	text-align: center;
}

.slider-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.2);
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: #466bb3!important;
}

.rsUni .rsBullets {
    z-index: 9!important;
}

@media only screen and (max-width: 1440px) {
	.royalSlider {
		height: 65vh !important;	
	}
}

@media only screen and (max-width: 1024px) {
	.royalSlider {
		height: 50vh !important;	
	}
	
	.hero-content.slider h1 {
		font-size: 26px;
		line-height: 1.5em;
		margin: 0 auto 15px;
	}
	
	#sidebar .categories {
		width: 100% !important;
		margin-bottom: 0;
	}
	
	#sidebar .categories h3 {
		margin-top: 0;
	}
	
	#related-posts {
		overflow: hidden;	
	}
	
	#related-posts .col1-3 {
		width: 50%;
		float: left;
	}
	
	#related-posts .blog-card-content {
		min-height: auto;
	}
	
	#sidebar.col1-4 .get-in-touch {
		padding: 0;
		width: auto;
		clear: both;
		margin-bottom: 30px;
	}
	
	.get-in-touch h3 {
		text-align: left;
		margin-top: 0;
	}
}



@media only screen and (max-width: 960px) {
	#mailing-list h3.light {
		margin-top: 10px !important;
	}
	
	#mailing-list hr.hr-light-blue {
		margin-bottom: 20px;	
	}
	
	.page-template-page-modular .module-id-3.bg-dark .center h3,
	.page-template-page-modular .dark-overlay h3,
	.page-template-page-modular .content-left h3, 
	.page-template-page-modular .content-right h3{
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 22px !important;
		letter-spacing: 1px;
		line-height: 28px;
	}
	
	.page-template-page-modular .content-left h4,
	.page-template-page-modular .content-right h4 {
		font-size: 19px;
		margin: 10px 0 10px;
		font-weight: 400;
		letter-spacing: 1px;
	}
	
	.related-content h4 {
		margin-bottom: 10px;
	}
	
	.related-content .blog-card .blog-card-content h4.blog-card-title {
		font-size: 18px;
		letter-spacing: 0.5px;
		margin: 20px 0 10px;
	}
	
	.related-content .blog-card .blog-card-content .blog-card-title a {
		font-weight: 600;
	}
	
	.migolf-box {
		min-height: auto;
		margin-bottom: 30px;
	}
	
	a.blue-btn {
		margin-top: 0;
		margin-bottom: 30px;
		padding: 15px 18px;
	}
}

@media only screen and (max-width: 960px) {
	.royalSlider {
		height: 37vh !important;	
	}
	
	.hero-content.slider h1 {
		width: 80%;
		margin: 0 auto 20px;
		font-size: 28px;
	}
}


@media only screen and (max-width: 800px) {
	#related-posts .col1-3 {
		width: 100%;
		float: none;
	}
	
	#related-posts .blog-card {
		margin: 0 auto;
	}
	
	.share-this-article {
		text-align: center;
	}
	
	.single-post .get-in-touch {
		padding-top: 0;
	}
	
	.single-post .get-in-touch h3 {
		margin-top: 0;
	}
	
	.sharethis-inline-share-buttons {
		text-align: center;
	}
	
	#sidebar.col1-4 .get-in-touch {
		margin-bottom: 0;	
	}
	
	.get-in-touch h3 {
		text-align: center;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.share-this-article h4 {
		text-align: left;
	}
}

@media only screen and (max-width: 740px) {
	.royalSlider {
		height: 55vh !important;
	}
	
	.hero-content.slider h1 {
		width: 80%;
		margin: 25px auto 10px;
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.royalSlider {
		height: 50vh !important;
	}
	
	.hero-content.slider h1 {
		width: 80%;
		margin: 0 auto 10px;
		font-size: 22px;
		line-height: 28px;
	}
	
	.page-id-15 .about-card {
		padding: 0 30px;
	}
}

.post-content h2 {
	font-size: 20px;
    letter-spacing: 1px;
}

.post-content p + h2 {
	margin-top: 50px;
}

.half {
    width: 48%;
	float: left;
}
.page-template-prodGen footer {
	clear: both;
}
.login .left form input {
    border: 2px solid #111214;
    line-height: 30px;
    width: 300px;
    margin: 5px 0;
    padding: 0 10px!important;
    font-size: 16px;
    margin-bottom: 20px;
}
.login input[type=text] {
	background: initial;
}
.login span {
	font-family: "Raleway", Verdana, Arial, Helvetica, sans-serif;
}
.login .left {
	margin-top: 20px!important;
}
@media only screen and (max-width: 1024px) {
	.half {
		width: 100%;
	}
}

.single img.alignright {
    max-width: 40%;
    height: auto;
}
@media only screen and (max-width: 640px) {
	.single img.alignright {
		max-width: 100%;
		height: auto;
	}	
}

section#counter {
    display: none;
}


.anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .anchor {
    height: 79px;
    margin-top: -79px;
  }
}
@media screen and (max-width: 1280px) {
  .anchor {
    height: 76px;
    margin-top: -76px;
  }
}
@media screen and (max-width: 1024px) {
  .anchor {
    height: 0;
    margin-top: 0;
  }
}
