body {
	font-family:'Roboto', Arial, sans-serif;
	font-size: 15px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
p a {
		color: #4fbab4;
		text-decoration: underline;
	}

h1 {
	font-size: 37px;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 16px;
}

*:focus {
    outline: none;
}

#myProgressBar {
	display: none;
	z-index: 9999;
	margin-bottom: 0;
	position: fixed;
	width: 50%;
	bottom: 30vh;
	margin-left: 25%;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-50 {
	margin-top: 50px;
}

.icon-box {
	border: 2px solid #01425E;
	position: relative;
    padding: 42px 25px 27px 25px;
    height: 285px;
}

.icon-box h4 {
	text-transform: uppercase;
	text-align: center;
}

.icon-box p {
	text-align: center;
}

.icon-box .icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    background: #01425E;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
}

.plc-copyright-footer {
	background-color: #4fbab4;
	padding: 7px 0;
	text-align: center;
}

.plc-copyright-footer a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	transition: color 0.3s;
}

.plc-copyright-footer a:hover {
	color: #01425E;
	text-decoration: none;
}

.cn-home-blocks .home-box-caption {
	color: #585858;
	background: rgba(255,255,255,0.65);
	transition: margin-top 0.3s ease;
	position: relative;
	padding-top: 10px;
}

.cn-home-blocks .home-box-caption h4 {
	margin-top: 0;
}

.cn-home-blocks .icon-box {
	height: 332px;
	background-position: center center;
	background-size: cover;
	color: #fff;
	cursor: pointer;
	padding: 0;
}

.plc-main-nav li:hover,
.plc-main-nav li.active {
	background-color: #4fbab4;
}

.plc-main-nav li:hover a,
.plc-main-nav li.active a {
	color: #fff !important;
}

.plc-main-nav {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cn-home-blocks .home-box-image {
	max-width: 100%;
}

.cn-home-blocks .icon-box:hover .home-box-caption {
	margin-top: -60px;
}

.cn-home-blocks .icon-box:hover .icon {
}

.cn-home-blocks .icon-box p {
	text-align: center;
}

.cn-home-blocks .icon {
	z-index: 999;
	transition: box-shadow 0.2s, -moz-box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cn-feature-container {
}

.icon-box-overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 42px 25px 27px 25px;
	transition: background-color 0.2s;
}

.grow { transition: all 0.3s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.cn-feature-container > div > div {
	border-radius: 2px;
	padding: 20px;
	background-color: #01425E;
	text-align: center;
	height: 250px;
	margin-bottom: 25px;
	cursor: pointer;
	transition: transform ;
	color: #fff;
}

.cn-feature-container > div > div > a > img {
	height: 150px;
	margin: 0 auto;
}

.cn-feature-container > div > div > a > span {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}

.cn-feature-container > div > div > a:hover {
	text-decoration: none;
	color: inherit;
}

.insight-tabs {
	text-align: center;
}

.insight-tabs ul {
	position: relative;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.insight-tabs ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.insight-tabs a {
	position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
	overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.35);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #01425E;
    font-weight: bold;
}

.insight-tabs a:hover,
.insight-tabs a:active {
	text-decoration: none;
	color: #74777b;
}

.insight-tabs a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
    vertical-align: middle;
}

.insight-tabs li.tab-current a {
	color: #74777b;
}

.insight-tabs li.tab-current a:after, .insight-tabs li.tab-current a:before {
	position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.insight-tabs li.tab-current a:before {
	margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.6);
}

.insight-tabs li.tab-current a:after {
	margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff;
}

.article-card-style {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
	box-shadow: 0px 0px 10px 0px rgba(143,143,143,1);
	padding-bottom: 15px;
	cursor: pointer;
	transition: box-shadow 0.3s, transform 0.3s;
}

.article-card img {
	transition: transform 0.3s;
}

.article-card.clicked {
	transform: scale(5);
}

.article-card-style:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(166,197,80,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(166,197,80,1);
	box-shadow: 0px 0px 10px 2px rgba(166,197,80,1);
}

.article-card-style:hover img {
	transform: scale(1.1);
}

.read-more {
	/*opacity: 0;*/
	height: 30px;
	/*width: 90px;*/
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	/*position: absolute;*/
	margin: auto;
	/*top: 0; */
	/*left: 0; */
	/*bottom: 0; */
	/*right: 0;*/
	transition: opacity 0.3s;
	z-index: 99;
}

.twitter-share-button {
	vertical-align: middle;
}

.plc-share-label {
	background-color: #01425E;
	color: #fff;
	padding: 5px 10px;
	margin-right: 15px;
}

.btn-green {
	background-color: #01425E;
	color: #fff;
	font-weight: bold;
}

.btn-green:hover {
	color: #fff;
}

.article-card:hover .read-more {
	opacity: 1;
}

.article-card hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-title {
	margin-top: 10px;
	font-size: 18px;
}

.article-date {
	font-size: 12px;
}

.page-header-breadcrumb {
	font-size: 12px;
}

.page-header-breadcrumb i {
	font-size: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.page-header-breadcrumb a:hover {
	color: #fff;
}

.plc-member-contact-link {
	display: inline-block;
	margin-right: 10px;
}

.plc-member-contact-link > a {
	color: #333;
	transition: color 0.3s;
	vertical-align: middle;
}

.plc-member-contact-link > i {
	color: #fff;
	background-color: #4fbab4;
	border-radius: 50%;
	width: 24px;
	height: 24px;
    font-size: 14px;
    line-height: 23px;
}

.plc-member-contact-link > a:hover {
	color: #01425E;
	text-decoration: none;
}

/* buttons */
.btn-white {
	padding: 10px 15px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	font-weight: 700;
	transition: color 0.3s, background 0.3s;
}

.btn-white:hover {
	color: #01425E;
	color: #01425E;
	background: rgb(255,255,255);
}

/* footer */
.cn-footer {
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #01425E;
	color: #fff;
}

.cn-footer-links {
	list-style: none;
}

.cn-footer-links > li {
	margin-bottom: 5px;
}

.cn-footer-links > li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.cn-footer-menu-links,
.cn-footer-social-links {
	list-style: none;
	padding: 0;
	text-align: center;
}

.cn-footer-menu-links > li,
.cn-footer-social-links > li {
	display: inline-block;
}

.cn-footer-menu-links > li > a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	margin-right: 10px;
}

.cn-footer-social-links > li > a {
	color: #01425E;
	background-color: #fff;
	border-radius: 50%;
	padding: 8px 10px;
	margin-right: 5px;
	transition: color 0.3s, background-color 0.3s;
}

.cn-footer-social-links > li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4fbab4;
}

.cn-footer-links > li > a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cn-footer-subscribe-container input {
	background-color: #01425E;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 5px 10px;
}

.cn-footer-subscribe-container input::-webkit-input-placeholder { /* Chrome */
  color: white;
  font-style: italic;
  font-weight: 300;
}

.cn-footer-subscribe-container input::-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-style: italic;
  font-weight: 300;
}
.cn-footer-subscribe-container input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
}
.cn-footer-subscribe-container input::-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
}

/* forum */
.forum-panel {
	border: 2px solid #01425E;
	border-radius: 0;
}

.forum-panel > .panel-heading {
	border: none;
	background-color: #01425E;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
}

.forum-panel > .panel-body {
	padding: 0;
}


.forum-panel > .panel-body > .list-group {
	border-radius: 0;
	margin: 0;
	border: 4px solid #ddd;
}

.forum-panel > .panel-body > .list-group > .list-group-item {
	border-radius: 0;
	border: none;
	border-bottom: 4px solid #ddd;
	cursor: pointer;
	transition: background-color 0.4s;
}

.forum-panel > .panel-body > .list-group > .list-group-item:hover {
	background-color: #ddd;
}

.forum-panel > .panel-body > .list-group > .list-group-item:last-child {
	border-bottom: none;
}

.topic-ico {
	color: #01425E;
	float: left;
	font-size: 2em;
	margin-top: 5px;
}

.topic-details {
	position: relative;
	padding-left: 35px;
}

.subtopic-title {
	font-weight: 500;
}

.subtopic-subtitle {
	font-weight: 400;
	font-size: 12px;
}

/* home page */
#home_image_section {
	height: 100vh;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	overflow: hidden;
}

.button-holder {
	position: absolute;
	height: 40%;
	width: 100%;
	text-align: center;
}

/* map */
#map {
	width: 100%;
	border-radius: 15px;
	transition: transform 0.4s ease, opacity 1s ease;
}



/* pages */
.cn-page-header {
	background-color: #01425E;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	position: relative;
	overflow-y: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.cn-footer-menu-links a,
.cn-page-header a {
	transition: color 0.3s;
}

.cn-footer-menu-links a:hover,
.cn-page-header a:hover {
	text-decoration: none;
	color: #4fbab4;
}

/* social list */
.social-list {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.social-list > li {
	padding: 0;
	display: inline-block;
}

.social-list > li > a {
	width: 34px;
	height: 34px;
	line-height: 35px;
	transition: .3s all ease;
	font-size: 18px;
	color: #01425E;
	background: #f3f3f3;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

.social-list > li > a:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-list > li > a:hover {
	color: #fff;
    background: #4fbab4;
}

/* spinner */
#spinner_container {
	position: fixed;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#spinner_holder {
    position: absolute;
    width: 100%;
    top: 40%;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4fbab4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background: #333333; /* Old browsers */
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* ulility */
.m-b-30 {
	margin-bottom: 30px;
}


.m-t-0 {
	margin-top: 0;
}
.m-t-130 {
	margin-top: 130px;
}

.m-t-150 {
	margin-top: 150px;
}

.no-gutter {
	padding-right: 0;
	padding-left: 0;
}

.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 1;
}

.p-t-10 {
	padding-top: 10px;
}

.scale-0 {
	-ms-transform: scale(0, 0); /* IE 9 */
	-webkit-transform: scale(0, 0); /* Safari */
	transform: scale(0, 0);
}

.scale-1 {
	-ms-transform: scale(1, 1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1);
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.cn-home-blocks .icon-box {
		height: auto;
		padding-bottom: 15px;
	}
	#bs-example-navbar-collapse-1 {
		display: none !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#nav_large_logo {
		height: 50px !important;
	}
	.navbar-brand {
		padding-top: 0 !important;
	}
	
	#home_intro_section {
		padding-top: 70px !important;
	}
	
	.cn-home-blocks .icon-box:hover .home-box-caption {
		margin-top: 0;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/* NW ADD ON*/

.collapsible {
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display:inline-block;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  /*padding: 0 0px;*/
  display: none;
  overflow: hidden;
  
}


.row-buffer {
	margin-left: 0;
	margin-right: 0;
	margin-bottom:20px; 
	background-color: #eee;
}

.top-buffer { 
	margin-left: 0;
	margin-right: 0;
	margin-top:20px; 
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #eee;
}

.bottom-buffer {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #f1f1f1;
}

.event-row{
	padding: 30px;
	margin-bottom:20px; 
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #f1f1f1;
}

.event-row-info{
	padding: 10px;
	margin-top:4px;
	margin-bottom:4px; 
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #ffd3cf;
}


.collapse-link {
	display:inline-block;
	width: 100%;
}

.booking-list
{
	padding:20px;
	border: 1px solid;
	background-color: #A94545;
}
