/* CSS Document */
/* Change media query settings in framework/_settings.scss */
/* Neutrals */
/* Variables */
/* Fonts */
/* Tees */
/* Transitions */
a {
  transition: all 0.3s ease; }

/* Buttons */
a.btn {
  background: #181E30;
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.5px;
  border: 2px solid #181E30;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease; }
  a.btn:hover {
    opacity: 0.5;
    transition: all 0.3s ease; }

div.btn {
  border-radius: 0 !important; }
  div.btn a {
    background: #181E30;
    color: #ffffff;
    font-family: "Assistant", sans-serif;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 15px 30px;
    opacity: 1;
    border: 0;
    opacity: 1;
    float: none;
    border-radius: 0 !important;
    margin: 10px 0 0; }
  div.btn:hover a {
    opacity: 0.8;
    transition: all 0.3s ease; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
/* Fonts */
@font-face {
  font-family: 'butlermedium';
  src: url("../fonts/butler_medium-webfont.woff2") format("woff2"), url("../fonts/butler_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* Layout */
#mfPreviewBar {
  display: none; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "Assistant", sans-serif;
  color: #181E30;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 1024px) {
    html,
    body {
      font-size: 16px;
      line-height: 26px; } }

::-webkit-input-placeholder {
  opacity: 1;
  color: #181E30; }

body {
  padding-top: 118px; }
  @media screen and (max-width: 1440px) {
    body {
      padding-top: 98px; } }
  @media screen and (max-width: 820px) {
    body {
      padding-top: 78px; } }

/* Containers */
.container {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (max-width: 1600px) {
    .container {
      width: 90%; } }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 80px 0; } }
  @media screen and (max-width: 1024px) {
    .container {
      padding: 50px 0; } }
  @media screen and (max-width: 820px) {
    .container {
      padding: 40px 0; } }
  .container p:last-of-type {
    margin-bottom: 0; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }
  .alignleft.size-large {
    width: 40%;
    height: auto; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }
  .alignright.size-large {
    width: 40%;
    height: auto; }

/* Headings */
h1,
h2 {
  font-family: "butlermedium", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 40px;
  padding-top: 3px; }
  @media screen and (max-width: 1024px) {
    h1,
    h2 {
      font-size: 30px;
      line-height: 38px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 820px) {
    h1,
    h2 {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 20px; } }

h3,
h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 1024px) {
    h3,
    h4 {
      font-size: 18px;
      margin: 0 0 10px; } }

h4 {
  margin: 0 0 10px; }

h5 {
  font-size: 16px !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600 !important;
  font-family: "Assistant", sans-serif !important; }
  @media screen and (max-width: 1024px) {
    h5 {
      font-size: 14px !important; } }

p {
  margin: 0 0 30px; }
  @media screen and (max-width: 1024px) {
    p {
      margin: 0 0 20px; } }
  p a {
    text-decoration: underline;
    color: #181E30; }
    p a:hover {
      text-decoration: none; }
  p.larger {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px; }
    p.larger a {
      text-decoration: none; }
    @media screen and (max-width: 1024px) {
      p.larger {
        font-size: 18px; } }
  p.intro {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 1024px) {
      p.intro {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px !important; } }

strong {
  font-weight: 600; }

blockquote {
  background: #F0D8C2;
  margin: 0;
  padding: 40px;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center; }
  blockquote p {
    margin: 0;
    text-align: center; }

.icon-file-pdf {
  padding-left: 10px; }

.light {
  color: #ffffff; }
  .light.btn {
    border: 2px solid #ffffff;
    background: transparent; }

table.stats {
  width: 100%;
  background: #F0D8C2; }
  table.stats tr th.holes {
    width: 20%; }
  table.stats tr th.mens {
    width: 40%;
    text-align: left;
    padding: 5px 20px; }
  table.stats tr th.womens {
    width: 40%;
    text-align: left;
    padding: 5px 20px; }
  table.stats tr td {
    padding: 5px;
    line-height: 16px;
    font-size: 16px; }
    table.stats tr td.metres {
      text-align: left; }
    table.stats tr td.par {
      text-align: left; }
    table.stats tr td:first-child {
      width: 20%;
      padding: 5px 0px 5px 20px; }
    table.stats tr td:nth-of-type(5n+2) {
      width: 20%;
      padding: 5px 20px; }
    table.stats tr td:nth-of-type(5n+3) {
      width: 20%;
      padding: 5px 0px 5px 0px; }
    table.stats tr td:nth-of-type(5n+4) {
      width: 20%;
      padding: 5px 20px; }
    table.stats tr td:nth-of-type(5n+5) {
      width: 20%;
      padding: 5px 20px 5px 0px; }
    table.stats tr td a {
      color: #181E30;
      text-decoration: none; }

/* Banner */
#banner {
  width: 100%;
  height: 440px;
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1200px) {
    #banner {
      height: 350px; } }
  @media screen and (max-width: 1024px) {
    #banner {
      height: 300px; } }
  @media screen and (max-width: 820px) {
    #banner {
      height: 250px; } }
  @media screen and (max-width: 640px) {
    #banner {
      height: 200px;
      background-position: center top;
      background-repeat: no-repeat; } }

/* Main Content */
#footer-container #footer {
  width: 100%;
  background: #181E30;
  color: #ffffff; }
  #footer-container #footer .container {
    width: 100%;
    padding: 40px 0; }
    @media screen and (max-width: 1200px) {
      #footer-container #footer .container {
        width: 90%; } }
    @media screen and (max-width: 820px) {
      #footer-container #footer .container {
        padding: 30px 0; } }
  #footer-container #footer .col {
    width: 300px;
    float: right;
    padding-right: 50px; }
    @media screen and (max-width: 1200px) {
      #footer-container #footer .col {
        width: 100%;
        float: none;
        text-align: center;
        padding: 30px 0 0; } }
    @media screen and (max-width: 820px) {
      #footer-container #footer .col {
        padding: 0; } }
    #footer-container #footer .col h5 {
      line-height: 28px; }
    #footer-container #footer .col p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      font-family: "Assistant", sans-serif; }
      @media screen and (max-width: 820px) {
        #footer-container #footer .col p {
          width: 50%;
          float: left; } }
  @media screen and (max-width: 820px) and (max-width: 640px) {
    #footer-container #footer .col p {
      width: 100%;
      float: none; } }
      #footer-container #footer .col p:last-of-type {
        margin-bottom: 0; }
      #footer-container #footer .col p.phone, #footer-container #footer .col p.email {
        margin-bottom: 0; }
        @media screen and (max-width: 820px) {
          #footer-container #footer .col p.phone, #footer-container #footer .col p.email {
            width: 50%;
            float: right; } }
  @media screen and (max-width: 820px) and (max-width: 640px) {
    #footer-container #footer .col p.phone, #footer-container #footer .col p.email {
      width: 100%;
      float: none; } }
      #footer-container #footer .col p a {
        text-decoration: underline !important; }
    #footer-container #footer .col ul li {
      font-size: 14px;
      line-height: 20px; }
  #footer-container #footer a {
    color: #ffffff;
    font-family: "Assistant", sans-serif; }

#footer-container .footer-menu {
  width: calc(100% - 300px);
  float: left;
  padding-left: 50px; }
  @media screen and (max-width: 1200px) {
    #footer-container .footer-menu {
      width: 100%;
      float: none;
      padding: 0;
      margin-bottom: 10px; } }
  @media screen and (max-width: 820px) {
    #footer-container .footer-menu {
      display: none !important; } }
  #footer-container .footer-menu .members-menu,
  #footer-container .footer-menu .guests-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 28px !important; }
    #footer-container .footer-menu .members-menu li,
    #footer-container .footer-menu .guests-menu li {
      width: 25%;
      float: left;
      list-style: none;
      font-size: 16px;
      margin: 0 0 10px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 600;
      font-family: "Assistant", sans-serif; }
      @media screen and (max-width: 1024px) {
        #footer-container .footer-menu .members-menu li,
        #footer-container .footer-menu .guests-menu li {
          font-size: 14px; } }
      @media screen and (max-width: 640px) {
        #footer-container .footer-menu .members-menu li,
        #footer-container .footer-menu .guests-menu li {
          display: none; } }
      #footer-container .footer-menu .members-menu li a,
      #footer-container .footer-menu .guests-menu li a {
        text-decoration: none; }
      #footer-container .footer-menu .members-menu li ul,
      #footer-container .footer-menu .guests-menu li ul {
        padding: 11px 0 0;
        margin: 0;
        display: none; }
        #footer-container .footer-menu .members-menu li ul li,
        #footer-container .footer-menu .guests-menu li ul li {
          width: 100%;
          float: none;
          font-size: 14px;
          line-height: 18px;
          margin: 0 0 15px;
          text-transform: none;
          font-weight: 400;
          padding-right: 20px; }
          #footer-container .footer-menu .members-menu li ul li a:hover,
          #footer-container .footer-menu .guests-menu li ul li a:hover {
            text-decoration: underline; }
          #footer-container .footer-menu .members-menu li ul li ul,
          #footer-container .footer-menu .guests-menu li ul li ul {
            padding: 10px 0 0 10px; }
            #footer-container .footer-menu .members-menu li ul li ul li,
            #footer-container .footer-menu .guests-menu li ul li ul li {
              font-size: 13px; }
  #footer-container .footer-menu .members-menu li.menu-item-16372 {
    display: none; }
  #footer-container .footer-menu .members-menu li ul {
    display: block; }
    #footer-container .footer-menu .members-menu li ul li {
      margin: 0 0 10px; }

#footer-container #copyright {
  border-top: 1px solid #ffffff;
  font-size: 12px;
  line-height: 20px;
  background: #181E30;
  color: #ffffff;
  font-family: "Assistant", sans-serif; }
  #footer-container #copyright .container {
    padding: 30px 50px;
    width: 100%; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright .container {
        padding: 20px 0;
        width: 90%; } }
  #footer-container #copyright p {
    margin: 0;
    font-family: "Assistant", sans-serif; }
    #footer-container #copyright p .rights {
      padding: 0 10px; }
      @media screen and (max-width: 820px) {
        #footer-container #copyright p .rights {
          padding: 0;
          display: block; } }
  #footer-container #copyright a {
    color: #ffffff;
    font-family: "Assistant", sans-serif;
    text-decoration: underline !important; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright a {
        display: inline-block; } }
  #footer-container #copyright .left,
  #footer-container #copyright .right {
    width: 50%; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright .left,
      #footer-container #copyright .right {
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    #footer-container #copyright .left p a {
      display: block; } }
  #footer-container #copyright .right {
    text-align: right; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright .right {
        text-align: center; } }
  @media screen and (max-width: 820px) {
    #footer-container #copyright .social {
      width: auto;
      margin: 20px auto 0; } }
  #footer-container #copyright .social .fa {
    font-size: 22px;
    padding-left: 30px;
    float: right; }
    @media screen and (max-width: 820px) {
      #footer-container #copyright .social .fa {
        float: none;
        padding: 0 10px; } }

/* Nav */
.freeze {
  overflow: hidden; }

#navigation {
  width: 100%;
  height: 120px;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid #181E30; }
  @media screen and (max-width: 1440px) {
    #navigation {
      height: 100px; } }
  @media screen and (max-width: 820px) {
    #navigation {
      height: 80px; } }
  #navigation .nav-inner {
    margin: 0 auto; }
    #navigation .nav-inner .left-menu {
      position: relative;
      top: 0;
      left: 0; }
      #navigation .nav-inner .left-menu #hamburger {
        top: 44px;
        left: 50px;
        position: relative;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1440px) {
          #navigation .nav-inner .left-menu #hamburger {
            top: 34px; } }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .left-menu #hamburger {
            top: 30px;
            left: 5%; } }
        #navigation .nav-inner .left-menu #hamburger .hamburger-icon {
          overflow: hidden;
          opacity: 1;
          transition: all 0.3s ease;
          width: 30px; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:hover {
            cursor: pointer;
            opacity: 0.8;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:before {
            width: 30px;
            height: 2px;
            content: "";
            background: #181E30;
            display: block;
            opacity: 1;
            transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger .hamburger-icon:after {
            width: 30px;
            height: 2px;
            content: "";
            background: #181E30;
            display: block;
            opacity: 1;
            transition: all 0.3s ease; }
        #navigation .nav-inner .left-menu #hamburger a {
          width: 30px;
          height: 2px;
          content: "";
          background: #181E30;
          display: block;
          margin: 7px 0;
          opacity: 1;
          transition: all 0.3s ease; }
          #navigation .nav-inner .left-menu #hamburger a .menu-title {
            position: absolute;
            bottom: -32px;
            font-size: 13px;
            font-weight: 600;
            color: #181E30;
            opacity: 1;
            transition: all 0.3s ease;
            display: block; }
            @media screen and (max-width: 820px) {
              #navigation .nav-inner .left-menu #hamburger a .menu-title {
                opacity: 0; } }
    #navigation .nav-inner .logo {
      width: 120px;
      height: 120px;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      float: none;
      display: block;
      transition: all 0.3s ease;
      z-index: 100; }
      @media screen and (max-width: 1440px) {
        #navigation .nav-inner .logo {
          width: 100px;
          height: 100px; } }
      @media screen and (max-width: 820px) {
        #navigation .nav-inner .logo {
          height: 80px; } }
      #navigation .nav-inner .logo a {
        display: block;
        padding: 27px 0;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1440px) {
          #navigation .nav-inner .logo a {
            padding: 25px 0; } }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .logo a {
            padding: 22px 0;
            overflow: hidden; } }
        #navigation .nav-inner .logo a img {
          width: auto;
          height: 65px;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1440px) {
            #navigation .nav-inner .logo a img {
              height: 50px; } }
          @media screen and (max-width: 820px) {
            #navigation .nav-inner .logo a img {
              height: 36px; } }
    #navigation .nav-inner .social {
      position: absolute;
      width: 130px;
      right: 250px;
      top: 48px;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1440px) {
        #navigation .nav-inner .social {
          top: 38px; } }
      @media screen and (max-width: 1200px) {
        #navigation .nav-inner .social {
          right: 200px; } }
      @media screen and (max-width: 960px) {
        #navigation .nav-inner .social {
          display: none; } }
      #navigation .nav-inner .social .fa {
        font-size: 24px;
        padding-left: 20px;
        float: left;
        opacity: 1;
        transition: all 0.3s ease; }
        #navigation .nav-inner .social .fa:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .social .fa {
            float: none;
            padding: 0 10px; } }
      #navigation .nav-inner .social a {
        color: #181E30; }
    #navigation .nav-inner .members-menu {
      position: absolute;
      top: 36px;
      right: 50px;
      width: 148px;
      transition: all 0.3s ease;
      font-family: "Assistant", sans-serif; }
      @media screen and (max-width: 1440px) {
        #navigation .nav-inner .members-menu {
          width: 120px;
          top: 27px; } }
      @media screen and (max-width: 820px) {
        #navigation .nav-inner .members-menu {
          top: 22px;
          right: 5%;
          width: auto; } }
      #navigation .nav-inner .members-menu a {
        width: 148px;
        height: 48px;
        border-radius: 4px;
        font-family: "Assistant", sans-serif;
        background: #181E30;
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: none;
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 17px 0; }
        @media screen and (max-width: 1200px) {
          #navigation .nav-inner .members-menu a {
            width: 120px;
            height: 44px;
            padding: 14px 0; } }
        @media screen and (max-width: 820px) {
          #navigation .nav-inner .members-menu a {
            height: 36px;
            padding: 13px 0px;
            width: 76px;
            font-size: 12px;
            line-height: 10px; } }
        #navigation .nav-inner .members-menu a:hover {
          opacity: 0.7;
          transition: all 0.3s ease; }
  #navigation a {
    text-decoration: none; }
  #navigation.shrink {
    height: 80px;
    transition: all 0.3s ease; }
    #navigation.shrink .nav-inner .left-menu #hamburger {
      top: 30px;
      transition: all 0.3s ease; }
      #navigation.shrink .nav-inner .left-menu #hamburger .menu-title {
        opacity: 0;
        transition: all 0.3s ease; }
    #navigation.shrink .logo {
      height: 80px;
      transition: all 0.3s ease; }
      #navigation.shrink .logo a {
        padding: 22px 0;
        transition: all 0.3s ease; }
        #navigation.shrink .logo a img {
          width: auto;
          height: 36px;
          transition: all 0.3s ease; }
    #navigation.shrink .social {
      top: 28px;
      transition: all 0.3s ease; }
    #navigation.shrink .members-menu {
      top: 22px;
      transition: all 0.3s ease; }
      #navigation.shrink .members-menu a {
        height: 36px;
        transition: all 0.3s ease;
        padding: 13px 0;
        line-height: 10px; }

/* Flyout */
#menu.flyout div::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; }

body {
  /*
	.close-btn {
		margin: 0;
		height: 120px;
		transition: $transition;
		position: relative;
		z-index: 99;
		width: 600px;
		cursor: pointer;
		border-bottom: 2px solid $sand;
		
		.hamburger-icon {
			overflow: hidden;
			position: absolute;
			top: 50px;
			left: 50px;
			
			&:hover {
				cursor: pointer;
			}
			&:before {
				width: 30px;
				height: 4px;
				content: "";
				background: $sand;
				display: block;
			}
			&:after {
				width: 20px;
				height: 4px;
				content: "";
				background: $sand;
				display: block;
			}
			
			a {
				width: 30px;
				height: 4px;
				content: "";
				background: $sand;
				display: block;
				margin: 7px 0;
				text-indent: -9999px;
			}

		}	
		
		&.shrink {
			height: 80px;
			line-height: 80px;
			transition: $transition;
		}

		@include media($small) {
			width: 100%;
			height: 80px;
			line-height: 80px;
		}
	}
	*/ }
  body #menu.flyout {
    position: absolute;
    width: 640px;
    height: 100%;
    top: 0;
    z-index: 99;
    display: block;
    background: #181E30;
    margin-left: -640px;
    transition: all .25s ease-in-out; }
    @media screen and (max-width: 640px) {
      body #menu.flyout {
        width: 100%; } }
    body #menu.flyout.open {
      margin-left: 0; }
    body #menu.flyout .menu-holder {
      position: fixed;
      display: block;
      width: 640px;
      overflow-y: scroll;
      overflow-x: hidden;
      background: #ffffff;
      padding-top: 120px; }
      @media screen and (max-width: 820px) {
        body #menu.flyout .menu-holder {
          padding-top: 80px; } }
      @media screen and (max-width: 640px) {
        body #menu.flyout .menu-holder {
          width: 100%; } }
      body #menu.flyout .menu-holder ul {
        padding: 0 50px 50px;
        margin: 0 auto;
        text-align: left;
        background: #ffffff;
        height: 100%; }
        @media screen and (max-width: 820px) {
          body #menu.flyout .menu-holder ul {
            padding: 0 5%; } }
        body #menu.flyout .menu-holder ul li {
          list-style: none;
          border-bottom: 1px solid #181E30;
          margin-bottom: 0;
          transition: all 0.3s ease;
          position: relative;
          font-family: "Assistant", sans-serif;
          /* Sub Menu */ }
          body #menu.flyout .menu-holder ul li a {
            margin: 0;
            color: #181E30;
            text-decoration: none;
            display: block;
            transition: all 0.3s ease;
            padding: 21px 0 22px;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
            body #menu.flyout .menu-holder ul li a:hover {
              transition: all 0.3s ease; }
          body #menu.flyout .menu-holder ul li .arrow-down-nav {
            position: absolute;
            color: #181E30;
            width: 50px;
            height: auto;
            padding: 32px 0;
            text-align: right;
            top: 0;
            right: 0;
            z-index: 100;
            transition: all 0.3s ease; }
            body #menu.flyout .menu-holder ul li .arrow-down-nav .arrow {
              border: solid #181E30;
              border-width: 0 2px 2px 0;
              display: inline-block;
              padding: 3px;
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transition: all 0.3s ease;
              margin-right: 20px; }
          body #menu.flyout .menu-holder ul li:hover {
            transition: all 0.3s ease;
            background: #EBEBEB;
            cursor: pointer; }
            body #menu.flyout .menu-holder ul li:hover a {
              transition: all 0.3s ease;
              padding-left: 20px; }
            body #menu.flyout .menu-holder ul li:hover .arrow-down-nav {
              color: #181E30;
              padding: 32px 0;
              transition: all 0.3s ease; }
              body #menu.flyout .menu-holder ul li:hover .arrow-down-nav .arrow {
                border: solid #181E30;
                border-width: 0 2px 2px 0;
                padding: 3px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transition: all 0.3s ease; }
          body #menu.flyout .menu-holder ul li.current_page_item, body #menu.flyout .menu-holder ul li.current-menu-ancestor {
            background: #EBEBEB; }
            body #menu.flyout .menu-holder ul li.current_page_item a, body #menu.flyout .menu-holder ul li.current-menu-ancestor a {
              padding-left: 20px; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children:hover .sub-menu li a {
            color: #181E30; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu {
            margin: 0;
            padding: 0 0 10px; }
            body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li {
              border-bottom: 0px solid #ffffff;
              line-height: 16px;
              font-size: 18px;
              transition: all 0.3s ease;
              /* Second Level dropdown */ }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li.menu-item-has-children .arrow-down-nav {
                display: none; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li.current_page_item a {
                font-weight: 600; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li:hover a {
                font-weight: 600 !important;
                transition: all 0.3s ease; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li:hover .sub-menu li a {
                font-weight: 300 !important; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li:hover .sub-menu li:hover a {
                font-weight: 400 !important; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li a {
                margin: 0;
                padding: 0 0 18px 20px;
                text-transform: none;
                transition: all 0.3s ease;
                font-family: "Assistant", sans-serif;
                font-weight: 400; }
                body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li a:hover {
                  transition: all 0.3s ease; }
              body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li .sub-menu {
                padding: 0; }
                body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li .sub-menu li a {
                  font-weight: 300; }
                body #menu.flyout .menu-holder ul li.menu-item-has-children .sub-menu li .sub-menu li.current_page_item a {
                  font-weight: 400; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children.open a {
            padding-left: 20px;
            background: #EBEBEB; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children.open .arrow {
            border-width: 0 2px 2px 0;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: all 0.3s ease;
            margin-right: 20px; }
          body #menu.flyout .menu-holder ul li.menu-item-has-children.open ul.sub-menu {
            display: block;
            transition: all 0.3s ease; }
            body #menu.flyout .menu-holder ul li.menu-item-has-children.open ul.sub-menu ul.sub-menu {
              padding-left: 20px; }
          body #menu.flyout .menu-holder ul li ul.sub-menu {
            height: auto;
            padding: 0;
            margin: 0;
            background: #EBEBEB;
            display: none;
            transition: all 0.3s ease; }
            body #menu.flyout .menu-holder ul li ul.sub-menu li a {
              padding: 0; }
        body #menu.flyout .menu-holder ul li {
          -webkit-tap-highlight-color: transparent; }
  body #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all .25s ease-in-out; }
    body #overlay:hover {
      cursor: pointer; }
    body #overlay.open {
      opacity: 1;
      display: block; }
  body.logged-in-editor #menu.flyout {
    height: calc(100% - 38px) !important; }
    body.logged-in-editor #menu.flyout .menu-holder {
      height: calc(100% - 38px) !important; }
      body.logged-in-editor #menu.flyout .menu-holder ul {
        height: calc(100% - 38px) !important; }
        body.logged-in-editor #menu.flyout .menu-holder ul li ul {
          height: auto; }

/* Sections */
.section {
  overflow: hidden;
  clear: both;
  position: relative; }
  .section .overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute; }
  .section .container {
    padding: 100px 0;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .section .container {
        padding: 80px 0; } }
    @media screen and (max-width: 820px) {
      .section .container {
        padding: 40px 0; } }
    .section .container p:last-of-type {
      margin-bottom: 0; }
    .section .container .row {
      overflow: hidden;
      margin-bottom: 40px;
      display: flex;
      /* Splits */ }
      @media screen and (max-width: 960px) {
        .section .container .row {
          display: block; } }
      .section .container .row:last-of-type {
        margin-bottom: 0; }
      .section .container .row .col p:last-of-type {
        margin-bottom: 0; }
      .section .container .row .col img {
        width: 100%;
        height: auto; }
      .section .container .row .col .soliloquy-container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #181E30;
        padding: 80px 40px;
        max-width: 100% !important;
        max-height: 100% !important; }
        @media screen and (max-width: 640px) {
          .section .container .row .col .soliloquy-container {
            padding: 40px 40px 20px;
            margin-bottom: 0 !important; } }
        .section .container .row .col .soliloquy-container .soliloquy-link {
          width: 110px;
          height: 110px;
          overflow: hidden;
          border-radius: 55px;
          display: block;
          margin: 0 auto 60px; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-link {
              width: 60px;
              height: 60px;
              border-radius: 30px;
              margin: 0 auto 30px; } }
          .section .container .row .col .soliloquy-container .soliloquy-link .soliloquy-image {
            width: 110px;
            height: 110px;
            object-fit: cover; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-link .soliloquy-image {
                width: 60px;
                height: 60px; } }
        .section .container .row .col .soliloquy-container .soliloquy-caption {
          position: relative; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-caption {
              display: block; } }
          .section .container .row .col .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
            background: transparent;
            text-shadow: none;
            padding: 0; }
          .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title {
            font-weight: 400;
            font-size: 24px;
            letter-spacing: 0.5px;
            line-height: 30px;
            margin: 0 0 30px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title {
                font-size: 20px;
                line-height: 26px;
                margin: 0 0 20px; } }
            .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title a {
              font-weight: 600;
              font-size: 24px;
              letter-spacing: 0.5px; }
              @media screen and (max-width: 640px) {
                .section .container .row .col .soliloquy-container .soliloquy-caption h2.soliloquy-fc-title a {
                  font-size: 20px; } }
          .section .container .row .col .soliloquy-container .soliloquy-caption p {
            font-size: 18px;
            line-height: 28px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-caption p {
                font-size: 16px;
                line-height: 26px; } }
            .section .container .row .col .soliloquy-container .soliloquy-caption p .soliloquy-fc-read-more.soliloquy-fc-content-above {
              display: block;
              padding: 30px 0;
              text-decoration: underline; }
        .section .container .row .col .soliloquy-container .soliloquy-controls {
          padding: 30px 0; }
          @media screen and (max-width: 640px) {
            .section .container .row .col .soliloquy-container .soliloquy-controls {
              padding: 20px 0;
              display: block; } }
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link,
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link.active,
          .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link:hover {
            background-size: 7px; }
            @media screen and (max-width: 640px) {
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link,
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link.active,
              .section .container .row .col .soliloquy-container .soliloquy-controls .soliloquy-pager-link:hover {
                display: block; } }
        @media screen and (max-width: 640px) {
          .section .container .row .col .soliloquy-container .soliloquy-controls-auto,
          .section .container .row .col .soliloquy-container .soliloquy-pager {
            display: block; } }
      .section .container .row.half .col {
        width: 48.75%; }
        @media screen and (max-width: 1024px) {
          .section .container .row.half .col {
            float: left; } }
        @media screen and (max-width: 640px) {
          .section .container .row.half .col {
            width: 100%;
            float: none; } }
        .section .container .row.half .col:last-of-type {
          margin-left: 2.5%; }
          @media screen and (max-width: 640px) {
            .section .container .row.half .col:last-of-type {
              margin-left: 0; } }
        @media screen and (max-width: 640px) {
          .section .container .row.half .col.two {
            margin-top: 40px; } }
      .section .container .row.three {
        /*&:first-of-type {
					@include media($tablet-v) {
						margin-bottom: 0;	
					}
					
					.col {
						&.one {
							width: 100%;
						}
					}
				}*/ }
        .section .container .row.three .col {
          width: 31%; }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col {
              width: 47%;
              display: block;
              float: left; } }
          @media screen and (max-width: 820px) {
            .section .container .row.three .col {
              margin-bottom: 40px; } }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col.one {
              width: 100%;
              margin-bottom: 20px;
              clear: both; } }
          .section .container .row.three .col.two {
            margin: 0 3.5%; }
            @media screen and (max-width: 960px) {
              .section .container .row.three .col.two {
                margin: 0 6% 0 0; } }
            @media screen and (max-width: 640px) {
              .section .container .row.three .col.two {
                margin: 0 auto 40px;
                width: 100%;
                display: block; } }
          @media screen and (max-width: 960px) {
            .section .container .row.three .col.three {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .section .container .row.three .col.three {
              margin: 0 auto;
              width: 100%;
              display: block; } }
          .section .container .row.three .col h1 {
            margin-bottom: 0; }
          .section .container .row.three .col img {
            width: 100%;
            height: auto; }
      .section .container .row.two-left-split .col.one {
        width: 31%;
        float: left;
        display: block; }
        @media screen and (max-width: 1024px) {
          .section .container .row.two-left-split .col.one {
            width: 47%; } }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col.one {
            width: 100%;
            float: none; } }
      .section .container .row.two-left-split .col.two {
        width: 57%;
        float: right;
        margin-left: 12%;
        display: block; }
        @media screen and (max-width: 1024px) {
          .section .container .row.two-left-split .col.two {
            margin-left: 6%;
            width: 47%; } }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col.two {
            width: 100%;
            float: none;
            margin-top: 40px;
            margin-left: 0; } }
      .section .container .row.two-left-split .col blockquote {
        background: transparent;
        margin: 0;
        padding: 40px 40px 0;
        height: auto;
        display: block;
        -webkit-box-align: stretch;
        align-items: baseline;
        justify-content: none;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col blockquote {
            padding: 20px 0 0; } }
        .section .container .row.two-left-split .col blockquote p {
          font-weight: 300;
          font-size: 24px;
          line-height: 34px;
          text-align: left;
          margin-bottom: 0; }
          @media screen and (max-width: 640px) {
            .section .container .row.two-left-split .col blockquote p {
              font-size: 20px;
              line-height: 30px; } }
      .section .container .row.two-left-split .col .fa-quote-left {
        font-size: 26px;
        color: #F0D8C2;
        margin-top: 60px; }
        @media screen and (max-width: 640px) {
          .section .container .row.two-left-split .col .fa-quote-left {
            margin-top: 20px; } }
      .section .container .row.two-right-split .col.one {
        width: 31%;
        float: left; }
      .section .container .row.two-right-split .col .two {
        width: 70%;
        float: right; }
  .section.box .btn {
    background: #F0D8C2;
    border: 2px solid #F0D8C2;
    color: #181E30;
    font-weight: 600;
    transition: all 0.3s ease; }
    .section.box .btn:hover {
      cursor: pointer;
      background: #181E30;
      border: 2px solid #181E30;
      opacity: 1;
      color: #ffffff; }
  .section.full .container {
    width: 100%;
    padding: 0; }
    @media screen and (max-width: 820px) {
      .section.full .container {
        width: 90%; } }
    @media screen and (max-width: 1024px) {
      .section.full .container {
        width: 100%; } }
    .section.full .container .row {
      display: block;
      /* Actual Full width content */
      /* Splits */ }
      .section.full .container .row .col {
        width: 100%; }
      .section.full .container .row.one .col.one {
        width: 75%;
        margin: 0 auto;
        overflow: hidden;
        padding: 100px 0; }
        @media screen and (max-width: 1600px) {
          .section.full .container .row.one .col.one {
            width: 90%; } }
        @media screen and (max-width: 1200px) {
          .section.full .container .row.one .col.one {
            padding: 80px 0; } }
        @media screen and (max-width: 1024px) {
          .section.full .container .row.one .col.one {
            padding: 40px 0; } }
      .section.full .container .row.half .col.one {
        width: 47%;
        float: left;
        padding: 100px; }
      .section.full .container .row.half .col.two {
        width: 47%;
        float: right;
        padding: 100px; }
      .section.full .container .row.two-left-split, .section.full .container .row.two-right-split {
        width: 87.5%;
        margin: 0; }
        @media screen and (max-width: 1600px) {
          .section.full .container .row.two-left-split, .section.full .container .row.two-right-split {
            width: 95%; } }
        @media screen and (max-width: 1024px) {
          .section.full .container .row.two-left-split, .section.full .container .row.two-right-split {
            width: 100%;
            float: none; } }
      .section.full .container .row.two-left-split {
        float: right; }
        .section.full .container .row.two-left-split .col.one {
          width: 26.57%;
          padding: 100px 40px 100px 0; }
          @media screen and (max-width: 1600px) {
            .section.full .container .row.two-left-split .col.one {
              width: 29.25%; } }
          @media screen and (max-width: 1200px) {
            .section.full .container .row.two-left-split .col.one {
              padding: 80px 0; } }
          @media screen and (max-width: 1024px) {
            .section.full .container .row.two-left-split .col.one {
              width: 90%;
              padding: 40px 0;
              float: none;
              overflow: hidden;
              margin: 0 auto; } }
        .section.full .container .row.two-left-split .col.two {
          height: 100%;
          width: 70.43%;
          margin: 0; }
          @media screen and (max-width: 1600px) {
            .section.full .container .row.two-left-split .col.two {
              width: 67.25%; } }
          @media screen and (max-width: 1024px) {
            .section.full .container .row.two-left-split .col.two {
              width: 100%;
              float: none;
              right: auto;
              top: auto; } }
          @media screen and (max-width: 640px) {
            .section.full .container .row.two-left-split .col.two {
              width: 100%;
              overflow: hidden; } }
      .section.full .container .row.two-right-split {
        float: left; }
        .section.full .container .row.two-right-split .col.one {
          height: 100%;
          width: 70.43%;
          margin: 0;
          float: left; }
          @media screen and (max-width: 1600px) {
            .section.full .container .row.two-right-split .col.one {
              width: 67.25%; } }
          @media screen and (max-width: 1024px) {
            .section.full .container .row.two-right-split .col.one {
              width: 100%;
              float: none;
              right: auto;
              top: auto; } }
          @media screen and (max-width: 640px) {
            .section.full .container .row.two-right-split .col.one {
              width: 100%;
              overflow: hidden; } }
        .section.full .container .row.two-right-split .col.two {
          width: 26.57%;
          padding: 100px 40px 100px 0;
          float: right; }
          @media screen and (max-width: 1600px) {
            .section.full .container .row.two-right-split .col.two {
              width: 29.25%; } }
          @media screen and (max-width: 1200px) {
            .section.full .container .row.two-right-split .col.two {
              padding: 80px 40px 80px 0; } }
          @media screen and (max-width: 1024px) {
            .section.full .container .row.two-right-split .col.two {
              width: 90%;
              padding: 40px 0;
              float: none;
              overflow: hidden;
              margin: 0 auto; } }
          @media screen and (max-width: 820px) {
            .section.full .container .row.two-right-split .col.two {
              padding: 40px 0; } }
  .section.gallery {
    background: #EBEBEB; }
    .section.gallery .container {
      padding-bottom: 60px; }
      @media screen and (max-width: 1024px) {
        .section.gallery .container {
          padding-bottom: 40px; } }
      @media screen and (max-width: 820px) {
        .section.gallery .container {
          padding-bottom: 10px; } }

/* Page Template - Home */
.page-template-template-home #video {
  width: 100%;
  height: calc(100vh - 118px);
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .page-template-template-home #video {
      height: 100%; } }
  .page-template-template-home #video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%; }
    .page-template-template-home #video .embed-container iframe,
    .page-template-template-home #video .embed-container object,
    .page-template-template-home #video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-template-template-home #video .overlay {
    background-color: rgba(24, 30, 48, 0.25);
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: #ffffff; }
    .page-template-template-home #video .overlay h1 {
      font-size: 60px;
      font-family: "butlermedium", serif;
      letter-spacing: 2px;
      margin: 0 0 30px;
      bottom: 50%;
      position: absolute;
      left: 0;
      right: 0; }
      @media screen and (max-width: 1024px) {
        .page-template-template-home #video .overlay h1 {
          font-size: 40px;
          margin: 0 0 20px; } }
      @media screen and (max-width: 820px) {
        .page-template-template-home #video .overlay h1 {
          font-size: 30px;
          line-height: 38px; } }
      @media screen and (max-width: 480px) {
        .page-template-template-home #video .overlay h1 {
          font-size: 26px;
          line-height: 30px;
          margin: 0 0 30px; } }
    .page-template-template-home #video .overlay p {
      font-size: 30px;
      letter-spacing: 2px;
      bottom: 40%;
      position: absolute;
      left: 0;
      right: 0; }
      @media screen and (max-width: 1024px) {
        .page-template-template-home #video .overlay p {
          font-size: 18px;
          letter-spacing: 1px; } }
      @media screen and (max-width: 480px) {
        .page-template-template-home #video .overlay p {
          font-size: 17px;
          letter-spacing: 0.5px; } }
    .page-template-template-home #video .overlay .slider-down {
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      top: auto;
      text-align: center;
      bottom: 10%; }
      .page-template-template-home #video .overlay .slider-down a {
        color: #ffffff;
        text-decoration: none;
        font-size: 20px; }
        @media screen and (max-width: 1024px) {
          .page-template-template-home #video .overlay .slider-down a {
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .page-template-template-home #video .overlay .slider-down a {
            font-size: 14px; } }
        .page-template-template-home #video .overlay .slider-down a .fa {
          display: block; }

.page-template-template-home #slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .page-template-template-home #slider .soliloquy-container {
    margin-bottom: 0 !important; }
    .page-template-template-home #slider .soliloquy-container .soliloquy-pager {
      top: auto;
      bottom: 25%; }
  @media screen and (max-width: 1600px) {
    .page-template-template-home #slider {
      width: 100%;
      height: auto; } }
  .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom {
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25); }
    .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside {
      background: transparent;
      text-shadow: none;
      top: auto;
      left: 0;
      right: 0;
      position: absolute;
      text-align: center;
      bottom: 30%; }
      .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside h1 {
        font-size: 60px;
        font-family: "butlermedium", serif;
        letter-spacing: 2px;
        margin: 0 0 30px; }
        @media screen and (max-width: 1024px) {
          .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside h1 {
            font-size: 40px;
            margin: 0 0 20px; } }
      .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside p {
        font-size: 30px;
        letter-spacing: 2px; }
        @media screen and (max-width: 1024px) {
          .page-template-template-home #slider .soliloquy-caption.soliloquy-caption-bottom .soliloquy-caption-inside p {
            font-size: 20px;
            letter-spacing: 1px; } }
  .page-template-template-home #slider .overlay {
    background-color: rgba(24, 30, 48, 0.6);
    position: absolute;
    width: 100%;
    height: 100%; }
  .page-template-template-home #slider .slider-down {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    bottom: 2%; }
    .page-template-template-home #slider .slider-down a {
      color: #ffffff;
      text-decoration: none;
      font-size: 20px; }
      .page-template-template-home #slider .slider-down a .fa {
        display: block; }

.page-template-template-home #main .container .center {
  text-align: center; }

.page-template-template-home #main .home-blocks .full {
  height: 600px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .page-template-template-home #main .home-blocks .full {
      height: 400px; } }
  .page-template-template-home #main .home-blocks .full .holder {
    height: 600px; }
    @media screen and (max-width: 1200px) {
      .page-template-template-home #main .home-blocks .full .holder {
        height: 400px; } }

.page-template-template-home #main .home-blocks .third {
  height: 500px;
  width: 33.33%;
  display: block;
  text-align: center;
  position: relative;
  float: left; }
  @media screen and (max-width: 1200px) {
    .page-template-template-home #main .home-blocks .third {
      height: 300px; } }
  .page-template-template-home #main .home-blocks .third .holder {
    height: 500px; }
    @media screen and (max-width: 1200px) {
      .page-template-template-home #main .home-blocks .third .holder {
        height: 300px; } }

.page-template-template-home #main .home-blocks .home-block {
  transition: all 0.3s ease;
  overflow: hidden; }
  .page-template-template-home #main .home-blocks .home-block .home-block-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease; }
  .page-template-template-home #main .home-blocks .home-block .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; }
    .page-template-template-home #main .home-blocks .home-block .overlay:hover {
      background-color: rgba(24, 30, 48, 0.8);
      transition: all 0.3s ease;
      cursor: pointer; }
    .page-template-template-home #main .home-blocks .home-block .overlay a {
      display: block;
      font-family: "butlermedium", serif;
      color: #ffffff;
      text-decoration: none;
      width: 100%;
      height: 100%; }
    .page-template-template-home #main .home-blocks .home-block .overlay h2, .page-template-template-home #main .home-blocks .home-block .overlay h3 {
      top: 50%;
      position: relative;
      transform: translateY(-50%); }
  .page-template-template-home #main .home-blocks .home-block .holder {
    transition: all 0.3s ease; }
    .page-template-template-home #main .home-blocks .home-block .holder:hover .home-block-img {
      transition: all 0.3s ease;
      transform: scale(1.1); }
    @media screen and (max-width: 820px) {
      .page-template-template-home #main .home-blocks .home-block .holder {
        height: 200px; }
        .page-template-template-home #main .home-blocks .home-block .holder:hover {
          transform: none; } }
  @media screen and (max-width: 820px) {
    .page-template-template-home #main .home-blocks .home-block {
      height: 200px;
      float: left;
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .page-template-template-home #main .home-blocks .home-block {
      float: none;
      width: 100%; } }

.page-template-template-home .map .map-frame {
  width: 100%;
  height: 740px;
  background: #181E30;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .page-template-template-home .map .map-frame {
      height: 500px; } }
  @media screen and (max-width: 820px) {
    .page-template-template-home .map .map-frame {
      height: 320px; } }
  .page-template-template-home .map .map-frame iframe {
    width: 100%;
    height: 740px;
    position: relative;
    border: 0;
    mix-blend-mode: luminosity;
    filter: grayscale(100%) contrast(120%);
    opacity: 0.8; }
    @media screen and (max-width: 1200px) {
      .page-template-template-home .map .map-frame iframe {
        height: 500px; } }
    @media screen and (max-width: 820px) {
      .page-template-template-home .map .map-frame iframe {
        height: 320px; } }
  .page-template-template-home .map .map-frame .contact-details {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 456px;
    height: 280px;
    background: #F0D8C2;
    color: #181E30;
    padding: 30px 40px;
    display: none; }
    @media screen and (max-width: 1200px) {
      .page-template-template-home .map .map-frame .contact-details {
        width: 400px;
        height: 260px; } }
    @media screen and (max-width: 820px) {
      .page-template-template-home .map .map-frame .contact-details {
        display: none; } }
    .page-template-template-home .map .map-frame .contact-details h4 {
      text-transform: none;
      font-size: 22px;
      font-weight: 600;
      width: 70%;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        .page-template-template-home .map .map-frame .contact-details h4 {
          font-size: 18px;
          line-height: 20px; } }
    .page-template-template-home .map .map-frame .contact-details p {
      margin-bottom: 10px; }
      .page-template-template-home .map .map-frame .contact-details p.phone {
        margin-bottom: 0; }
      .page-template-template-home .map .map-frame .contact-details p.email {
        margin-bottom: 0; }
        .page-template-template-home .map .map-frame .contact-details p.email a {
          text-decoration: none; }

/* Instagram */
.instagram #instafeed {
  height: auto !important; }
  .instagram #instafeed #sb_instagram {
    height: auto !important;
    overflow-y: hidden !important;
    background: #181E30; }
    .instagram #instafeed #sb_instagram #sbi_images {
      display: flex; }
      @media screen and (max-width: 640px) {
        .instagram #instafeed #sb_instagram #sbi_images {
          display: block; } }
      .instagram #instafeed #sb_instagram #sbi_images .sbi_item {
        width: 20%;
        overflow: hidden;
        transition: all 0.3s ease;
        opacity: 1;
        overflow: hidden; }
        .instagram #instafeed #sb_instagram #sbi_images .sbi_item:hover {
          transition: all 0.3s ease;
          opacity: 0.85; }
          .instagram #instafeed #sb_instagram #sbi_images .sbi_item:hover a {
            transform: scale(1.1); }
        @media screen and (max-width: 820px) {
          .instagram #instafeed #sb_instagram #sbi_images .sbi_item {
            width: 25%; } }
        @media screen and (max-width: 640px) {
          .instagram #instafeed #sb_instagram #sbi_images .sbi_item {
            width: 50%;
            float: left;
            height: auto !important; } }
        .instagram #instafeed #sb_instagram #sbi_images .sbi_item a {
          display: block;
          overflow: hidden;
          transition: all 0.3s ease;
          height: 100%; }
          @media screen and (max-width: 820px) {
            .instagram #instafeed #sb_instagram #sbi_images .sbi_item a {
              height: 170px !important; } }
          .instagram #instafeed #sb_instagram #sbi_images .sbi_item a img {
            display: none; }
        @media screen and (max-width: 820px) {
          .instagram #instafeed #sb_instagram #sbi_images .sbi_item:last-of-type {
            display: none !important; } }

/* Default Template */
.page-template-default #main {
  display: block; }
  .page-template-default #main .content {
    width: 100%; }
    .page-template-default #main .content h4 {
      font-size: 20px;
      margin: 0 0 10px; }
    .page-template-default #main .content ul {
      margin: 0 0 30px; }
      .page-template-default #main .content ul ul {
        margin: 0 0 3px; }

/* Page Template - Golf */
.page-template-page-golf .course {
  overflow: hidden;
  clear: both;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 50vh; }
  .page-template-page-golf .course:nth-child(2n+2) {
    flex-direction: row-reverse; }
  @media screen and (max-width: 1440px) {
    .page-template-page-golf .course {
      min-height: auto; } }
  @media screen and (max-width: 960px) {
    .page-template-page-golf .course {
      width: 100%;
      display: block; } }
  .page-template-page-golf .course .bg-image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .page-template-page-golf .course .bg-image {
        width: 100%;
        height: 300px; } }
  .page-template-page-golf .course .text {
    width: 50%; }
    @media screen and (max-width: 960px) {
      .page-template-page-golf .course .text {
        width: 100%; } }
    .page-template-page-golf .course .text .holder {
      text-align: center;
      top: 50%;
      position: relative;
      transform: translateY(-50%);
      padding: 100px; }
      .page-template-page-golf .course .text .holder p:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1200px) {
        .page-template-page-golf .course .text .holder {
          padding: 80px; } }
      @media screen and (max-width: 1024px) {
        .page-template-page-golf .course .text .holder {
          padding: 40px 5%;
          top: auto;
          transform: none; } }
      @media screen and (max-width: 960px) {
        .page-template-page-golf .course .text .holder {
          top: auto;
          transform: none; } }

/* Page Template - Slider - left split */
.page-template-page-left-slide-split #main {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1200px) {
    .page-template-page-left-slide-split #main {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .page-template-page-left-slide-split #main {
      display: block; } }

/* Page Template - Slider - right split */
.page-template-page-right-slide-split #main {
  display: flex; }
  @media screen and (max-width: 1200px) {
    .page-template-page-right-slide-split #main {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .page-template-page-right-slide-split #main {
      display: block; } }

/* Page Template - new Reciprocal Clubs */
.page-template-page-reciprocal-clubs #main {
  display: flex;
  /*height: 100vh;*/
  overflow: hidden;
  height: calc(100vh - 118px);
  overflow-y: scroll;
  overflow: hidden; }
  .page-template-page-reciprocal-clubs #main .content {
    height: calc(100vh - 118px) !important;
    overflow: hidden;
    overflow-y: scroll; }
  @media screen and (max-width: 1200px) {
    .page-template-page-reciprocal-clubs #main {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .page-template-page-reciprocal-clubs #main {
      display: block; } }
  .page-template-page-reciprocal-clubs #main .reciprocal-clubs {
    padding: 0;
    margin: 30px 0 0px; }
  .page-template-page-reciprocal-clubs #main .accordion-title {
    padding: 10px 20px;
    margin-top: 10px;
    background: #181E30;
    cursor: pointer;
    position: relative; }
    .page-template-page-reciprocal-clubs #main .accordion-title h3 {
      margin: 0 !important;
      padding: 0;
      color: #ffffff;
      float: none;
      text-align: left;
      font-size: 20px; }
    .page-template-page-reciprocal-clubs #main .accordion-title i {
      display: block;
      position: absolute;
      color: #ffffff;
      top: 0;
      right: 0;
      text-align: center;
      font-style: normal;
      font-size: 24px;
      width: 60px;
      padding: 8px 0;
      height: 44px; }
  .page-template-page-reciprocal-clubs #main .accordion-category {
    background: #EBEBEB;
    padding: 0 20px;
    overflow-y: scroll;
    max-height: 376px; }
    .page-template-page-reciprocal-clubs #main .accordion-category.open {
      display: block; }
    .page-template-page-reciprocal-clubs #main .accordion-category .reciprocal-holder {
      min-height: 101%; }
  .page-template-page-reciprocal-clubs #main .club {
    padding: 20px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #ffffff; }
    .page-template-page-reciprocal-clubs #main .club h4 {
      margin-bottom: 10px !important;
      font-size: 18px;
      font-weight: 600; }
    .page-template-page-reciprocal-clubs #main .club .details {
      overflow: hidden;
      position: relative; }
      .page-template-page-reciprocal-clubs #main .club .details .cat.Full {
        color: #D50000; }
      .page-template-page-reciprocal-clubs #main .club .details .cat.Green {
        color: #179517; }
      .page-template-page-reciprocal-clubs #main .club .details .cat.Accommodation {
        color: #181E30; }
    .page-template-page-reciprocal-clubs #main .club p {
      margin: 0 0 5px;
      font-size: 17px;
      line-height: 20px; }
      .page-template-page-reciprocal-clubs #main .club p strong {
        font-weight: 600; }
      .page-template-page-reciprocal-clubs #main .club p a {
        text-decoration: underline; }
      .page-template-page-reciprocal-clubs #main .club p.cat {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 5px; }
    .page-template-page-reciprocal-clubs #main .club span {
      display: block;
      margin: 0 0 22px; }
  .page-template-page-reciprocal-clubs #main ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px; }
  .page-template-page-reciprocal-clubs #main ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.page-template-page-reciprocal-clubs .map {
  height: calc(100vh - 118px) !important; }
  .page-template-page-reciprocal-clubs .map .wpgmp_iw_content {
    padding: 30px !important; }
    .page-template-page-reciprocal-clubs .map .wpgmp_iw_content h4 {
      font-size: 18px;
      font-weight: 600;
      text-transform: none;
      font-family: "Assistant", sans-serif;
      margin: 0 0 30px; }
    .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p {
      font-size: 16px;
      font-family: "Assistant", sans-serif;
      margin-bottom: 10px; }
      .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p.map-cat {
        margin-top: 30px; }
        .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p.map-cat span {
          border: none !important;
          background: transparent !important;
          font-size: 16px !important; }
          .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p.map-cat span.Green {
            color: #179517 !important; }
          .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p.map-cat span.Reciprocity {
            color: #D50000 !important; }
          .page-template-page-reciprocal-clubs .map .wpgmp_iw_content p.map-cat span.Accommodation {
            color: #181E30 !important; }

.page-template-page-reciprocal-clubs.logged-in #main {
  height: calc(100vh - 156px); }
  .page-template-page-reciprocal-clubs.logged-in #main .content {
    height: calc(100vh - 156px) !important; }
  .page-template-page-reciprocal-clubs.logged-in #main .map {
    height: calc(100vh - 156px) !important; }

/* Across several templates */
#main .slider {
  width: 66.66%;
  overflow: hidden; }
  #main .slider .soliloquy-outer-container {
    height: calc(100vh - 118px) !important; }
    @media screen and (max-width: 1200px) {
      #main .slider .soliloquy-outer-container {
        height: auto !important; } }
    #main .slider .soliloquy-outer-container .soliloquy-container, #main .slider .soliloquy-outer-container .soliloquy-wrapper, #main .slider .soliloquy-outer-container .soliloquy-viewport {
      height: 100% !important;
      max-height: 100% !important; }
      @media screen and (max-width: 1200px) {
        #main .slider .soliloquy-outer-container .soliloquy-container, #main .slider .soliloquy-outer-container .soliloquy-wrapper, #main .slider .soliloquy-outer-container .soliloquy-viewport {
          height: auto !important; } }
  #main .slider .soliloquy-slider {
    height: calc(100vh - 118px);
    width: 100%; }
    @media screen and (max-width: 1200px) {
      #main .slider .soliloquy-slider {
        height: auto !important; } }
    #main .slider .soliloquy-slider .soliloquy-item {
      width: 100%;
      height: 100% !important; }
      @media screen and (max-width: 1200px) {
        #main .slider .soliloquy-slider .soliloquy-item {
          height: auto !important; } }
      #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*max-width: none !important;
					width: auto;
					height: 100%;
					object-fit: fill;*/ }
        @media screen and (max-width: 1440px) {
          #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
            height: calc(100vh - 100px); } }
        @media screen and (max-width: 1200px) {
          #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
            width: 100%;
            max-width: 100%;
            height: auto; } }
  @media screen and (max-width: 1440px) {
    #main .slider {
      width: 60%; } }
  @media screen and (max-width: 1200px) {
    #main .slider {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    #main .slider {
      width: 100%; } }

#main .content {
  width: 33.33%;
  padding: 50px; }
  @media screen and (max-width: 1440px) {
    #main .content {
      width: 40%; } }
  @media screen and (max-width: 1200px) {
    #main .content {
      width: 100%;
      padding: 40px 5%; } }
  @media screen and (max-width: 1024px) {
    #main .content {
      width: 100%;
      padding: 40px 5%; } }
  #main .content h1, #main .content h2, #main .content h3, #main .content h4 {
    font-family: "Assistant", sans-serif; }
  #main .content h1, #main .content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      #main .content h1, #main .content h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px; } }
  #main .content h3, #main .content h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      #main .content h3, #main .content h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
  #main .content p:last-of-type {
    margin-bottom: 0; }
  #main .content .gform_confirmation_wrapper {
    padding: 20px 0;
    text-align: center; }

/* Logged in */
.logged-in #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
  height: calc(110vh - 156px); }
  @media screen and (max-width: 1440px) {
    .logged-in #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
      height: calc(100vh - 138px); } }
  @media screen and (max-width: 1200px) {
    .logged-in #main .slider .soliloquy-slider .soliloquy-item .soliloquy-image {
      width: 100%;
      max-width: 100%;
      height: auto; } }

/* Making sliders and content work better responsively */
.page-template-page-right-slide-split #main,
.page-template-page-left-slide-split #main,
.page-template-page-reciprocal-clubs #main,
.single-course #main {
  height: calc(100vh - 118px);
  overflow-y: scroll;
  overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .page-template-page-right-slide-split #main,
    .page-template-page-left-slide-split #main,
    .page-template-page-reciprocal-clubs #main,
    .single-course #main {
      height: calc(100vh - 100px); } }
  @media screen and (max-width: 1200px) {
    .page-template-page-right-slide-split #main,
    .page-template-page-left-slide-split #main,
    .page-template-page-reciprocal-clubs #main,
    .single-course #main {
      height: auto;
      overflow-y: auto; } }
  .page-template-page-right-slide-split #main .content,
  .page-template-page-left-slide-split #main .content,
  .page-template-page-reciprocal-clubs #main .content,
  .single-course #main .content {
    height: calc(100vh - 118px);
    overflow-y: scroll;
    position: inherit !important; }
    @media screen and (max-width: 1440px) {
      .page-template-page-right-slide-split #main .content,
      .page-template-page-left-slide-split #main .content,
      .page-template-page-reciprocal-clubs #main .content,
      .single-course #main .content {
        height: calc(100vh - 100px); } }
    @media screen and (max-width: 1200px) {
      .page-template-page-right-slide-split #main .content,
      .page-template-page-left-slide-split #main .content,
      .page-template-page-reciprocal-clubs #main .content,
      .single-course #main .content {
        height: auto !important;
        overflow-y: auto; } }
  .page-template-page-right-slide-split #main .slider,
  .page-template-page-left-slide-split #main .slider,
  .page-template-page-reciprocal-clubs #main .slider,
  .single-course #main .slider {
    height: calc(100vh - 118px); }
    @media screen and (max-width: 1440px) {
      .page-template-page-right-slide-split #main .slider,
      .page-template-page-left-slide-split #main .slider,
      .page-template-page-reciprocal-clubs #main .slider,
      .single-course #main .slider {
        height: calc(100vh - 100px) !important; } }
    @media screen and (max-width: 1200px) {
      .page-template-page-right-slide-split #main .slider,
      .page-template-page-left-slide-split #main .slider,
      .page-template-page-reciprocal-clubs #main .slider,
      .single-course #main .slider {
        height: auto !important; } }
    .page-template-page-right-slide-split #main .slider .wpgmp_map_parent,
    .page-template-page-left-slide-split #main .slider .wpgmp_map_parent,
    .page-template-page-reciprocal-clubs #main .slider .wpgmp_map_parent,
    .single-course #main .slider .wpgmp_map_parent {
      margin-bottom: 0; }

.page-template-page-right-slide-split.logged-in #main,
.page-template-page-left-slide-split.logged-in #main,
.page-template-page-reciprocal-clubs.logged-in #main,
.single-course.logged-in #main {
  height: calc(100vh - 156px);
  overflow-y: scroll;
  overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .page-template-page-right-slide-split.logged-in #main,
    .page-template-page-left-slide-split.logged-in #main,
    .page-template-page-reciprocal-clubs.logged-in #main,
    .single-course.logged-in #main {
      height: calc(100vh - 138px); } }
  @media screen and (max-width: 1200px) {
    .page-template-page-right-slide-split.logged-in #main,
    .page-template-page-left-slide-split.logged-in #main,
    .page-template-page-reciprocal-clubs.logged-in #main,
    .single-course.logged-in #main {
      height: auto;
      overflow-y: auto; } }
  .page-template-page-right-slide-split.logged-in #main .content,
  .page-template-page-left-slide-split.logged-in #main .content,
  .page-template-page-reciprocal-clubs.logged-in #main .content,
  .single-course.logged-in #main .content {
    height: calc(100vh - 156px);
    overflow-y: scroll; }
    @media screen and (max-width: 1440px) {
      .page-template-page-right-slide-split.logged-in #main .content,
      .page-template-page-left-slide-split.logged-in #main .content,
      .page-template-page-reciprocal-clubs.logged-in #main .content,
      .single-course.logged-in #main .content {
        height: calc(100vh - 100px); } }
    @media screen and (max-width: 1200px) {
      .page-template-page-right-slide-split.logged-in #main .content,
      .page-template-page-left-slide-split.logged-in #main .content,
      .page-template-page-reciprocal-clubs.logged-in #main .content,
      .single-course.logged-in #main .content {
        height: auto !important;
        overflow-y: auto; } }
  .page-template-page-right-slide-split.logged-in #main .slider,
  .page-template-page-left-slide-split.logged-in #main .slider,
  .page-template-page-reciprocal-clubs.logged-in #main .slider,
  .single-course.logged-in #main .slider {
    height: calc(100vh - 156px); }
    @media screen and (max-width: 1440px) {
      .page-template-page-right-slide-split.logged-in #main .slider,
      .page-template-page-left-slide-split.logged-in #main .slider,
      .page-template-page-reciprocal-clubs.logged-in #main .slider,
      .single-course.logged-in #main .slider {
        height: calc(100vh - 100px) !important; } }
    @media screen and (max-width: 1200px) {
      .page-template-page-right-slide-split.logged-in #main .slider,
      .page-template-page-left-slide-split.logged-in #main .slider,
      .page-template-page-reciprocal-clubs.logged-in #main .slider,
      .single-course.logged-in #main .slider {
        height: auto !important; } }

.page-template-page-right-slide-split #main .content:after,
.page-template-page-left-slide-split #main .content:after,
.page-template-page-reciprocal-clubs #main .content:after,
.single-course #main .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  width: 33.33%;
  /*width: calc(33.33% - 100px);*/
  height: 4em;
  text-align: center;
  font-size: 14px; }
  .page-template-page-right-slide-split #main .content:after:focus,
  .page-template-page-left-slide-split #main .content:after:focus,
  .page-template-page-reciprocal-clubs #main .content:after:focus,
  .single-course #main .content:after:focus {
    content: ""; }
  @media screen and (max-width: 1440px) {
    .page-template-page-right-slide-split #main .content:after,
    .page-template-page-left-slide-split #main .content:after,
    .page-template-page-reciprocal-clubs #main .content:after,
    .single-course #main .content:after {
      width: 40%;
      bottom: 2px; } }
  @media screen and (max-width: 1200px) {
    .page-template-page-right-slide-split #main .content:after,
    .page-template-page-left-slide-split #main .content:after,
    .page-template-page-reciprocal-clubs #main .content:after,
    .single-course #main .content:after {
      display: none; } }

.page-template-page-left-slide-split #main .content:after {
  left: auto;
  right: 0; }

/* Default Page */
.page-template-default #main .section .container .col h3, .page-template-default #main .section .container .col h4 {
  font-size: 22px;
  text-transform: none;
  margin: 0 0 30px; }

.page-template-default #main .section .container .col p {
  margin-bottom: 30px; }
  .page-template-default #main .section .container .col p:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 820px) {
    .page-template-default #main .section .container .col p {
      margin-bottom: 20px; } }

/* Members and News - Posts */
.news {
  float: left;
  overflow: hidden;
  width: 71.4%;
  /* News Slider */ }
  @media screen and (max-width: 820px) {
    .news {
      width: 100%;
      float: none; } }
  .news .news-slider {
    width: 100%;
    /*height: 530px;
		max-height: 530px;*/
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 50px;
    /* images are 1920 x 1150 */ }
    @media screen and (max-width: 1200px) {
      .news .news-slider {
        height: auto !important;
        max-height: auto !important; } }
    @media screen and (max-width: 820px) {
      .news .news-slider {
        margin-bottom: 0; } }
    .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item img {
      height: 550px;
      max-height: 550px;
      object-fit: cover; }
      @media screen and (max-width: 1200px) {
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item img {
          height: 400px;
          max-height: 400px; } }
      @media screen and (max-width: 820px) {
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item img {
          height: 250px;
          max-height: 250px; } }
    .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item > a {
      display: block;
      width: 67%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item > a {
          width: 100%;
          height: auto !important; } }
    .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption {
      background: #EBEBEB;
      opacity: 1;
      padding: 50px;
      text-align: left;
      width: 33%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      @media screen and (max-width: 1200px) {
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption {
          padding: 40px 5%;
          right: auto;
          bottom: 0;
          top: auto;
          width: 100%;
          height: auto;
          position: relative; } }
      @media screen and (max-width: 820px) {
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption {
          padding: 20px 5%; } }
      .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
        background: none;
        text-align: left;
        padding: 0; }
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content {
          color: #181E30;
          padding: 0; }
          .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content p {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 28px; }
            @media screen and (max-width: 1200px) {
              .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content p {
                font-size: 16px;
                line-height: 22px; } }
          .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content .read_more_link {
            display: none; }
          .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content .soliloquy-fc-read-more {
            background: #181E30;
            color: #ffffff;
            float: right;
            padding: 15px 25px;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s ease;
            opacity: 1;
            bottom: 50px;
            right: 40px;
            position: absolute; }
            .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content .soliloquy-fc-read-more:hover {
              transition: all 0.3s ease;
              opacity: 0.8; }
            @media screen and (max-width: 1200px) {
              .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content .soliloquy-fc-read-more {
                padding: 10px 15px;
                font-size: 14px;
                display: block;
                margin-top: 10px;
                bottom: 0;
                right: 0; } }
            @media screen and (max-width: 640px) {
              .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-content .soliloquy-fc-read-more {
                font-size: 12px;
                margin-top: 0;
                position: relative;
                height: auto; } }
        .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside h2 {
          font-size: 34px;
          line-height: 40px;
          font-weight: 400;
          margin: 0 0 30px; }
          @media screen and (max-width: 1440px) {
            .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside h2 {
              font-size: 30px;
              line-height: 36px;
              margin: 0 0 20px; } }
          @media screen and (max-width: 1200px) {
            .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside h2 {
              font-size: 26px;
              line-height: 30px;
              margin: 0 0 15px; } }
          @media screen and (max-width: 820px) {
            .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside h2 {
              font-size: 24px;
              line-height: 26px; } }
          .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider li.soliloquy-item .soliloquy-caption .soliloquy-caption-inside h2 a {
            color: #181E30;
            font-weight: 400;
            font-size: inherit;
            line-height: inherit; }
    @media screen and (max-width: 640px) {
      .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-caption,
      .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-controls-auto,
      .news .news-slider .soliloquy-outer-container .soliloquy-container .soliloquy-pager {
        display: block; } }
    .news .news-slider img {
      width: 100%;
      height: auto; }
  .news .posts,
  .news .archives-wrap {
    /* Category page */ }
    .news .posts h1,
    .news .archives-wrap h1 {
      margin-left: 50px; }
      @media screen and (max-width: 1024px) {
        .news .posts h1,
        .news .archives-wrap h1 {
          margin-left: 0px; } }
    @media screen and (max-width: 1024px) {
      .news .posts,
      .news .archives-wrap {
        padding-left: 50px; } }
    @media screen and (max-width: 820px) {
      .news .posts,
      .news .archives-wrap {
        padding: 40px 5% 0; } }
    .news .posts .post,
    .news .posts .archive-item,
    .news .archives-wrap .post,
    .news .archives-wrap .archive-item {
      /* width: 48%; */
      width: calc(33.33% - 50px);
      float: left;
      margin-left: 50px;
      margin-right: 0;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 1600px) {
        .news .posts .post,
        .news .posts .archive-item,
        .news .archives-wrap .post,
        .news .archives-wrap .archive-item {
          width: calc(50% - 50px); } }
      @media screen and (max-width: 1024px) {
        .news .posts .post,
        .news .posts .archive-item,
        .news .archives-wrap .post,
        .news .archives-wrap .archive-item {
          width: 100%;
          float: none;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 820px) {
        .news .posts .post,
        .news .posts .archive-item,
        .news .archives-wrap .post,
        .news .archives-wrap .archive-item {
          width: 48%;
          float: left;
          clear: none; }
          .news .posts .post:nth-of-type(2n+2),
          .news .posts .archive-item:nth-of-type(2n+2),
          .news .archives-wrap .post:nth-of-type(2n+2),
          .news .archives-wrap .archive-item:nth-of-type(2n+2) {
            margin-left: 4%; } }
      @media screen and (max-width: 640px) {
        .news .posts .post,
        .news .posts .archive-item,
        .news .archives-wrap .post,
        .news .archives-wrap .archive-item {
          width: 100%;
          float: none;
          margin-right: 0; }
          .news .posts .post:nth-of-type(2n+2),
          .news .posts .archive-item:nth-of-type(2n+2),
          .news .archives-wrap .post:nth-of-type(2n+2),
          .news .archives-wrap .archive-item:nth-of-type(2n+2) {
            margin-left: 0; } }
      .news .posts .post .date,
      .news .posts .archive-item .date,
      .news .archives-wrap .post .date,
      .news .archives-wrap .archive-item .date {
        position: absolute;
        right: 0;
        top: 0;
        background: #161A28;
        color: #ffffff;
        font-size: 13px;
        line-height: 25px;
        padding: 0 10px; }
      .news .posts .post img,
      .news .posts .archive-item img,
      .news .archives-wrap .post img,
      .news .archives-wrap .archive-item img {
        width: 100%;
        height: auto;
        height: 273px;
        object-fit: cover; }
        @media screen and (max-width: 1440px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 250px; } }
        @media screen and (max-width: 1200px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 200px; } }
        @media screen and (max-width: 640px) {
          .news .posts .post img,
          .news .posts .archive-item img,
          .news .archives-wrap .post img,
          .news .archives-wrap .archive-item img {
            height: 250px; } }
      .news .posts .post .post-content,
      .news .posts .post .archive-content,
      .news .posts .archive-item .post-content,
      .news .posts .archive-item .archive-content,
      .news .archives-wrap .post .post-content,
      .news .archives-wrap .post .archive-content,
      .news .archives-wrap .archive-item .post-content,
      .news .archives-wrap .archive-item .archive-content {
        background: #EBEBEB;
        padding: 40px;
        overflow: hidden;
        min-height: 350px; }
        @media screen and (max-width: 1440px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 380px; } }
        @media screen and (max-width: 1200px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 400px; } }
        @media screen and (max-width: 1024px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            padding: 30px;
            min-height: auto; } }
        @media screen and (max-width: 820px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: 280px; } }
        @media screen and (max-width: 640px) {
          .news .posts .post .post-content,
          .news .posts .post .archive-content,
          .news .posts .archive-item .post-content,
          .news .posts .archive-item .archive-content,
          .news .archives-wrap .post .post-content,
          .news .archives-wrap .post .archive-content,
          .news .archives-wrap .archive-item .post-content,
          .news .archives-wrap .archive-item .archive-content {
            min-height: auto; } }
        .news .posts .post .post-content h3,
        .news .posts .post .archive-content h3,
        .news .posts .archive-item .post-content h3,
        .news .posts .archive-item .archive-content h3,
        .news .archives-wrap .post .post-content h3,
        .news .archives-wrap .post .archive-content h3,
        .news .archives-wrap .archive-item .post-content h3,
        .news .archives-wrap .archive-item .archive-content h3 {
          font-family: "butlermedium", serif;
          font-weight: 400;
          font-size: 28px;
          line-height: 32px;
          text-transform: none;
          letter-spacing: 0px; }
          @media screen and (max-width: 1200px) {
            .news .posts .post .post-content h3,
            .news .posts .post .archive-content h3,
            .news .posts .archive-item .post-content h3,
            .news .posts .archive-item .archive-content h3,
            .news .archives-wrap .post .post-content h3,
            .news .archives-wrap .post .archive-content h3,
            .news .archives-wrap .archive-item .post-content h3,
            .news .archives-wrap .archive-item .archive-content h3 {
              font-size: 24px;
              line-height: 26px; } }
          .news .posts .post .post-content h3 a,
          .news .posts .post .archive-content h3 a,
          .news .posts .archive-item .post-content h3 a,
          .news .posts .archive-item .archive-content h3 a,
          .news .archives-wrap .post .post-content h3 a,
          .news .archives-wrap .post .archive-content h3 a,
          .news .archives-wrap .archive-item .post-content h3 a,
          .news .archives-wrap .archive-item .archive-content h3 a {
            color: #181E30;
            text-decoration: none; }
        .news .posts .post .post-content p,
        .news .posts .post .archive-content p,
        .news .posts .archive-item .post-content p,
        .news .posts .archive-item .archive-content p,
        .news .archives-wrap .post .post-content p,
        .news .archives-wrap .post .archive-content p,
        .news .archives-wrap .archive-item .post-content p,
        .news .archives-wrap .archive-item .archive-content p {
          margin-bottom: 20px; }
          .news .posts .post .post-content p .read_more_link,
          .news .posts .post .archive-content p .read_more_link,
          .news .posts .archive-item .post-content p .read_more_link,
          .news .posts .archive-item .archive-content p .read_more_link,
          .news .archives-wrap .post .post-content p .read_more_link,
          .news .archives-wrap .post .archive-content p .read_more_link,
          .news .archives-wrap .archive-item .post-content p .read_more_link,
          .news .archives-wrap .archive-item .archive-content p .read_more_link {
            display: none; }
        .news .posts .post .post-content p.read_more_link,
        .news .posts .post .archive-content p.read_more_link,
        .news .posts .archive-item .post-content p.read_more_link,
        .news .posts .archive-item .archive-content p.read_more_link,
        .news .archives-wrap .post .post-content p.read_more_link,
        .news .archives-wrap .post .archive-content p.read_more_link,
        .news .archives-wrap .archive-item .post-content p.read_more_link,
        .news .archives-wrap .archive-item .archive-content p.read_more_link {
          position: absolute;
          right: 40px;
          bottom: 40px;
          float: right;
          margin-bottom: 0;
          font-weight: 600; }
          @media screen and (max-width: 1024px) {
            .news .posts .post .post-content p.read_more_link,
            .news .posts .post .archive-content p.read_more_link,
            .news .posts .archive-item .post-content p.read_more_link,
            .news .posts .archive-item .archive-content p.read_more_link,
            .news .archives-wrap .post .post-content p.read_more_link,
            .news .archives-wrap .post .archive-content p.read_more_link,
            .news .archives-wrap .archive-item .post-content p.read_more_link,
            .news .archives-wrap .archive-item .archive-content p.read_more_link {
              right: 30px;
              bottom: 30px; } }
          .news .posts .post .post-content p.read_more_link .fa,
          .news .posts .post .archive-content p.read_more_link .fa,
          .news .posts .archive-item .post-content p.read_more_link .fa,
          .news .posts .archive-item .archive-content p.read_more_link .fa,
          .news .archives-wrap .post .post-content p.read_more_link .fa,
          .news .archives-wrap .post .archive-content p.read_more_link .fa,
          .news .archives-wrap .archive-item .post-content p.read_more_link .fa,
          .news .archives-wrap .archive-item .archive-content p.read_more_link .fa {
            font-size: 13px;
            padding-left: 5px; }
          .news .posts .post .post-content p.read_more_link a,
          .news .posts .post .archive-content p.read_more_link a,
          .news .posts .archive-item .post-content p.read_more_link a,
          .news .posts .archive-item .archive-content p.read_more_link a,
          .news .archives-wrap .post .post-content p.read_more_link a,
          .news .archives-wrap .post .archive-content p.read_more_link a,
          .news .archives-wrap .archive-item .post-content p.read_more_link a,
          .news .archives-wrap .archive-item .archive-content p.read_more_link a {
            text-decoration: none; }
            .news .posts .post .post-content p.read_more_link a:hover,
            .news .posts .post .archive-content p.read_more_link a:hover,
            .news .posts .archive-item .post-content p.read_more_link a:hover,
            .news .posts .archive-item .archive-content p.read_more_link a:hover,
            .news .archives-wrap .post .post-content p.read_more_link a:hover,
            .news .archives-wrap .post .archive-content p.read_more_link a:hover,
            .news .archives-wrap .archive-item .post-content p.read_more_link a:hover,
            .news .archives-wrap .archive-item .archive-content p.read_more_link a:hover {
              text-decoration: underline; }
          .news .posts .post .post-content p.read_more_link:hover a,
          .news .posts .post .archive-content p.read_more_link:hover a,
          .news .posts .archive-item .post-content p.read_more_link:hover a,
          .news .posts .archive-item .archive-content p.read_more_link:hover a,
          .news .archives-wrap .post .post-content p.read_more_link:hover a,
          .news .archives-wrap .post .archive-content p.read_more_link:hover a,
          .news .archives-wrap .archive-item .post-content p.read_more_link:hover a,
          .news .archives-wrap .archive-item .archive-content p.read_more_link:hover a {
            text-decoration: underline; }
      .news .posts .post:nth-of-type(3n+3),
      .news .posts .archive-item:nth-of-type(3n+3),
      .news .archives-wrap .post:nth-of-type(3n+3),
      .news .archives-wrap .archive-item:nth-of-type(3n+3) {
        float: right;
        clear: none; }
        @media screen and (max-width: 1024px) {
          .news .posts .post:nth-of-type(3n+3),
          .news .posts .archive-item:nth-of-type(3n+3),
          .news .archives-wrap .post:nth-of-type(3n+3),
          .news .archives-wrap .archive-item:nth-of-type(3n+3) {
            float: left;
            clear: none; } }
        @media screen and (max-width: 640px) {
          .news .posts .post:nth-of-type(3n+3),
          .news .posts .archive-item:nth-of-type(3n+3),
          .news .archives-wrap .post:nth-of-type(3n+3),
          .news .archives-wrap .archive-item:nth-of-type(3n+3) {
            float: none; } }
  .news .archives-wrap {
    padding-top: 50px;
    overflow: hidden; }
    @media screen and (max-width: 820px) {
      .news .archives-wrap {
        padding-top: 40px; } }
  .news .post-nav {
    width: 100% !important;
    margin: 0 auto 50px !important;
    clear: both !important;
    float: none !important;
    text-align: center;
    padding: 0 0 0 50px; }
    @media screen and (max-width: 1024px) {
      .news .post-nav {
        margin-bottom: 40px;
        padding: 0; } }
    @media screen and (max-width: 820px) {
      .news .post-nav {
        margin-bottom: 0; } }
    .news .post-nav .pagination {
      overflow: hidden;
      width: 100%; }
      .news .post-nav .pagination a:hover {
        text-decoration: none; }
      .news .post-nav .pagination .previouspostslink {
        float: left; }
      .news .post-nav .pagination .nextpostslink {
        float: right; }
    .news .post-nav a {
      color: #181E30;
      text-transform: uppercase; }
  .news .categories {
    margin-top: 40px; }
    .news .categories a {
      color: #181E30; }
      .news .categories a:hover {
        text-decoration: none; }
  .news ul li a {
    color: #181E30; }

/* Members and News - Sidebar */
#sidebar {
  float: right;
  width: 28.6%;
  padding: 50px;
  /* Weather */ }
  @media screen and (max-width: 820px) {
    #sidebar {
      width: 100%;
      padding: 40px 5% 0;
      float: none;
      margin-bottom: 40px; } }
  #sidebar #members-btn {
    display: none;
    background: #181E30;
    color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 16px 0 17px;
    transition: all 0.3s ease; }
    #sidebar #members-btn:hover {
      transition: all 0.3s ease;
      cursor: pointer; }
    @media screen and (max-width: 820px) {
      #sidebar #members-btn {
        display: block; } }
  #sidebar .sidebar-content {
    display: block; }
    @media screen and (max-width: 820px) {
      #sidebar .sidebar-content {
        display: none;
        padding-top: 0px; } }
    #sidebar .sidebar-content.show {
      display: block; }
  #sidebar h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      #sidebar h2 {
        font-size: 25px;
        line-height: 27px; } }
  #sidebar .posts {
    margin: 0 0 40px;
    padding: 0; }
    #sidebar .posts li {
      list-style: none;
      font-size: 20px;
      line-height: 28px;
      border-bottom: 1px solid #CCCCCC; }
      @media screen and (max-width: 1024px) {
        #sidebar .posts li {
          font-size: 18px;
          line-height: 24px; } }
      #sidebar .posts li:hover a {
        padding-left: 20px;
        transition: all 0.3s ease; }
      #sidebar .posts li a {
        display: block;
        text-decoration: none;
        color: #181E30;
        transition: all 0.3s ease;
        padding-left: 0;
        padding: 14px 0; }
        @media screen and (max-width: 1024px) {
          #sidebar .posts li a {
            padding: 12px 0; } }
  #sidebar .btns {
    padding-top: 10px;
    overflow: hidden; }
    #sidebar .btns .btn-members {
      display: block;
      background: #181E30;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding: 11px 0 14px;
      letter-spacing: 0.5px;
      transition: all 0.3s ease; }
      #sidebar .btns .btn-members:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        #sidebar .btns .btn-members {
          font-size: 16px;
          padding: 11px 0 13px; } }
      #sidebar .btns .btn-members:hover {
        transition: all 0.3s ease;
        background: #F0D8C2;
        color: #181E30; }
  #sidebar #weatherFeed p {
    margin-bottom: 0; }
  #sidebar #weatherFeed .weatherCt {
    width: 25%;
    float: left;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      #sidebar #weatherFeed .weatherCt {
        width: 50%;
        padding: 5%; } }
    @media screen and (max-width: 820px) {
      #sidebar #weatherFeed .weatherCt {
        width: 25%;
        padding: 0; } }
    #sidebar #weatherFeed .weatherCt:nth-of-type(5n+5), #sidebar #weatherFeed .weatherCt:nth-of-type(6n+6) {
      display: none; }
    #sidebar #weatherFeed .weatherCt img {
      width: 62px;
      height: auto; }
    #sidebar #weatherFeed .weatherCt .weatherDay {
      display: block;
      font-size: 14px;
      line-height: 14px;
      font-weight: 600;
      margin: 5px 0; }
    #sidebar #weatherFeed .weatherCt .weatherTempR {
      font-size: 12px;
      line-height: 12px;
      font-weight: 400; }
  #sidebar .events .eo-events {
    margin: 0;
    padding: 10px 0 0 0; }
    #sidebar .events .eo-events li {
      list-style: none;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        #sidebar .events .eo-events li {
          margin-bottom: 20px; } }
      @media screen and (max-width: 640px) {
        #sidebar .events .eo-events li {
          margin-bottom: 10px; } }
      #sidebar .events .eo-events li:last-of-type {
        margin-bottom: 0; }
      #sidebar .events .eo-events li .event-single {
        font-size: 20px; }
        @media screen and (max-width: 1024px) {
          #sidebar .events .eo-events li .event-single {
            font-size: 18px;
            line-height: 24px; } }
        #sidebar .events .eo-events li .event-single h3 {
          font-size: 22px;
          font-weight: 600;
          text-transform: none;
          margin-bottom: 10px; }
          @media screen and (max-width: 1024px) {
            #sidebar .events .eo-events li .event-single h3 {
              font-size: 20px; } }
          #sidebar .events .eo-events li .event-single h3 a {
            text-decoration: none;
            color: #181E30; }
        #sidebar .events .eo-events li .event-single .description p {
          margin-bottom: 0; }
  #sidebar .col {
    overflow: hidden;
    margin-bottom: 50px; }
    @media screen and (max-width: 820px) {
      #sidebar .col {
        margin-bottom: 40px; } }
    #sidebar .col.news-cats .posts {
      margin-bottom: 0; }
    #sidebar .col.recent-posts {
      margin-bottom: 0; }
      #sidebar .col.recent-posts ul {
        margin-bottom: 0; }
    #sidebar .col.copy ul {
      padding: 0 0 0 25px; }
      #sidebar .col.copy ul li {
        margin: 0 0 15px;
        line-height: 24px; }
        #sidebar .col.copy ul li a {
          color: #181E30; }

/* Single Posts and Events */
.single,
.single-event {
  /* Single Course Page */ }
  .single .section .container,
  .single-event .section .container {
    width: 100%;
    padding: 0; }
    .single .section .container .news,
    .single-event .section .container .news {
      padding: 50px; }
      @media screen and (max-width: 820px) {
        .single .section .container .news,
        .single-event .section .container .news {
          padding: 40px 5%; } }
      .single .section .container .news .event .entry-content hr,
      .single-event .section .container .news .event .entry-content hr {
        display: none; }
      .single .section .container .news .event .entry-content .eventorganiser-event-meta h2,
      .single-event .section .container .news .event .entry-content .eventorganiser-event-meta h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 10px;
        font-family: "Assistant", sans-serif;
        padding-top: 0; }
        @media screen and (max-width: 1024px) {
          .single .section .container .news .event .entry-content .eventorganiser-event-meta h2,
          .single-event .section .container .news .event .entry-content .eventorganiser-event-meta h2 {
            font-size: 20px; } }
        .single .section .container .news .event .entry-content .eventorganiser-event-meta h2 a,
        .single-event .section .container .news .event .entry-content .eventorganiser-event-meta h2 a {
          text-decoration: none;
          color: #181E30; }
      .single .section .container .news .event .entry-content h3,
      .single-event .section .container .news .event .entry-content h3 {
        font-size: 22px;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 10px; }
        @media screen and (max-width: 1024px) {
          .single .section .container .news .event .entry-content h3,
          .single-event .section .container .news .event .entry-content h3 {
            font-size: 20px; } }
        .single .section .container .news .event .entry-content h3 a,
        .single-event .section .container .news .event .entry-content h3 a {
          text-decoration: none;
          color: #181E30; }
      .single .section .container .news .event .entry-content ul li a,
      .single-event .section .container .news .event .entry-content ul li a {
        color: #181E30; }
    @media screen and (max-width: 820px) {
      .single .section .container #sidebar,
      .single-event .section .container #sidebar {
        padding: 0 5%; } }
    .single .section .container #sidebar .col:last-of-type,
    .single-event .section .container #sidebar .col:last-of-type {
      margin-bottom: 0; }
      .single .section .container #sidebar .col:last-of-type ul,
      .single-event .section .container #sidebar .col:last-of-type ul {
        margin-bottom: 0; }
  .single.single-course #main,
  .single-event.single-course #main {
    display: flex; }
    @media screen and (max-width: 1200px) {
      .single.single-course #main,
      .single-event.single-course #main {
        display: block; } }
    .single.single-course #main .content,
    .single-event.single-course #main .content {
      padding: 50px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .single.single-course #main .content,
        .single-event.single-course #main .content {
          padding: 40px 5%;
          display: flex; } }
      @media screen and (max-width: 820px) {
        .single.single-course #main .content,
        .single-event.single-course #main .content {
          display: block; } }
      .single.single-course #main .content h2,
      .single-event.single-course #main .content h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .single.single-course #main .content .overview,
      .single-event.single-course #main .content .overview {
        position: absolute;
        font-size: 14px;
        right: 0;
        top: 8px;
        color: #181E30; }
        .single.single-course #main .content .overview:hover,
        .single-event.single-course #main .content .overview:hover {
          text-decoration: none; }
      .single.single-course #main .content .hole-nav #holes,
      .single.single-course #main .content .hole-content #holes,
      .single-event.single-course #main .content .hole-nav #holes,
      .single-event.single-course #main .content .hole-content #holes {
        background: #EBEBEB;
        overflow: hidden;
        margin: 0;
        padding: 0; }
        .single.single-course #main .content .hole-nav #holes li,
        .single.single-course #main .content .hole-content #holes li,
        .single-event.single-course #main .content .hole-nav #holes li,
        .single-event.single-course #main .content .hole-content #holes li {
          list-style: none;
          float: left;
          width: 10%;
          text-align: center;
          font-size: 17px; }
          @media screen and (max-width: 480px) {
            .single.single-course #main .content .hole-nav #holes li,
            .single.single-course #main .content .hole-content #holes li,
            .single-event.single-course #main .content .hole-nav #holes li,
            .single-event.single-course #main .content .hole-content #holes li {
              width: 16.66%; } }
          @media screen and (max-width: 480px) {
            .single.single-course #main .content .hole-nav #holes li.prev, .single.single-course #main .content .hole-nav #holes li.next,
            .single.single-course #main .content .hole-content #holes li.prev,
            .single.single-course #main .content .hole-content #holes li.next,
            .single-event.single-course #main .content .hole-nav #holes li.prev,
            .single-event.single-course #main .content .hole-nav #holes li.next,
            .single-event.single-course #main .content .hole-content #holes li.prev,
            .single-event.single-course #main .content .hole-content #holes li.next {
              display: none; } }
          .single.single-course #main .content .hole-nav #holes li.current, .single.single-course #main .content .hole-nav #holes li:hover,
          .single.single-course #main .content .hole-content #holes li.current,
          .single.single-course #main .content .hole-content #holes li:hover,
          .single-event.single-course #main .content .hole-nav #holes li.current,
          .single-event.single-course #main .content .hole-nav #holes li:hover,
          .single-event.single-course #main .content .hole-content #holes li.current,
          .single-event.single-course #main .content .hole-content #holes li:hover {
            background: #181E30;
            color: #ffffff; }
            .single.single-course #main .content .hole-nav #holes li.current a, .single.single-course #main .content .hole-nav #holes li:hover a,
            .single.single-course #main .content .hole-content #holes li.current a,
            .single.single-course #main .content .hole-content #holes li:hover a,
            .single-event.single-course #main .content .hole-nav #holes li.current a,
            .single-event.single-course #main .content .hole-nav #holes li:hover a,
            .single-event.single-course #main .content .hole-content #holes li.current a,
            .single-event.single-course #main .content .hole-content #holes li:hover a {
              color: #ffffff; }
          .single.single-course #main .content .hole-nav #holes li a,
          .single.single-course #main .content .hole-content #holes li a,
          .single-event.single-course #main .content .hole-nav #holes li a,
          .single-event.single-course #main .content .hole-content #holes li a {
            color: #181E30;
            text-decoration: none;
            display: block;
            padding: 2px;
            font-weight: 600; }
            @media screen and (max-width: 480px) {
              .single.single-course #main .content .hole-nav #holes li a,
              .single.single-course #main .content .hole-content #holes li a,
              .single-event.single-course #main .content .hole-nav #holes li a,
              .single-event.single-course #main .content .hole-content #holes li a {
                padding: 5px; } }
      .single.single-course #main .content .hole-nav .grey-box,
      .single.single-course #main .content .hole-content .grey-box,
      .single-event.single-course #main .content .hole-nav .grey-box,
      .single-event.single-course #main .content .hole-content .grey-box {
        background: #EBEBEB;
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px; }
      .single.single-course #main .content .hole-nav .course-stats,
      .single.single-course #main .content .hole-content .course-stats,
      .single-event.single-course #main .content .hole-nav .course-stats,
      .single-event.single-course #main .content .hole-content .course-stats {
        background: #EBEBEB;
        width: 100%; }
        .single.single-course #main .content .hole-nav .course-stats tr td,
        .single.single-course #main .content .hole-content .course-stats tr td,
        .single-event.single-course #main .content .hole-nav .course-stats tr td,
        .single-event.single-course #main .content .hole-content .course-stats tr td {
          width: 20%;
          padding: 5px 0 5px 15px;
          font-size: 15px;
          vertical-align: top; }
          @media screen and (max-width: 1600px) {
            .single.single-course #main .content .hole-nav .course-stats tr td,
            .single.single-course #main .content .hole-content .course-stats tr td,
            .single-event.single-course #main .content .hole-nav .course-stats tr td,
            .single-event.single-course #main .content .hole-content .course-stats tr td {
              padding: 5px 0; } }
          @media screen and (max-width: 1200px) {
            .single.single-course #main .content .hole-nav .course-stats tr td,
            .single.single-course #main .content .hole-content .course-stats tr td,
            .single-event.single-course #main .content .hole-nav .course-stats tr td,
            .single-event.single-course #main .content .hole-content .course-stats tr td {
              padding: 5px 10px; } }
          @media screen and (max-width: 820px) {
            .single.single-course #main .content .hole-nav .course-stats tr td,
            .single.single-course #main .content .hole-content .course-stats tr td,
            .single-event.single-course #main .content .hole-nav .course-stats tr td,
            .single-event.single-course #main .content .hole-content .course-stats tr td {
              padding: 5px 20px; } }
          @media screen and (max-width: 480px) {
            .single.single-course #main .content .hole-nav .course-stats tr td,
            .single.single-course #main .content .hole-content .course-stats tr td,
            .single-event.single-course #main .content .hole-nav .course-stats tr td,
            .single-event.single-course #main .content .hole-content .course-stats tr td {
              padding: 0 10px; } }
          .single.single-course #main .content .hole-nav .course-stats tr td strong,
          .single.single-course #main .content .hole-content .course-stats tr td strong,
          .single-event.single-course #main .content .hole-nav .course-stats tr td strong,
          .single-event.single-course #main .content .hole-content .course-stats tr td strong {
            font-weight: 600;
            display: block;
            padding-left: 20px;
            position: relative;
            line-height: 20px; }
            @media screen and (max-width: 1600px) {
              .single.single-course #main .content .hole-nav .course-stats tr td strong,
              .single.single-course #main .content .hole-content .course-stats tr td strong,
              .single-event.single-course #main .content .hole-nav .course-stats tr td strong,
              .single-event.single-course #main .content .hole-content .course-stats tr td strong {
                padding-left: 0;
                text-align: center;
                line-height: 16px;
                padding: 5px 0; } }
            @media screen and (max-width: 480px) {
              .single.single-course #main .content .hole-nav .course-stats tr td strong,
              .single.single-course #main .content .hole-content .course-stats tr td strong,
              .single-event.single-course #main .content .hole-nav .course-stats tr td strong,
              .single-event.single-course #main .content .hole-content .course-stats tr td strong {
                padding-left: 0;
                text-align: center;
                line-height: 16px;
                padding: 5px 0; } }
            .single.single-course #main .content .hole-nav .course-stats tr td strong:before,
            .single.single-course #main .content .hole-content .course-stats tr td strong:before,
            .single-event.single-course #main .content .hole-nav .course-stats tr td strong:before,
            .single-event.single-course #main .content .hole-content .course-stats tr td strong:before {
              content: "";
              height: 12px;
              width: 12px;
              border-radius: 12px;
              background: #ffffff;
              border: 1px solid #181E30;
              display: block;
              position: absolute;
              right: 0;
              left: 0;
              top: 4px; }
              @media screen and (max-width: 1600px) {
                .single.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single.single-course #main .content .hole-content .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-content .course-stats tr td strong:before {
                  position: relative;
                  top: auto;
                  margin: 0 auto 5px; } }
              @media screen and (max-width: 960px) {
                .single.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single.single-course #main .content .hole-content .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-content .course-stats tr td strong:before {
                  position: relative;
                  top: auto;
                  margin: 0 auto 5px; } }
              @media screen and (max-width: 480px) {
                .single.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single.single-course #main .content .hole-content .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-nav .course-stats tr td strong:before,
                .single-event.single-course #main .content .hole-content .course-stats tr td strong:before {
                  position: relative;
                  top: auto;
                  margin: 0 auto 5px; } }
          .single.single-course #main .content .hole-nav .course-stats tr td.yellow strong:before,
          .single.single-course #main .content .hole-content .course-stats tr td.yellow strong:before,
          .single-event.single-course #main .content .hole-nav .course-stats tr td.yellow strong:before,
          .single-event.single-course #main .content .hole-content .course-stats tr td.yellow strong:before {
            background: #eecd4a; }
          .single.single-course #main .content .hole-nav .course-stats tr td.green strong:before,
          .single.single-course #main .content .hole-content .course-stats tr td.green strong:before,
          .single-event.single-course #main .content .hole-nav .course-stats tr td.green strong:before,
          .single-event.single-course #main .content .hole-content .course-stats tr td.green strong:before {
            background: #179517; }
          .single.single-course #main .content .hole-nav .course-stats tr td.red strong:before,
          .single.single-course #main .content .hole-content .course-stats tr td.red strong:before,
          .single-event.single-course #main .content .hole-nav .course-stats tr td.red strong:before,
          .single-event.single-course #main .content .hole-content .course-stats tr td.red strong:before {
            background: #D50000; }
          .single.single-course #main .content .hole-nav .course-stats tr td.blue strong:before,
          .single.single-course #main .content .hole-content .course-stats tr td.blue strong:before,
          .single-event.single-course #main .content .hole-nav .course-stats tr td.blue strong:before,
          .single-event.single-course #main .content .hole-content .course-stats tr td.blue strong:before {
            background: #007caa; }
          .single.single-course #main .content .hole-nav .course-stats tr td.white strong:before,
          .single.single-course #main .content .hole-content .course-stats tr td.white strong:before,
          .single-event.single-course #main .content .hole-nav .course-stats tr td.white strong:before,
          .single-event.single-course #main .content .hole-content .course-stats tr td.white strong:before {
            background: #ffffff; }
      .single.single-course #main .content .hole-info,
      .single-event.single-course #main .content .hole-info {
        position: relative; }
        @media screen and (max-width: 1200px) {
          .single.single-course #main .content .hole-info,
          .single-event.single-course #main .content .hole-info {
            width: 48%; } }
        @media screen and (max-width: 820px) {
          .single.single-course #main .content .hole-info,
          .single-event.single-course #main .content .hole-info {
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        .single.single-course #main .content .hole-description,
        .single-event.single-course #main .content .hole-description {
          width: 48%;
          margin-left: 4%;
          padding-top: 54px; } }
      @media screen and (max-width: 820px) {
        .single.single-course #main .content .hole-description,
        .single-event.single-course #main .content .hole-description {
          width: 100%;
          margin-left: 0;
          padding-top: 0; } }

/* Post Related Pages */
@media screen and (max-width: 820px) {
  .archive #sidebar,
  .single #sidebar,
  .single-event #sidebar {
    padding: 0 5%; } }

@media screen and (max-width: 820px) {
  .archive #sidebar .sidebar-content .news-cats,
  .single #sidebar .sidebar-content .news-cats,
  .single-event #sidebar .sidebar-content .news-cats {
    margin-top: 20px; } }

@media screen and (max-width: 820px) {
  .single-event #sidebar .sidebar-content .news-cats {
    margin-top: 20px; } }

/* Galleries */
.gallery-item {
  margin-bottom: 20px;
  margin-top: 0 !important;
  width: 23% !important;
  margin-right: 2%; }
  .gallery-item:nth-of-type(4n+4) {
    margin-right: 0; }
  .gallery-item img {
    border: 0 !important;
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .gallery-item img {
        margin-bottom: 20px; } }
    @media screen and (max-width: 820px) {
      .gallery-item img {
        margin-bottom: 10px; } }
  .gallery-item .gallery-icon a {
    display: block; }

.gallery-columns-4 .gallery-item {
  width: 23% !important;
  margin-right: 2%; }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0; }
  @media screen and (max-width: 820px) {
    .gallery-columns-4 .gallery-item {
      width: 48% !important;
      margin-right: 4%; }
      .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        margin-right: 0; }
      .gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
        margin-right: 0 !important; } }

/* Forms */
.gform_wrapper {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 30px 0 0 !important;
  padding: 0 !important; }
  @media screen and (max-width: 1200px) {
    .gform_wrapper {
      margin-top: 30px !important; } }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0px;
    list-style: none; }
    @media screen and (max-width: 640px) {
      .gform_wrapper form .gform_body ul.gform_fields li.gfield {
        padding-right: 0; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.left {
      clear: none;
      width: calc(50% - 5px); }
      @media screen and (max-width: 820px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.left {
          width: 100%; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.right {
      clear: none;
      width: calc(50% - 5px);
      float: right; }
      @media screen and (max-width: 820px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.right {
          width: 100%; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_container {
      margin-top: 0 !important; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
      margin: 0 0 5px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
      border: 2px solid #CCCCCC;
      width: 100%;
      height: 44px !important;
      padding: 5px 10px !important;
      color: #606060; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
      border: 2px solid #CCCCCC;
      width: 100%;
      height: 44px !important;
      padding: 5px 10px !important;
      color: #606060; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
      border: 2px solid #CCCCCC;
      width: 100%;
      padding: 5px 10px;
      color: #606060;
      height: 100px; }
  .gform_wrapper form .gform_footer {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 820px) {
      .gform_wrapper form .gform_footer {
        padding: 0; } }
    .gform_wrapper form .gform_footer input[type=submit],
    .gform_wrapper form .gform_footer input[type=button] {
      background: #181E30;
      color: #ffffff;
      font-family: "Assistant", sans-serif;
      font-size: 15px;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-transform: none;
      text-align: center;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 15px 30px;
      opacity: 1;
      margin-bottom: 0px !important;
      border: 0;
      opacity: 1;
      float: right;
      margin-right: 0; }
      @media screen and (max-width: 820px) {
        .gform_wrapper form .gform_footer input[type=submit],
        .gform_wrapper form .gform_footer input[type=button] {
          margin: 10px auto 10px; } }
      .gform_wrapper form .gform_footer input[type=submit]:hover,
      .gform_wrapper form .gform_footer input[type=button]:hover {
        transition: all 0.3s ease;
        cursor: pointer;
        opacity: 0.8;
        background: #181E30;
        color: #ffffff; }
  .gform_wrapper.no-labels_wrapper form .gform_body ul.gform_fields li label.gfield_label {
    display: none !important; }

.page-id-16982 .content {
  overflow: hidden; }
  .page-id-16982 .content #gform_wrapper_5 {
    float: left;
    width: 50%;
    clear: none; }
    .page-id-16982 .content #gform_wrapper_5 a {
      color: #181E30; }
    @media screen and (max-width: 820px) {
      .page-id-16982 .content #gform_wrapper_5 {
        width: 100%;
        float: none; } }
  .page-id-16982 .content .alignright.size-full {
    width: 40%;
    height: auto;
    float: right; }
    @media screen and (max-width: 820px) {
      .page-id-16982 .content .alignright.size-full {
        display: none; } }

.page-template-default #main .content {
  overflow: hidden; }
  .page-template-default #main .content ul, .page-template-default #main .content ol {
    padding: 0 0 0 20px;
    margin: 0 0 30px; }
    .page-template-default #main .content ul li, .page-template-default #main .content ol li {
      margin-bottom: 10px; }
      .page-template-default #main .content ul li a, .page-template-default #main .content ol li a {
        color: #181E30; }
  .page-template-default #main .content ol li {
    padding-left: 10px; }
  .page-template-default #main .content table tr td {
    padding: 10px 40px 5px 0px;
    line-height: 20px;
    vertical-align: top; }
    @media screen and (max-width: 640px) {
      .page-template-default #main .content table tr td {
        padding-right: 10px; } }
  .page-template-default #main .content .alignright {
    margin: 0 0 50px 50px; }
  .page-template-default #main .content .alignright.size-large {
    width: 30%;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .page-template-default #main .content .alignright.size-large {
        width: 50%;
        height: auto;
        margin: 0 0 20px 20px; } }
    @media screen and (max-width: 820px) {
      .page-template-default #main .content .alignright.size-large {
        width: 100%; } }

/* Scss Document */
.page-template-prodGen {
  /* Product Styles */
  /* Font Overrides etc - coz roboto is everywhere */
  /* Bookings Page */
  /* Holding text */
  /* Event and Golf Bookings */
  /* Event Nav */
  /* Edit Days Link */
  /* Bookings - Event List */
  /* Login Form */
  /* Change Password . */
  /* My Information */
  /* Golf Bookings */
  /* Playing Partners */
  /* Members Directory */
  /* MiStats */
  /* Accounts */ }
  .page-template-prodGen html,
  .page-template-prodGen body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Assistant", sans-serif;
    color: #181E30;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen html,
      .page-template-prodGen body {
        font-size: 16px;
        line-height: 26px; } }
  .page-template-prodGen #footer-container {
    font-family: "Assistant", sans-serif; }
  .page-template-prodGen #eventListForm, .page-template-prodGen .ui-widget input, .page-template-prodGen .ui-widget {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    line-height: 26px; }
  .page-template-prodGen .eventHeader {
    font-family: "butlermedium", serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 48px;
    margin: 0 0 40px;
    padding-top: 3px;
    text-transform: none; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen .eventHeader {
        font-size: 30px !important;
        line-height: 38px;
        margin: 0 0 20px; } }
  .page-template-prodGen #ts-header .nav-top .nav-title {
    margin-bottom: 0; }
    .page-template-prodGen #ts-header .nav-top .nav-title h2 {
      font-family: "butlermedium", serif !important;
      font-size: 40px !important;
      font-weight: 400 !important;
      line-height: 48px;
      margin: 0 0 40px;
      padding-top: 3px;
      text-transform: none; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen #ts-header .nav-top .nav-title h2 {
          font-size: 30px !important;
          line-height: 38px;
          margin: 0 0 20px; } }
    .page-template-prodGen #ts-header .nav-top .nav-title .top-nav .btn {
      background: #F0D8C2 !important;
      color: #181E30 !important;
      font-family: "Assistant", sans-serif;
      border-radius: 0px;
      font-size: 15px;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-transform: none;
      text-align: center;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 12px 20px;
      opacity: 1;
      margin-bottom: 10px;
      border: 0;
      transition: all 0.3s ease; }
      .page-template-prodGen #ts-header .nav-top .nav-title .top-nav .btn .glyphicons-reg {
        font-weight: 400; }
    .page-template-prodGen #ts-header .nav-top .nav-title .font-btns .glyphicon,
    .page-template-prodGen #ts-header .nav-top .nav-title .font-btns .npFont {
      color: #181E30; }
  .page-template-prodGen #ts-header .form-group {
    font-family: "Assistant", sans-serif; }
    .page-template-prodGen #ts-header .form-group label, .page-template-prodGen #ts-header .form-group span, .page-template-prodGen #ts-header .form-group strong {
      font-family: "Assistant", sans-serif; }
  .page-template-prodGen #ts-header .nav-date {
    font-family: "Assistant", sans-serif;
    font-size: 16px; }
  .page-template-prodGen #main.members .container {
    width: 75%; }
    @media screen and (max-width: 1600px) {
      .page-template-prodGen #main.members .container {
        width: 90%; } }
  .page-template-prodGen .searchTxt {
    font-weight: 600; }
  @media screen and (max-width: 640px) {
    .page-template-prodGen #systemTimeId {
      margin: 0 0 10px; } }
  @media screen and (max-width: 820px) {
    .page-template-prodGen .event-nav {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .page-template-prodGen .event-nav {
      background: #F0D8C2;
      width: 100%;
      text-align: left; } }
  .page-template-prodGen .event-nav .ui-button.ui-widget {
    background: #F0D8C2;
    color: #181E30;
    font-family: "Assistant", sans-serif;
    border-radius: 0px;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 20px;
    opacity: 1;
    margin-bottom: 10px;
    border: 0;
    transition: all 0.3s ease; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-nav .ui-button.ui-widget {
        border-radius: 0;
        margin: 0 auto;
        width: 50%; } }
    .page-template-prodGen .event-nav .ui-button.ui-widget.ui-state-active, .page-template-prodGen .event-nav .ui-button.ui-widget:hover {
      color: #ffffff;
      background: #181E30;
      border: none;
      transition: all 0.3s ease; }
    .page-template-prodGen .event-nav .ui-button.ui-widget:hover {
      cursor: pointer; }
  .page-template-prodGen .event-nav .ui-buttonset {
    margin-right: 0; }
  .page-template-prodGen .event-nav .ui-selectonebutton {
    padding: 0; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-nav .ui-selectonebutton {
        width: 100%; } }
  .page-template-prodGen .event-editdays {
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px; }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .event-editdays {
        left: auto;
        top: auto;
        display: block; } }
    .page-template-prodGen .event-editdays a {
      background: #CCCCCC;
      color: #181E30;
      border-radius: 0;
      transition: all 0.3s ease;
      margin: 0 0 0 10px;
      font-size: 15px;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-transform: none;
      text-align: center;
      font-weight: 600;
      padding: 12px 20px; }
      @media screen and (max-width: 640px) {
        .page-template-prodGen .event-editdays a {
          margin: 0 auto;
          display: block; } }
    .page-template-prodGen .event-editdays:hover a {
      background: #181E30;
      color: #ffffff;
      transition: all 0.3s ease; }
  .page-template-prodGen .eventList {
    /* Date picker - I think */
    /* Checkbox Labels */ }
    @media screen and (max-width: 1200px) {
      .page-template-prodGen .eventList {
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList {
        margin: 10px auto; } }
    @media screen and (max-width: 1440px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 45%; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 45%; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-3 {
        width: 100%; } }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-inputfield.hasDatepicker {
      padding: 10px;
      font-size: 14px;
      letter-spacing: 0;
      display: block;
      float: left;
      margin: 0 auto; }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
      padding: 7px 20px 8px;
      display: block;
      float: left;
      border: 1px solid #ccc;
      margin: 0 10px; }
      @media screen and (max-width: 1440px) {
        .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-button-icon-only {
          padding: 7px 10px 8px;
          margin: 0 5px; } }
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-outputlabel.ui-widget,
    .page-template-prodGen .eventList .ui-grid-col-3 .ui-panelgrid.display-options tbody tr td.ui-panelgrid-cell .ui-selectonelistbox.ui-inputfield {
      font-size: 14px; }
    @media screen and (max-width: 1440px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 400px;
        float: right; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 55%; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-9 {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 640px) {
      .page-template-prodGen .eventList .ui-grid-col-9 div {
        float: left !important; } }
    .page-template-prodGen .eventList .ui-grid-col-9 .menuItem {
      font-size: 13px !important; }
  .page-template-prodGen.login-page #banner {
    display: none; }
  .page-template-prodGen.login-page #main {
    background: url(/cms/wp-content/themes/custom/assets/images/bg-login.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0px; }
    @media screen and (max-width: 820px) {
      .page-template-prodGen.login-page #main {
        padding-top: 0px; } }
    .page-template-prodGen.login-page #main .section .container {
      padding: 0;
      margin: 100px auto;
      position: relative; }
      .page-template-prodGen.login-page #main .section .container p {
        font-family: "Assistant", sans-serif; }
      @media screen and (max-width: 1200px) {
        .page-template-prodGen.login-page #main .section .container {
          margin: 80px auto; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen.login-page #main .section .container {
          margin: 40px auto; } }
      .page-template-prodGen.login-page #main .section .container .header {
        float: left;
        width: 50%;
        background: #ffffff;
        padding: 100px 0 0 60px; }
        @media screen and (max-width: 1200px) {
          .page-template-prodGen.login-page #main .section .container .header {
            padding: 80px 5% 0; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen.login-page #main .section .container .header {
            background: transparent;
            position: relative;
            top: auto;
            z-index: 99;
            width: 100%;
            padding: 0;
            float: none;
            text-align: center; } }
        .page-template-prodGen.login-page #main .section .container .header h1 {
          font-family: "butlermedium", serif !important;
          font-size: 40px;
          font-weight: 400;
          line-height: 48px;
          margin: 0 0 40px;
          padding-top: 3px; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen.login-page #main .section .container .header h1 {
              color: #ffffff;
              margin: 0;
              padding: 40px 0 20px;
              background: rgba(24, 30, 40, 0.9); } }
      .page-template-prodGen.login-page #main .section .container .login {
        overflow: hidden;
        float: left; }
        .page-template-prodGen.login-page #main .section .container .login .left {
          float: right;
          width: 50%;
          background: rgba(24, 30, 40, 0.9);
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          padding: 180px 60px;
          font-size: 18px;
          line-height: 28px;
          font-family: "Assistant", sans-serif;
          color: #181E30; }
          @media screen and (max-width: 1200px) {
            .page-template-prodGen.login-page #main .section .container .login .left {
              padding: 180px 5%; } }
          @media screen and (max-width: 820px) {
            .page-template-prodGen.login-page #main .section .container .login .left {
              width: 100%;
              float: none;
              position: relative;
              padding: 20px 40px 40px; } }
          .page-template-prodGen.login-page #main .section .container .login .left form {
            background: url(/cms/wp-content/themes/custom/assets/images/login-logo.png) no-repeat center top;
            padding: 155px 0 0;
            width: 400px;
            margin: 0 auto; }
            @media screen and (max-width: 1200px) {
              .page-template-prodGen.login-page #main .section .container .login .left form {
                width: 100%; } }
            @media screen and (max-width: 820px) {
              .page-template-prodGen.login-page #main .section .container .login .left form {
                width: 100%;
                background: none;
                padding: 20px 0 0; } }
            .page-template-prodGen.login-page #main .section .container .login .left form .input {
              text-align: left;
              margin-bottom: 30px; }
              .page-template-prodGen.login-page #main .section .container .login .left form .input .fa {
                margin: -32px 0 0 20px; }
            .page-template-prodGen.login-page #main .section .container .login .left form span {
              display: none; }
            .page-template-prodGen.login-page #main .section .container .login .left form input {
              width: 100%;
              background: #ffffff;
              color: #181E30;
              font-family: "Assistant", sans-serif;
              font-size: 19px;
              line-height: 22px;
              height: 48px;
              border: 0;
              padding: 0 0 0 60px; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen.login-page #main .section .container .login .left form input {
                  width: 100%; } }
            .page-template-prodGen.login-page #main .section .container .login .left form input[type=submit] {
              background: #F0D8C2;
              font-family: "Assistant", sans-serif;
              text-transform: uppercase;
              width: 150px;
              height: 56px;
              font-size: 20px;
              line-height: 20px;
              letter-spacing: 0.5px;
              padding: 10px 0;
              margin: 0 auto;
              border: 0;
              transition: all 0.3s ease;
              opacity: 1;
              display: block;
              font-weight: 600; }
              .page-template-prodGen.login-page #main .section .container .login .left form input[type=submit]:hover {
                transition: all 0.3s ease;
                opacity: 0.7;
                cursor: pointer; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen.login-page #main .section .container .login .left form input[type=submit] {
                  width: 130px;
                  height: 44px;
                  font-size: 16px;
                  line-height: 20px; } }
            .page-template-prodGen.login-page #main .section .container .login .left form .remember {
              display: none; }
            .page-template-prodGen.login-page #main .section .container .login .left form a {
              display: block;
              text-align: center;
              color: #ffffff;
              font-size: 14px;
              text-decoration: underline !important;
              font-family: "Assistant", sans-serif; }
              .page-template-prodGen.login-page #main .section .container .login .left form a:hover {
                text-decoration: none !important; }
        .page-template-prodGen.login-page #main .section .container .login .right {
          float: left;
          width: 50%;
          background: #ffffff;
          padding: 0 60px 100px; }
          @media screen and (max-width: 1200px) {
            .page-template-prodGen.login-page #main .section .container .login .right {
              padding: 0 5% 80px; } }
          @media screen and (max-width: 820px) {
            .page-template-prodGen.login-page #main .section .container .login .right {
              float: none;
              width: 100%;
              padding: 40px; } }
          .page-template-prodGen.login-page #main .section .container .login .right h2, .page-template-prodGen.login-page #main .section .container .login .right h3 {
            font-size: 26px;
            line-height: 28px;
            margin: 40px 0 20px;
            font-family: "butlermedium", serif; }
          .page-template-prodGen.login-page #main .section .container .login .right h3 {
            margin: 10px 0 20px;
            font-family: "butlermedium", serif;
            font-weight: 400;
            text-transform: none; }
          .page-template-prodGen.login-page #main .section .container .login .right p {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 28px;
            font-family: "Assistant", sans-serif;
            color: #181E30; }
            .page-template-prodGen.login-page #main .section .container .login .right p a {
              text-decoration: underline !important; }
              .page-template-prodGen.login-page #main .section .container .login .right p a:hover {
                text-decoration: none !important; }
      .page-template-prodGen.login-page #main .section .container .error {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        z-index: 99;
        border-radius: 0;
        font-family: "Assistant", sans-serif;
        color: #181E30;
        margin-bottom: 0; }
        .page-template-prodGen.login-page #main .section .container .error .panel {
          margin-bottom: 0 !important; }
        @media screen and (max-width: 1200px) {
          .page-template-prodGen.login-page #main .section .container .error {
            right: 0;
            left: auto; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen.login-page #main .section .container .error {
            height: auto;
            position: relative;
            left: auto;
            top: auto;
            width: 100%; } }
        .page-template-prodGen.login-page #main .section .container .error a {
          color: #181E30;
          text-decoration: underline; }
        .page-template-prodGen.login-page #main .section .container .error .panel-danger {
          border-radius: 0; }
          .page-template-prodGen.login-page #main .section .container .error .panel-danger .panel-title {
            font-family: "butlermedium", serif; }
            .page-template-prodGen.login-page #main .section .container .error .panel-danger .panel-title strong {
              font-weight: 400; }
  .page-template-prodGen .details {
    text-align: center;
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    line-height: 28px;
    /* Edit Member */ }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen .details {
        font-size: 16px;
        line-height: 26px; } }
    .page-template-prodGen .details .errortext {
      text-align: center; }
    .page-template-prodGen .details .portal {
      width: 100%;
      padding: 40px;
      background: #181E30;
      margin-top: 60px; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen .details .portal {
          margin-top: 40px; } }
      .page-template-prodGen .details .portal th {
        height: auto;
        text-align: center;
        font-family: "butlermedium", serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        margin: 0;
        padding: 40px;
        background: #181E30; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen .details .portal th {
            font-size: 30px;
            line-height: 38px;
            padding: 30px; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal th {
            text-align: center;
            display: block; } }
      .page-template-prodGen .details .portal div[align=center] {
        width: 100%; }
        .page-template-prodGen .details .portal div[align=center] table {
          width: 100%; }
          .page-template-prodGen .details .portal div[align=center] table td {
            width: 50%;
            padding-right: 30px;
            vertical-align: top;
            font-family: "Assistant", sans-serif; }
            @media screen and (max-width: 820px) {
              .page-template-prodGen .details .portal div[align=center] table td {
                width: 100%;
                display: block;
                text-align: center;
                padding: 0 30px; } }
            .page-template-prodGen .details .portal div[align=center] table td div[align=right] {
              font-size: 18px;
              line-height: 38px;
              color: #ffffff; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen .details .portal div[align=center] table td div[align=right] {
                  text-align: center; } }
            .page-template-prodGen .details .portal div[align=center] table td input {
              margin-bottom: 20px;
              width: 50%;
              border: 2px solid #CCCCCC;
              height: 44px !important;
              padding: 5px 10px !important;
              color: #606060; }
              @media screen and (max-width: 820px) {
                .page-template-prodGen .details .portal div[align=center] table td input {
                  width: 90%;
                  display: block;
                  margin: 5px auto 20px; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details .portal tr {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details .portal tr td {
          display: block;
          width: 100%; } }
      .page-template-prodGen .details .portal tr:nth-of-type(4n+3) td div[align=center] {
        width: 50%;
        text-align: left;
        float: right; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal tr:nth-of-type(4n+3) td div[align=center] {
            display: block;
            width: 100%;
            float: none;
            text-align: center; } }
      .page-template-prodGen .details .portal input[type=submit],
      .page-template-prodGen .details .portal input[type=button] {
        background: #F0D8C2;
        color: #181E30;
        font-family: "Assistant", sans-serif;
        border-radius: 0px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 16px 30px;
        opacity: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details .portal input[type=submit],
          .page-template-prodGen .details .portal input[type=button] {
            margin: 20px auto 10px; } }
        .page-template-prodGen .details .portal input[type=submit]:hover,
        .page-template-prodGen .details .portal input[type=button]:hover {
          transition: all 0.3s ease;
          opacity: 0.8; }
      .page-template-prodGen .details .portal input[type=button] {
        background: #ffffff;
        color: #181E30;
        margin-left: 10px; }
      .page-template-prodGen .details .portal input[type=submit],
      .page-template-prodGen .details .portal input[type=button] {
        font-size: 15px;
        line-height: 14px;
        text-transform: none;
        font-weight: 600;
        padding: 15px 30px;
        margin-bottom: 0px;
        border: 0;
        opacity: 1;
        border-radius: 0; }
        .page-template-prodGen .details .portal input[type=submit]:hover,
        .page-template-prodGen .details .portal input[type=button]:hover {
          transition: all 0.3s ease;
          cursor: pointer;
          opacity: 0.8; }
    .page-template-prodGen .details form table tbody tr td div[align=center] input {
      background: #F0D8C2;
      color: #181E30;
      font-family: "Assistant", sans-serif;
      border-radius: 0px;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 12px 30px;
      opacity: 1;
      margin-bottom: 10px;
      border: 0; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details form table tbody tr td div[align=center] input {
          margin: 20px auto 10px; } }
      .page-template-prodGen .details form table tbody tr td div[align=center] input:hover {
        transition: all 0.3s ease;
        opacity: 0.8; }
    .page-template-prodGen .details form table tbody tr td div[align=center] a {
      color: #181E30;
      text-decoration: underline !important;
      font-family: "Assistant", sans-serif; }
      @media screen and (max-width: 640px) {
        .page-template-prodGen .details form table tbody tr td div[align=center] a {
          display: block; } }
    .page-template-prodGen .details form table tbody tr td table.portal {
      margin-top: 40px;
      padding: 0 40px 40px;
      font-size: 18px;
      line-height: 38px;
      color: #ffffff; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen .details form table tbody tr td table.portal {
          padding: 0px 0px 40px; } }
      .page-template-prodGen .details form table tbody tr td table.portal tr td {
        width: 50%;
        padding-right: 30px;
        vertical-align: top;
        font-family: "Assistant", sans-serif;
        text-align: left; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0 30px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td:nth-last-child(2n+2) {
          text-align: right;
          font-size: 18px;
          line-height: 38px;
          color: #ffffff; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td:nth-last-child(2n+2) {
              width: 100%;
              display: block;
              text-align: center !important;
              padding: 0 0px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td input {
          height: 40px;
          margin-bottom: 20px;
          width: 50%;
          padding: 0 10px;
          font-family: "Assistant", sans-serif;
          font-size: 14px;
          color: #181E30; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td input {
              width: 90%;
              display: block;
              margin: 5px auto 20px; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td select {
          height: 40px;
          margin-bottom: 20px;
          width: 50%;
          padding: 0 10px;
          font-family: "Assistant", sans-serif;
          font-size: 14px;
          color: #181E30;
          border-radius: 0 !important; }
          @media screen and (max-width: 820px) {
            .page-template-prodGen .details form table tbody tr td table.portal tr td select {
              width: 90%;
              display: block;
              margin: 5px auto 20px; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable {
            width: 90%;
            display: table;
            text-align: center;
            margin: 0 auto; } }
        @media screen and (max-width: 820px) {
          .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable tr td {
            width: 100%;
            display: table-cell; } }
        .page-template-prodGen .details form table tbody tr td table.portal tr td table.calendarTable input {
          width: 100%; }
  .page-template-prodGen #main .column {
    width: 48.75%;
    float: left;
    /* MiStats */ }
    .page-template-prodGen #main .column .panel {
      background: #EBEBEB;
      padding: 40px;
      overflow: hidden;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen #main .column .panel {
          margin-bottom: 40px; } }
      .page-template-prodGen #main .column .panel h2 {
        font-family: "butlermedium", serif;
        font-size: 30px;
        line-height: 32px;
        text-transform: none;
        letter-spacing: 0px; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen #main .column .panel h2 {
            font-size: 25px;
            line-height: 27px; } }
        .page-template-prodGen #main .column .panel h2 a {
          color: #181E30;
          text-decoration: none; }
      .page-template-prodGen #main .column .panel p {
        margin-bottom: 20px; }
        .page-template-prodGen #main .column .panel p .read_more_link {
          display: none; }
      .page-template-prodGen #main .column .panel ul {
        margin: 0;
        padding: 0; }
        .page-template-prodGen #main .column .panel ul li {
          list-style: none; }
          .page-template-prodGen #main .column .panel ul li.portEmail {
            text-decoration: underline; }
            .page-template-prodGen #main .column .panel ul li.portEmail:hover {
              text-decoration: none;
              cursor: pointer; }
      .page-template-prodGen #main .column .panel table {
        margin-bottom: 30px; }
        .page-template-prodGen #main .column .panel table tr td {
          font-size: 18px;
          line-height: 28px;
          font-family: "Assistant", sans-serif; }
      .page-template-prodGen #main .column .panel .portalLink {
        position: absolute;
        right: 40px;
        bottom: 40px;
        float: right;
        margin-bottom: 0;
        text-decoration: none;
        color: #181E30; }
        .page-template-prodGen #main .column .panel .portalLink a {
          color: #181E30;
          text-decoration: underline !important; }
          .page-template-prodGen #main .column .panel .portalLink a:hover {
            text-decoration: none !important; }
        @media screen and (max-width: 1024px) {
          .page-template-prodGen #main .column .panel .portalLink {
            right: 30px;
            bottom: 30px; } }
      .page-template-prodGen #main .column .panel#mistats {
        margin: 0;
        text-align: left; }
    @media screen and (max-width: 1200px) {
      .page-template-prodGen #main .column {
        width: 48%; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #main .column {
        width: 100%;
        float: none; } }
    .page-template-prodGen #main .column:last-of-type {
      margin-left: 2.5%; }
      @media screen and (max-width: 1200px) {
        .page-template-prodGen #main .column:last-of-type {
          margin-left: 4%; } }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #main .column:last-of-type {
          margin-left: 0; } }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen #main .column #mistats {
        margin-bottom: 0; } }
    .page-template-prodGen #main .column #mistats h4 {
      font-size: 16px;
      margin: 0 0 10px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen #main .column #mistats h4 {
          font-size: 14px; } }
  .page-template-prodGen #make-booking-cont #partnerForm .row {
    display: block; }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #make-booking-cont #partnerForm .row .col-xs-9 {
        width: 65%; } }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #make-booking-cont #partnerForm .row .col-xs-3 {
        width: 35%; } }
  .page-template-prodGen #make-booking-cont .mbCancel .btn-primary {
    color: #181E30 !important;
    background-color: #F0D8C2 !important;
    font-size: 15px;
    line-height: 14px;
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 0; }
    .page-template-prodGen #make-booking-cont .mbCancel .btn-primary:hover {
      background: #181E30 !important;
      color: #ffffff !important;
      opacity: 1; }
  .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp {
    background: #181E30;
    color: #ffffff;
    padding: 40px !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    /*@include media($desktop) {
						width: 48.75% !important;
					}*/ }
    @media screen and (max-width: 820px) {
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp {
        width: 100% !important;
        float: none; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:first-of-type {
      width: 37.5% !important; }
      @media screen and (max-width: 820px) {
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:first-of-type {
          width: 100% !important;
          float: none; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp:last-of-type {
      background: transparent;
      color: #181E30; }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content {
      padding: 0; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content p {
        color: #ffffff;
        margin-bottom: 10px; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList {
        margin-top: 5px;
        margin-bottom: 23px; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList a {
          font-size: 16px;
          font-weight: 700;
          height: auto;
          margin: 1px 0 0 1px;
          line-height: 16px;
          overflow: hidden;
          display: block;
          float: left;
          color: #181E30;
          border: 0px solid #ffffff;
          background: #F0D8C2;
          text-align: center;
          text-decoration: none;
          width: 7.2%;
          padding: 3px; }
        @media screen and (max-width: 820px) {
          .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #alphaList {
            margin-bottom: 0; } }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch input {
        border-radius: 0;
        height: 44px;
        width: 200px;
        float: left;
        border: 1px solid #181E30;
        color: #181E30;
        padding: 0 10px; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button {
        border-radius: 0px;
        font-size: 15px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: none;
        text-align: center;
        transition: all 0.3s ease;
        font-weight: 600;
        padding: 12px 30px;
        opacity: 1;
        margin-bottom: 10px;
        border: 0;
        transition: all 0.3s ease;
        background: #ffffff;
        color: #181E30; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-corner-left {
          border-radius: 0px; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-corner-right {
          border-radius: 0px; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button.ui-state-active {
          background: #CCCCCC;
          transition: all 0.3s ease; }
        .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch .ui-button:hover {
          background: #ffffff;
          transition: all 0.3s ease; }
      .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-content #inputSearch button.ui-button {
        background: #F0D8C2; }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel.mainBoxTp .ui-panel-titlebar {
      padding: 0; }
  .page-template-prodGen #memberSearch #mainLayout .ui-panel-title {
    font-family: "butlermedium", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0;
    color: #ffffff;
    margin-bottom: 25px;
    display: block; }
    @media screen and (max-width: 1024px) {
      .page-template-prodGen #memberSearch #mainLayout .ui-panel-title {
        font-size: 25px;
        line-height: 27px; } }
    .page-template-prodGen #memberSearch #mainLayout .ui-panel-title a {
      color: #181E30;
      text-decoration: none; }
  .page-template-prodGen #memberSearch #mainLayout .ui-button.ui-widget.ui-state-active {
    background: #CCCCCC;
    color: #181E30;
    border: 0;
    text-transform: uppercase; }
  .page-template-prodGen #memberSearch #mainLayout .ui-paginator .ui-paginator-pages {
    font-size: 18px;
    line-height: 18px;
    font-family: "Assistant", sans-serif; }
  .page-template-prodGen #memberSearch #mainLayout .ui-paginator .ui-corner-all {
    line-height: 16px; }
  .page-template-prodGen #memberSearch #mainLayout .ui-datatable-tablewrapper tr th {
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #181E30;
    background: #181E30;
    color: #ffffff; }
  .page-template-prodGen #memberSearch #mainLayout .ui-datatable-tablewrapper tr td {
    border: 1px solid #181E30;
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    padding: 5px 10px !important;
    color: #181E30; }
  .page-template-prodGen .miStats {
    /* Buttons */ }
    .page-template-prodGen .miStats h2 {
      font-family: "butlermedium", serif !important;
      font-size: 40px !important;
      font-weight: 400 !important;
      line-height: 48px;
      margin: 0 0 40px;
      padding-top: 3px;
      text-transform: none; }
      @media screen and (max-width: 1024px) {
        .page-template-prodGen .miStats h2 {
          font-size: 30px !important;
          line-height: 38px;
          margin: 0 0 20px; } }
    .page-template-prodGen .miStats .pull-right .btn {
      background: #F0D8C2 !important;
      color: #181E30 !important;
      border: 0;
      transition: all 0.3s ease;
      font-weight: 600;
      padding: 13px 30px;
      font-family: "Assistant", sans-serif;
      font-size: 12px;
      line-height: 12px;
      margin: 5px; }
      .page-template-prodGen .miStats .pull-right .btn.active {
        background: #181E30 !important;
        color: #ffffff !important; }
      .page-template-prodGen .miStats .pull-right .btn:hover {
        opacity: 1;
        background: #181E30 !important;
        color: #ffffff !important;
        transition: all 0.3s ease; }
    .page-template-prodGen .miStats .pull-right .btn-primary {
      background: #F0D8C2 !important;
      color: #181E30 !important;
      border: 0;
      transition: all 0.3s ease; }
      .page-template-prodGen .miStats .pull-right .btn-primary:hover {
        opacity: 1;
        transition: all 0.3s ease;
        background: #181E30 !important;
        color: #ffffff !important; }

/*# sourceMappingURL=style.css.map */