/*
Theme Name: Cultivate Safety
Theme URI:
Description: Theme developed by BIRC-ICR for the NFMC Cultivate Safety site.
Author: Will Ray
Version: 1.0
*/
html {
}

body {
  background: #fff2e2;
  font-family: 'Arial', 'Helvetica', sans-serif;
}

.flex-container-documents {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
    

.jconfirm-box .content {
	background-color: #ffffff;
}

a.disabled {
    cursor: not-allowed;
}

/* Layout */
.nopadding {
	padding: 0;
}
.padding30 {
    padding: 30px;
}

.automargin {
    margin: auto;
}

.blacktext {
    color: #000;
}

.noLeftPadding {
    padding-left: 0;
}

.noRightPadding {
    padding-right: 0;
}

.borderRightBlack {
    border-left: 1px solid #000;
}

::selection {
	color: #ffffff;
	background-color: #000000;
}

.highZIndex {
    z-index: 100;
}

.scalableImage {
    width: 100%;
    height: auto;
}

.scalableYTVideo {
    width: 100%;
    height: auto;
}

/* Main Navigation */
.navbar-default {
  background: #205329;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #000;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  border-right: 2px solid white;
}

.caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

ul.sub-menu {
  background: #DFDDD8;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 225px;
  z-index: 10;
}

ul.sub-menu a {
  border-top: 0;
  color: #000000;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 15px;
}

ul.sub-menu a:hover {
  background: #205329;
  color: #FFFFFF;
  text-decoration: none;
}

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


.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #000;
    background-color: #419639;
}
/*Hid this as the icon isn't needed, and can be used for brand icon in the future if need be*/
nav.navbar > div > div > a.navbar-brand {
	  display: none !important;
}
.navbar-collapse {
	margin-left: -30px !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background:#8bb387;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border: none;
}

.navbar-default .navbar-nav > li:hover > ul.sub-menu {
  display: block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background: #172d1b;
  color: #fff;
}

.navbar-default li.current {
  background: #4E3928;
  color: #000000;
}

.navbar-default .navbar-nav {
}

.navbar-default .navbar-nav > li {
}

/* Default Generic Styles */
a:active, a:hover {
  color: #205329;
}

hr {
  border-top: 1px solid #765d36;
  float: left;
  width: 98%;
}

/* Custom Typographic Classes */
.content-block {
  padding: 15px 10px;
}

/* Wells */
.well {
  background-color: #DFC59D;
  border: 1px solid #765d36;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.4);
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
  background-color: #DFDDD8;
  border: 1px solid #205329;
  color: #205329;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
  background-color: #4E3928;
  border: 1px solid #205329;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #205329;
  border: 1px solid #205329;
  color: #fff;
}

.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  background-color: #eaeaea;
  border: 1px solid #6d7c70;
  color: #777;
}

/* Tabs */
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li> a {
  border: 0;
  border-radius: 2px;
}

.nav-tabs >li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #205329;
  border: 0;
  color: white;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #205329;
  color: white;
}

/* Pagers */
.pager li > a,
.pager li > span {
  background-color: #205329;
  border-radius: 5px;
  color: white;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #205329;
  color: white;
}

/* User Content Area */
.body-content h1 {
  color: #555;
}

.body-content h3 {
  color: #205329;
  font-size: 1.3em;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption-text {
  text-align: center;
}

.centerSectionHeader {
	text-align: center;
	padding: 2%;
}

.centerSectionHeader > p {
    font-size: 16px;
    font-size: calc(16px - -0.2vw);
}

.hideChildPTags > p {
	display: none;
}

/* Cards */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    flex-grow: 1;
}

.btn.btn-card-action,
.btn.btn-card-action:focus{
    background-color:#205329;
    color:#fff;
    width: 100%;
}

.btn.btn-card-action:active,
.btn.btn-card-action.dropdown-toggle:active,
.btn.btn-card-action:hover{
    background-color:#3A6D43;
    color:#fff;
}

.margin-top-auto {
    margin-top: auto;
}
.margin-bottom-auto {
    margin-bottom: auto;
}
.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

.card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5px 0px 15px 0px;
  padding: 5px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #205329;
  font-weight: bold;
  position: relative;
}

.card img.preview
{
    margin: 1em;
    max-width: 94%;
    height: auto;
}

.smallCard {
  width: 300px;
  min-height: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  background-color: #7DD479;
  border: 1px solid #7DD479;
  border-radius: 12px;
  font-weight: bold;
  position: relative;
  left: 30%;
}

@media screen and (max-width: 480px) {
	.smallCard {
		left: 1%;
	}
}

.card > a:hover, .card > a:active, .card > a:focus{
    text-decoration: none;
}

a.card {
  display: block;
  text-decoration: none;
}

.card.halfHeight {
  height: 193px;
}

.card h2 {
    margin-top: 0.6vw;
    font-size: 2em;
}

.card p.smallText {
  font-size: 1em;
}
/* Until a reliable method for text "scaling" is found, media queries are the fallback to support responsive design */
/* It is known that this may be ahrd to maintain, especially when changing text, so this may be modified in the future for dynamic scaling (that has wide browser support) */
/* using the calc pattern of calc(n - -x) is to fix a bug with the minifier removing spaces around the "+" and breaking calc functionality */
#seeGuidelinesCard img {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
}

#seeGuidelinesCard p {
    font-size: 1.0em;
}

#joinMailingCard p {
    font-size: 1.0em;
}

@media (min-width: 1494px) {
  #seeGuidelinesCard p {
      font-size: 1.0em;
  }
}

@media (min-width: 1851px) {
  #joinMailingCard p {
      font-size: 1.0em;
  }
}

@media (min-width: 2338px) {
  #seeGuidelinesCard p {
      font-size: 1.0em;
  }
}

@media (max-width: 991px) {
  .card p.smallText {
    font-size: 1em;
  }

  #donationCard p.smallText {
    font-size: 1em;
  }

  #joinMailingCard p {
      font-size: 1em;
  }

  #injuryWorkshopCard {

  }
}

@media (max-width: 768px) {

.nav
{
    padding-left: 1em;
}

  #seeGuidelinesCard p {
      font-size: 1em;
  }
}
@media (max-width: 474px) {
  .card p.smallText {
    font-size: 1em;
  }
}

.label-pos-upper-right {
  position: absolute;
  right: 6px;
}

.vert-align-top-5 {
  vertical-align: 5px;
}

.content {
  margin: 1% 1% 1em;
  clear: both;
  float: left;
  width: 100%;
  background: #fff2e2;
}

.sidebar {
  background-color: #fff2e2;
  margin: 1em 2% 1em 74%
}

/* Header */
.main-header {
  background: #E1DDB2
}

/* Image Positions */
.imageleft {
  float: left;
}

.imageright {
  float: right;
}

/* Footer */
.main-footer {
  background: #205329;
  color: #FFFFFF;
  padding: 20px 0 0 0;
  font-weight: 700;
}

.border-right {
  border-right: none;
}

.border-left {
  border-left: none;
}

.center-block {
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.columnFullWidth {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.text-center {
     text-align: center;
 }
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.image80Width {
    width: 80%;
    height: auto;
}

footer a,footer a:active {
    color: #fff;
    font-size: 16px;
}

footer a:hover, footer a:focus {
  color: #7DD479;
    text-decoration: none;
}

footer ul.footerList {
    margin-top: 0;
    margin-bottom: 1em;
}

footer ul.footerList li {
    padding: 0 1em;
    font-weight: normal;
    border-right: 1px solid #698f70;
}

footer ul.footerList li:last-child {
    padding-right: 0;
    border-right: none;
}

footer img {
    margin: auto;
    max-height: 65px;
}

/* Front Page Color Themes */
.cs-content-block {
	padding: 10px 20px;
}

.nfmcgreen {
    background: #e9f6eb; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f6eb 0%, #cbd6d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9f6eb 0%,#cbd6d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9f6eb 0%,#cbd6d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6eb', endColorstr='#cbd6d0',GradientType=0 ); /* IE6-9 */
  color: #000;
}

.nfmcgreen h1,
.nfmcgreen h2,
.nfmcgreen h3,
.nfmcgreen h4,
.nfmcgreen h5 {
  color: #205329;
  font-weight: bold;
}

.lightbrown {
  background-color: #E1DDB2;
}

.lightbrown h1,
.lightbrown h2,
.lightbrown h3,
.lightbrown h4,
.lightbrown h5 {
  color: #4E3928;
  font-weight: bold;
}

.darkbrown {
  background: #43311d;
  background: -moz-linear-gradient(top, #43311d 9%, #5c3f28 36%, #553a23 63%, #34271c 94%);
  background: -webkit-linear-gradient(top, #43311d 9%,#5c3f28 36%,#553a23 63%,#34271c 94%);
  background: linear-gradient(to bottom, #43311d 9%,#5c3f28 36%,#553a23 63%,#34271c 94%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43311d', endColorstr='#34271c',GradientType=0 );
  color: #fff;
}

.darkbrown h1,
.darkbrown h2,
.darkbrown h3,
.darkbrown h4,
.darkbrown h5 {
  font-weight: bold;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.card:not(.autoHeight):not(.halfHeight) {
	  min-height: 100%;
	}
	.border-right {
      border-right: 2px solid white;
    }

    .border-left {
      border-left: 2px solid white;
    }
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5 {
    font-weight: bold;
    color: #205329;
}

.img-bg-1 {
    height: 200px;
    background-image: url("http://dev-kadolphc:8088/wp-content/uploads/2016/06/Kids-Script-e1466699840555.png");
    background-size: 80% 170px;
    background-repeat: repeat-x;
    background-position: 50% 100%;
    position: absolute;
    bottom: 0;
}

.btn-black {
    background-color: #000;
    color: #fff;
    border: solid #000;
    width: 280px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.btn-nfmcgreen {
    background-color: #7DD479;
    border: solid #7DD479;
    width: 100%;
    max-width: 280px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.btn-nfmcgreen:hover, .btn-nfmcgreen:focus, .btn-nfmcgreen:active {
    background-color: #79c376;
}

.btn-dark-nfmcgreen {
    background-color: #205329;
    border: solid #205329;
    width: 260px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

.btn-dark-nfmcgreen:hover, .btn-dark-nfmcgreen:active,.btn-dark-nfmcgreen:focus {
    color: #fff;
    text-decoration: none;
    background-color: #16441e;

}

.btn-small-nfmcgreen {
    background-color: #7DD479;
    border: solid #7DD479;
    width: 130px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.btn-nfmctan {
    background-color: #E1DDB2;
    border: solid #E1DDB2;
    width: 280px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.btn-dark-nfmcbrown {
    background-color: #4E3928;
    border: solid #4E3928;
    width: 280px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

.btn-dark-nfmcgrey {
    background-color: #4d4e4d;
    border: solid #424342;
    width: 280px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

.logo {
    margin: 20px;
    width: 540px;
    height: auto;
    max-width: 100%;
}


@media (max-width: 448px) {

   .logo-link {
	   width: 60%;
   }

  .logo {
	  width: 90%;
	  height: auto;
	  object-fit: contain;
	  display: inline-block;
  }
  .btn {
    width: auto;
  }

  .mainSearchSection {
	  display: none;
  }

  .socialButtonsHeader {
	  display: none;
  }
}

.threeFourthWidth{
	width: 80%;
	margin-left: 10%;
}

.ninetyWidth{
    width: 90%;
    margin-left: 5%;
}

/* --------------------------------

Custom Boostrap Styles

-------------------------------- */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #7DD479;
    border-radius: 0px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #080808;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #080808;
}

.insertedModalMessage {
	top: 15% !important;

}

.insertedModalMessage .modal-content{
	background: #DFDDD8;
}

.insertedModalMessage .modal-header, .insertedModalMessage .modal-footer{
	border-color: #4E3928;
}

/* --------------------------------

Main Site Search Header Styles

-------------------------------- */
.mainSearchSection  {
    width: 200px;
    margin-top: 15px;
    margin-right: 15px;
}

.mainSearchSection  > div > input {
	border: solid;
	border-width: 2px;
    border-right: none;

}

.mainSearchSection  > div > span.input-group-addon {
	background-color: #fff;
	border: solid;
	border-width: 2px;
	border-left: none;
}

.mainSearchSection  > div > span.input-group-addon:hover {
	background-color: #d1ffce;
	cursor: pointer;
}

.mainSearchSection  > div > span.input-group-addon:active {
	background-color: #7dd479;
}

.nonWideSearchButton {
	display: none;
	color: #4E3928;
	font-size: 28px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.searchFilterCheckbox {
  display: inline-block;
  margin-right: 25px;
}

.searchFilterArea {
    margin-bottom: 70px;
}

.nonWideSearchButton:hover {
	color: #926b4b;
	cursor: pointer;
}

.nonWideSearchButton:active {
	color: #4E3928;
	margin-top: 18px;
}

.mainSearchSectionNonwide  {
    width: 96%;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2%;
	margin-right: 2%;
}

.mainSearchSectionNonwide  > div > input {
	border: solid;
	border-width: 2px;
    border-right: none;
}

.mainSearchSectionNonwide  > div > span.input-group-addon {
	background-color: #fff;
	border: solid;
	border-width: 2px;
	border-left: none;
}

.mainSearchSectionNonwide  > div > span.input-group-addon:hover {
	background-color: #d1ffce;
	cursor: pointer;
}

.mainSearchSectionNonwide  > div > span.input-group-addon:active {
	background-color: #7dd479;
}

@media (max-width: 448px) {
  .nonWideSearchButton {
	  display: inline-block;
  }
}

@media (min-width: 449px) {
  .mainSearchSectionNonwide {
	  display: none !important;
  }
}

/* Language Select */
.siteLangSection  {
    width: 200px;
    margin-top: 15px;
    margin-right: 15px;
}

.siteLangSection  > div > input {
    border: solid;
    border-width: 2px;
    border-right: none;

}

.siteLangSection  > div > span.input-group-addon {
    background-color: #fff;
    border: solid;
    border-width: 2px;
    border-left: none;
}

.siteLangSection  > div > span.input-group-addon:hover {
    background-color: #d1ffce;
    cursor: pointer;
}

.siteLangSection  > div > span.input-group-addon:active {
    background-color: #7dd479;
}

/* Lang With Flag Select */
.langselectelement {
    text-align: center;
    vertical-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.langselectelement:hover, .langselectelement:focus, .langselectelement:active {
    background-color: #d6d6d6;
}

.selectize-control.single .selectize-dropdown.single {
    z-index: 200;
}

/* Language Select Notice Box */
.languageSelectNotice {
    padding: 5px;
    background: #ccc;
    width: 100%;
    border: solid 1px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
}

/*
Hides <detail>'s default arrow
*/

details summary::-webkit-details-marker {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}


/*| Pseudo-<option>
All pseudo-<option> are initially hidden and
<label class='opt'> are the only tags that will show/hide,
the next comment explains how.
*/

.rad {
    display: none
}

.opt {
    display: none;
    margin: 0 0 2px 0;
    cursor: pointer;
    font-size: 0.9rem;
    box-shadow: -2px -2px 11px rgba(0, 0, 0, 0.3) inset;
}


/*| Two Conditions
1. If <details open='true'> all <label class='opt'> are visible.
=============================================
2. if <input class='rad' type='radio' checked> then the
   <label class='opt'> that proceeds the radio button is visible.
*/

[open] .opt,
.rad:checked+.opt {
    display: block;
}

/*| For Demonstration Purposes
This ruleset changes how the console is displayed.
*/

.as-console-wrapper {
    width: 50%;
    min-height: 100%;
    margin-left: 50%;
    font-variant: normal;
}

.as-console-row.as-console-row::after {
    content: '';
    padding: 0;
    margin: 0;
    border: 0;
    width: 0;
}

/* --------------------------------

Main Site Search Page Styles

-------------------------------- */

.searchPageDividerHr {
	margin: 0;
	width: 100%;

}

.searchPageHeading{
	margin-left: 15px;
	margin-bottom: 0;
}

.siteSearchForm {
	display: inline-block;
	width: 70%;
	margin-top: 25px;
}

.siteSearchButtonWidth {
	width: 25%;
	display: inline-block;
}

.siteSearchButton{
	min-width: 105px;
}

.siteSearchResultsCounts {
	margin-left: 25px;
}

.siteSearchResultsPages  {
	margin-right: 25px;
}

.siteSearchResultsPages > a:not(.siteSearchCurrentPage) {
	color: #205329;
	text-decoration: underline;
}

.siteSearchResultsPages > a:not(.siteSearchCurrentPage):hover {
	color: #7DD479;
}

.bottomSiteSearchResultsPages {
  margin-bottom: 25px;
}

.siteSearchCurrentPage{
	color: #000;
	cursor: default;
}

.siteSearchCurrentPage:hover{
	text-decoration: none;
}

.mainSiteSearchResults {
	min-height: 400px;

}

.mainSiteResult{
	height: auto;
  min-height: 100px;
	font-size: 20px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.mainSiteResult:not(:first-child){
	border-top: solid;
	border-width: 1px;
	border-color: #000;

}

.mainSiteResult:last-child{
  border-bottom: solid;
	border-width: 1px;
	border-color: #000;
}

.mainSiteResultIconPage {
	color: #000;
	display: inline-block;
}

.mainSiteResultIconNonPage {
	font-size: 2.7em !important;
	color: #000;
	display: inline-block;
}

.rlLogoMasthead {
    max-height: 56px;
    margin: 0;
    max-width: 100%;
    margin-bottom:1em;
}

.mainResultTitleText {
	display: inline-block;
	padding-left: 5px;
}

.previewRow{
	margin-top: 5px;
  font-size: 14px;
}

.popoverImgPreview {
	width: 150px;
	height: auto;
}

.noresults{
	margin-top: 25px;
}

.resultIcon {
  width:31px;
  height:40px;
  margin-left: 15px;
}

.previewThumbnail {
    margin-bottom: 15px;
}

.darkGreen {
	color: #205329;
}

.darkGreenBackground {
    color: #205329;
}

.darkBrown {
	color: #4E3928;
}

.lightGreen {
	background-color: #7DD479;
}

.lightTan {
	background-color: #E1DDB2;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.center {
	text-align: center;
}

.centeredTextArea {
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0 10%;
}

p.headerParagraph {
    font-size: 18px;
}

/* NINJA FORMS */

.ninja-forms-cont {
  padding: 0 0 0 10px;
  width: 72%;
}

/*TEMPORARY BUTTONS FOR WORK PAGE, WILL DELETE WHEN RE-DESIGN IS FINISHED*/
.btn-Tan {
    background-color: #E1DDB2;
    border: solid #E1DDB2;
    width: 300px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.btn-DGreen {
    background-color: #205329;
    border: solid #205329;
    width: 300px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

.btn-Brown {
    background-color: #4E3928;
    border: solid #4E3928;
    width: 300px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

.btn-DBlack {
    background-color: #000;
    border: solid #000;
    width: 300px;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
}

/* Work Guidelines Page */
.workGuidelineLinksContainer {
	text-align: center;
	padding-bottom: 25px;
}

.workGuidelineLink {
	width: 250px;
	height: 400px;
	display: inline-block;
	vertical-align: top;
    margin-right: 15px;
}

.workGuidelineLink > div > img {
	width: 100%;
	height: 165px;
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
}

.workGuidelineLink > div {
	width: 250px;
	border: 1px solid #205329;
	border-top: none;
    border-radius: 0.7em;
	background-color: #e1ddb2;
}

.workGuidelineLink > div > p:not(:nth-child(2) ) {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 100px;
}

.workGuidelineLink > div > h3 {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: 5px;
	display:block;
	height: 40px;
    font-size: 18px;
    font-size: calc(18px - -0.2vw);
}

.workGuidelineLink > div > a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #205329;
    color: #fff;
    height: 40px;
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-top: 3%;
	margin-bottom: 3%;
}

.workGuidelineLink > div > a:hover {
	background-color: #1b4222;
}

.workGuidelineExtraLinksContainer {
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	text-align: center;
}

a.workGuidelineExtraLink:focus, a.workGuidelineExtraLink:active, a.workGuidelineExtraLink:visited {
    color: #fff;
    text-decoration: none;
}

.workGuidelineExtraLink {
	display: inline-block;
	height: 300px;
	width: 210px;
	text-align: center;
	background-color: #205329;
	color: #fff;
	vertical-align: top;
	margin: auto;
	border-radius: 6px;
	margin-top: 25px;
	padding: 15px;
    margin-right: 10px;
}

.workGuidelineExtraLink:hover {
	color: #fff;
	background-color: #1b4222;
	text-decoration: none;
	cursor: pointer;
}

.workGuidelineExtraLink > span {
	height: 25px;
	display: block;
    font-size: 20px;
}

.workGuidelineExtraLink > span:first-child {
	vertical-align: top;
	margin-bottom: 50px;
}

.workGuidelineExtraLink > span:not(:first-child){
	vertical-align: bottom;
	margin-top: 25px;
}

.workGuidelineExtraLink > img{
	margin: auto;
	height: 120px;
	width: auto;
}

.workGuidelineExtraLink > i {
	font-size: 120px;
}

workGuidelineExtraLink_extraIconSpacing > i {
    font-size: 100px;
}

workGuidelineExtraLink_extraIconSpacing > img {
    height: 100px;
}
.workGuidelineExtraLink_extraIconSpacing > span:first-child{
    margin-bottom: 70px;
    margin-top: 25px;
}
.workGuidelineExtraLink_extraIconSpacing > span:not(:first-child){
    margin-top: 5px;
}

/**** Child Development Page ****/
.childDevButtonContainer {
    margin-top: 25px;
}

.childDevAgeButton {
    width: 225px;
    height: 350px;
    background-color: #205329;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.childDevButtonSelected {
    background-color: #163A1D;
}

.childDevAgeButton:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.10);
    background-color: #163A1D;
    cursor: pointer;
}

.childDevAgeButton:active,.childDevAgeButton:focus,.childDevAgeButton:visited,.childDevButtonSelected {
    background-color: #163A1D;
    cursor: pointer;
}

.childDevAgeButton > p {
    font-size: 22px;
}

.ageButtonTitle {
    padding-top: 15px;
    height: 15%;
}

.ageButtonImg {
    width: auto;
    height: 60%;
    display: block;
    margin: auto;
    padding: 25px;
}

.ageButtonReadMore {
    margin-top: 10px;
    height: 25%;
}

.centered-hr {
	float: none;
	width: 100%;
	margin: 20px 0;
}

/**** Home Page Carousel ****/
#homeWhatBanner {
    font-size: 6px;
    font-size: calc(6px - -0.8vw);
}

@media (max-width: 768px) {
    #homeWhatBanner {
        height: 475px;
        font-size: 12px;
        font-size: calc(12px - -0.8vw);
        margin-left: 0;
    }
}

#homeCarousel {
    height: 475px;
    width: 90%;
    margin: auto;
    margin-right: 0;
}

#homeCarousel > .homeCarouselControl > .glyphicon {
    height: 30px;
    width: 30px;
    font-size: 30px;
}

@media (max-width: 768px) {
    #homeCarousel {
        height: 100%;
        width: auto;
        margin: auto;
    }

    #homeCarousel .carousel-indicators {
        bottom: 70px;
    }
}

@media screen and (min-width: 1230px) {
    #homeCarousel .carousel-indicators {
        bottom: 70px;
    }
}

@media screen and (min-width: 992px) {
    #homeCarousel .carousel-indicators {
        top: 10px;
    }
}
@media screen and (max-width: 991px) {
    #homeCarousel .carousel-indicators {
        top: 10px;
    }

    #homeWhatBanner {
        min-height: 200px;
        height: auto;
    }

    #homeCarousel {
        width: 100%;
    }

    #homeCarousel>.left.homeCarouselControl {
        margin-left: 14%;
    }
    #homeCarousel>.right.homeCarouselControl {
        margin-right: 14%;
    }
}

#homeCarousel .carousel-caption {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0;
    text-align: center;
    background-color: #fff;
    /*background: linear-gradient(to top, rgb(32, 83, 41), rgba(0, 0, 0, 0));*/
    border: 1px solid #205329;
    font-weight: bold;
    color: #205329;
    text-shadow: none;
    padding: 5px;
}

#homeCarousel .carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: #fff;
}

#homeCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
}

#homeCarousel .carousel-caption > h3, #homeCarousel .carousel-caption > p {
    margin: 0;
    padding: 0;
}

.homeCarouselControl {
    width: 5%;
}

.homeCarouselControl.left{
    background-image: none !important;
}

.homeCarouselControl.right{
    background-image: none !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    height: 470px;
    width: auto;
    margin: auto;
}

@media (max-width: 700px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        height: auto;
    }
}

.threeColorCard {
  font-size: 1em;
}

.threeColorCard > .headingLabel {
  font-size: 2em;
  line-height: 33px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.threeColorCard .infoText {
  font-size:1em;
}

.threeColorCard > .triColorBar {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 7px;
  margin-bottom: 10px;
}

.threeColorCard > .triColorBar > div {
  width: 33%;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 3px solid black;
  position: absolute;
}
/*blue*/
.threeColorCard > .triColorBar > div:nth-child(1) {
  border-color: #003399;
  background-color: #003399;
  left: 0;
}
/*red*/
.threeColorCard > .triColorBar > div:nth-child(2) {
  border-color: #da0000;
  background-color: #da0000;
  left: 33%;
}
/*green*/
.threeColorCard > .triColorBar > div:nth-child(3) {
  border-color: #006600;
  background-color: #006600;
  left: 66%;
}

/* Custom Labels */
.label-green {
    background-color: #5cb85b;
    color: #ffffff;
}

/**** Video Dialog Button ****/
.csVideoDialogButton {
    /*
  font-size: 24px;
  color: #ff0000;
  margin-right: 5px;
  */
}
.large-icon {
  font-size: 45px;
}
.md-large-icon {
  font-size: 30px;
}

.csVideoDialogButton:hover, .csVideoDialogButton:focus, .csVideoDialogButton:active {
  cursor: pointer;
}

/**** Contact Us ****/
#contactUsForm {

}

.requiredStar {
    color: red;
}

.errorResponse{
    padding: 5px 20px;
    background-color: #c13737;
    border: 1px solid #822222;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-size: calc(18px - -0.2vw);
}

.successResponse{
    padding: 5px 20px;
    background-color: #205329;
    border: 1px solid #084613;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-size: calc(18px - -0.2vw);
}

/* Show/Hide Section Widget */
.sectionShowButtonContainer {
    text-align: center;
}
.sectionShowButton {
    display: inline-block;
    vertical-align: top;
}
.sectionShowButtonSelected > div {
    background-color: #bdb87f !important;
}
.sectionShowButton:hover,.sectionShowButton:active,.sectionShowButton:focus,.sectionShowButtonSelected {
    cursor: pointer;
}

.alt-show-section-btn {
    border: none;    
    border-radius: 5px;
    background-color: #205329;
    color: #fff;
    width: 90%;
    font-size: 18px;
    padding: 7px 0;
}

.alt-show-section-btn:hover, .alt-show-section-btn:active, .alt-show-section-btn:focus {
	background-color: #163A1D;
}

.showSectionButtonSpacer {
    height: 50px;
}

/* Link Boxes */
.linkBoxContainer {
    text-align: center;
}

.linkBox {
    width: 250px;
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 817px) {
    .linkBox {
        margin-bottom: 50px;
    }
}

.linkBox > div > img {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
}

.linkBox > div {
    width: 250px;
    border: 1px solid #205329;
    border-top: none;
    border-radius: 0.7em;
    background-color: #e1ddb2;
}

.linkBox > div > p {
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.linkBox > div > h3 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 10px 0;
    display: block;
}

.linkBox.sectionShowButton:hover, .linkBox.sectionShowButton:focus, .linkBox.sectionShowButton:active, .linkBox.sectionShowButton.sectionShowButtonSelected {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.10);
	background-color: #ccc89f;
	border-radius: 0.7em;
}

.showHideSection {
    margin-bottom: 0;
}

.bootstrapYTVideo {
    width: 600px;
    height: 400px;
}

.fullWidthPdfImage {
    width: 100%;
    height: auto;
}

.extraRelatedItemContainer {
    text-align: center;
}

.extraRelatedItem {
    display: inline-table;
    display: inline-grid;
    width: 250px;
    height: auto;
    margin-bottom: 35px;
    margin-right: 15px;
}

.extraRelatedItem > h1 {
    font-size: 18px;
    font-size: calc(18px - -0.2vw);
    text-align: center;
    height: 60px;
}

.extraRelatedItem img {
    width: 100%;
    height: auto;
}

.extraRelatedItem img:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.10);
}

.extraRelatedItem iframe {
    width: 100%;
    height: auto;
}

.extraRelatedItem .itemIcon {
    height: 2rem;
	width: auto;
}

.extraRelatedItem p {
	font-size: 21px;
	height: 11rem;
}

.extraRelatedItem h3 {
	height: 10rem;
}

/**** Green Box Links ****/
.greenBoxLinksContainer {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    text-align: center;
}

a.greenBoxLink:focus, a.greenBoxLink:active, a.greenBoxLink:visited {
    color: #fff;
    text-decoration: none;
}

.greenBoxLink {
    display: inline-block;
    height: 300px;
    width: 200px;
    text-align: center;
    background-color: #205329;
    color: #fff;
    vertical-align: top;
    margin: auto;
    border-radius: 6px;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.greenBoxLink:first-child {
    margin-left: auto;
    margin-right: auto;
}

.greenBoxLink:not(:first-child) {
    margin-left: 30px;
}

.greenBoxLink:hover {
    color: #fff;
    background-color: #1b4222;
    text-decoration: none;
    cursor: pointer;
}

.greenBoxLink > span{
    height: 25px;
    display: block;
    font-size: 20px;
    font-size: calc(20px - -0.2vw);
}

.greenBoxLink > span:first-child{
    vertical-align: top;
    margin-bottom: 50px;
    margin-top: 25px;
}

.greenBoxLink > span:not(:first-child){
    vertical-align: bottom;
    margin-bottom: 25px;
    margin-top: 25px;
}

.greenBoxLink > img{
    margin: auto;
    height: 120px;
    width: auto;
}

.greenBoxLink > i {
    font-size: 120px;
}

/**** Green Box Links - Scaleable****/
.scalableGreenBoxLinksContainer {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    text-align: center;
}

a.scalableGreenBoxLink:focus, a.scalableGreenBoxLink:active, a.scalableGreenBoxLink:visited {
    color: #fff;
    text-decoration: none;
}

.scalableGreenBoxLink {
    display: inline-block;
    height: 300px;
    width: 250px;
    text-align: center;
    background-color: #205329;
    color: #fff;
    vertical-align: top;
    border-radius: 6px;
    margin-top: 25px;
}

.scalableGreenBoxLink:hover {
    color: #fff;
    background-color: #1b4222;
    text-decoration: none;
    cursor: pointer;
}

.scalableGreenBoxLink > span{
    height: 25px;
    display: block;
    font-size: 20px;
    font-size: calc(20px - -0.2vw);
}

.scalableGreenBoxLink > span:first-child{
    vertical-align: top;
    margin-bottom: 50px;
    margin-top: 25px;
}

.scalableGreenBoxLink > span:not(:first-child){
    vertical-align: bottom;
    margin-bottom: 25px;
    margin-top: 25px;
}

.scalableGreenBoxLink > img{
    margin: auto;
    height: 120px;
    width: auto;
}

.scalableGreenBoxLink > i {
    font-size: 120px;
}

/**** Embedded Responsible Table ****/
.tablewrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
}

.tablewrapper h3{
    font-size: 28px;
    font-size: calc(28px - -0.2vw);
}

.embeddedtable {
    margin: 0 0 0 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    display: table;
}

.embeddedtablerow {
    display: table-row;
    background: #FFFFFF;
    font-size: 12px;
    font-size: calc(12px - -0.2vw);
}
.embeddedtablerow:nth-of-type(odd) {
    background: #bec6df;
}
.embeddedtablerow.header {
    font-weight: 900;
    color: #FFFFFF;
    background: #004b8d;
}

.embeddedtablecell {
    padding: 6px 12px;
    display: table-cell;
    font-size: 14px;
    font-size: calc(14px - -0.2vw);
}

.embeddedtablerow.green {
    background: #C2D69B;
}
.embeddedtablerow.green:nth-of-type(odd) {
    background: #EAF1DD;
}
.embeddedtablerow.header.green {
    background: #4F6228;
}

@media screen and (max-width: 580px) {
    .embeddedtable {
        display: block;
    }
    .embeddedtablerow {
        padding: 8px 0;
        display: block;
    }
    .embeddedtablecell {
        padding: 2px 12px;
        display: block;
    }
}

/**** Meet the Team Page ****/
.teamMemberBoxContainer .teamMemberBox {
    text-align: center;
    margin: auto;
    margin-left: 40%;
}
@media screen and (max-width: 537px) {
    .teamMemberBoxContainer .teamMemberBox {
        margin-left: 25%;
    }
}

.teamMemberBox {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 55px;
}

.teamMemberBox > div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.teamMemberBox > div:nth-child(2) {
    text-align: center;
    width: 200px;
}

.teamMemberBox > div > img {
    width: 100px;
    height: auto;
    margin: auto;
    padding: 0;
    margin-top: -20px;
}

.teamMemberBox > div > p {
    font-size: 14px;
    font-size: calc(14px - -0.2vw);
    font-weight: bold;
}

.teamMemberRow {
    margin-bottom: 30px;
}

/**** Preview Dialog Styles ****/
.resourcePreviewHtml {
    display: none;
}

.previewTypeIcon {
    width: 25px !important;
    height: auto !important;
}

.dialogPreviewResourceLink {  }

.dialogPreviewResourceLink:hover,.dialogPreviewResourceLink:active, .dialogPreviewResourceLink:focus {
    cursor: pointer;
}

.previewResourceDirectLink {
    margin-left: 25px;
    margin-bottom: 15px;
}

.previewResourceRow {
    margin-top: 25px;
    margin-bottom: 25px;
}

/**** Media Kit Page Styles ****/
.bigText {
    font-size: 1.5em;
}

.cleanList > li {
    padding-bottom: 10px;
}

/**** Message Badge Styles ****/
.starBadge,
.starBadge:before,
.starBadge:after,
.starBadge .message,
.starBadge .message:before,
.starBadge .message:after {
	height: 50px;
	width: 50px;
	background: #4bf76e top left no-repeat;
	background-size: 50px;
}

.starBadge:before,
.starBadge:after,
.starBadge .message:before,
.starBadge .message:after {
	content: "";
	position: absolute;
}

.starBadge {
	margin: 150px auto; /* Centering */
	-webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	   -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	       transform: rotate(-45deg);
}

.starBadge:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-30deg);
	  -moz-transform: rotate(-30deg);
	   -ms-transform: rotate(-30deg);
	    -o-transform: rotate(-30deg);
	       transform: rotate(-30deg);
}

.starBadge:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-15deg);
	  -moz-transform: rotate(-15deg);
	   -ms-transform: rotate(-15deg);
	    -o-transform: rotate(-15deg);
	       transform: rotate(-15deg);
}

.starBadge .message {
	padding: 3px 0em;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	   -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	       transform: rotate(45deg);
	z-index: 1; /* important so the text shows up */
}

.starBadge .message:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(60deg);
	  -moz-transform: rotate(60deg);
	   -ms-transform: rotate(60deg);
	    -o-transform: rotate(60deg);
	       transform: rotate(60deg);
}

.starBadge .message:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(75deg);
	  -moz-transform: rotate(75deg);
	   -ms-transform: rotate(75deg);
	    -o-transform: rotate(75deg);
	       transform: rotate(75deg);
}

.starBadge .message span {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  color: #FE3D5C;
  font-family: Sans-Serif;
  font-size: 20px;
  text-transform: uppercase;
}

.starBadge .message span.messageText {
  font-weight: bold;
  color: #205329;
  margin-top: 20%;
}

.rightCornerBadge {
  position: absolute;
  top: -170px;
  right: -25px;
}

/* CASN Activities - template-casn-activities.php */
.casn-activities {
    background: #fff;
    box-shadow: 0 0 2px #666;
    padding: 20px 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.casn-activities img {
    border: 1px solid rgba(0,0,0, .8);
    margin: 10px 15px;
    max-width: 100%;
    width: auto;
}

/* Bending-Lifting-Climbing Page */
.bend-lift-climb-hr {
	float: none;
	width: 85%;
}

/** Toggle Group Buttons **/
button.active-group[data-toggle-group] {
    background-color: #CCCCCC;
}