/* GENERAL */

body {
  font-family: 'Montserrat', sans-serif;
  color: #171717;
  background-color: #FFF;
  line-height: 1.6;
}
p {
  font-size: 1.8em;
  text-align: justify;
}

.wrapper {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
/*
.header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
*/
/*
.header.header-home {
  height: 800px;
}
*/
/*
.header:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.14);
}
*/
.language-chooser li a {
	color: #D93333; /*#01295F*/
}
.language-chooser li.active a,
.language-chooser li:hover a {
	background-color: #D93333; /*#01295F*/
}

.main {
  padding: 0;
}
.main-wrapper {
  padding-bottom: 80px;
}
/*
.site-title {
  margin-bottom: 60px;
  color: #FFF;
  font-size: 6em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
*/

.footer {
  font-size: 1.5em;
  color: #FFF;
  background-color: #01295F;
}
.footer-wrapper {
  display: inline-block;
  padding: 27px 0;
}
.footer-right {
  padding-left: 15px;
  text-align: right;
}


/* ALL PAGES */

.page-title {
	padding-top: 33px;
  border-bottom: 2px solid #D93333;
	margin-bottom: 67px;
}
.page-title h1 {
  display: inline-block;
  position: relative;
  top: 17px;
  padding-right: 30px;
  color: #D93333;
  background-color: #FFF;
  font-size: 3em;
  font-weight: 600;
  text-align: left;
}
.page-subtitle h2 {
  font-size: 3.2em;
  font-weight: 600;
}



/* HOME */

.content-top-wrapper {
	padding: 80px 0;
}
.content-cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.content-col-1 {
  display: table-cell;
  width: 30%;
  padding-right: 20px;
  color: #5d0027;
  font-size: 3.2em;
  font-weight: 600;
  vertical-align: top;
}
.content-col-2 {
	display: table-cell;
  width: 70%;
  border-left: 15px solid #F95F55;
  padding-left: 40px;
  vertical-align: top;
}

.content-circles {
	padding: 80px 0;
  background-color: #FED4D1;
}
.content-circles-wrapper {
  text-align: center;
}
.cc-entries {
  display: inline-block;
  width: 100%;
}
.cc-entry {
  display: block;
  position: relative;
  float: left;
  width: 23.8%;
  height: 0;
  padding-bottom: 23.8%;
  margin-right: 1.6%;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.cc-entry:nth-child(4n+4) {
  margin-right: 0;
}
.cce-top {
	display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cce-bottom {
	display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  color: #000;
  background-color: #FD5F55;
  line-height: 1.3;
  text-align: center;
}
.cce-bottom span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: -5px;
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}


/* UPCOMING */

.upcoming-entries {
  display: inline-block;
  width: 100%;
}
.upcoming-entry {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 60px 15% 56px;
  margin-bottom: 60px;
  border-left: 15px solid #F95F55;
}
.upcoming-entry:nth-child(odd) {
	clear: both;
}
.uc-date {
  margin-bottom: 35px;
  font-size: 3.1em;
  font-weight: 600;
  line-height: 1.2;
}
.uc-title {
  font-size: 3.2em;
  line-height: 1.2;
}
.uc-icon {
  display: block;
  position: absolute;
  left: 60px;
  bottom: 3px;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background: url('images/staff-association/icon-calendar@2x.png') no-repeat center center;
  background-size: contain;
}


/* COMMITTEE MEMBERS */

.content-image {
  width: 100%;
  margin-bottom: 50px;
}
.content-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cm-row {
  padding-left: 30px;
  border-left: 15px solid #F95F55;
  margin-bottom: 43px;
}
.cmr-heading {
  margin-bottom: 22px;
  color: #FFC300;
  font-size: 3em;
  font-weight: 600;
}
.cmr-entries {
	display: inline-block;
	width: 100%;
}
.cmr-entry {
  float: left;
  width: 33%;
  padding: 0 0 30px 45px;
}
.cmr-entry-single {
  float: none;
  width: 100%;
}
.cmr-entry:nth-child(3n+1) {
	clear: both;
}
.cmr-title, .cmr-name, .cmr-area {
	display: block;
	line-height: 1.2;
}
.cmr-title {
	font-size: 1.9em;
}
.cmr-name {
  margin-bottom: 5px;
  font-size: 2.1em;
  font-weight: 600;
}
.cmr-area {
	font-size: 1.7em;
}


/* FORMS */

.download-entries {
  display: inline-block;
  width: 100%;
}
.download-entry {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 60px 110px 56px;
  margin-bottom: 40px;
  border-left: 15px solid #F95F55;
}
.download-name {
  margin-bottom: 33px;
}
.download-label {
  display: block;
  font-size: 2.2em;
}
.download-content {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
}
.download-more {
  display: inline-block;
  position: absolute;
  left: 56px;
  bottom: 0;
  padding: 27px 87px 27px 20px;
  color: #000;
  background-color: #FFC700;
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.download-more:after {
  position: absolute;
  display: block;
  content: '';
  right: 20px;
  top: 50%;
  width: 49px;
  height: 44px;
  background: url('images/staff-association/icon-download@2x.png') no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.download-more span {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}


/* CONTACT */

.content-contact {
  display: block;
  padding: 0 20px 0 56px;
  border-left: 15px solid #F95F55;
  margin-bottom: 80px;
}
.content-contact h2 {
	margin-bottom: 40px;
	font-size: 3em;
	color: #000;
	font-weight: 600;
}
.cc-rows {
	padding-bottom: 10px;
}
.cc-row {
	display: table;
	table-layout: fixed;
  position: relative;
  width: 100%;
  height: 65px;
  margin-bottom: 10px;
  font-size: 2.3em;
  line-height: 1.2;
}
.cc-row span {
	display: table-cell;
	width: 100%;
  padding-left: 118px;
  vertical-align: middle;
}
.cc-row:before {
  position: absolute;
  display: block;
  content: '';
  left: 30px;
  top: 50%;
  width: 57px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}
.cc-row-address:before {
  background-image: url('images/staff-association/icon-address@2x.png');
}
.cc-row-phone:before {
  background-image: url('images/staff-association/icon-phone@2x.png');
}
.cc-row-email:before {
  background-image: url('images/staff-association/icon-email@2x.png');
}

@media (max-width: 1100px) {
  .main-wrapper {
    padding-bottom: 20px;
  }
  .content-top-wrapper {
    padding: 60px 0;
  }
  .contente-cols, .content-col-1, .content-col-2 {
    display: block;
    width: 100%;
  }
  .content-col-1 {
    margin-bottom: 20px;
  }
  .content-col-2 {
    border-top: 5px solid #F95F55;
    border-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }
  .cce-bottom span {
    font-size: 1.8em;
  }
  .cms-entry {
    padding: 0 0 25px 25px;
  }

  .cm-row {
    border-left: 10px solid #F95F55;
    padding-left: 25px;
  }
  .cmr-entry {
    padding-left: 25px;
  }

  .download-entry, .upcoming-entry {
    border-left: 10px solid #F95F55;
    padding-left: 25px;
    padding-right: 30px;
  }
  .download-label {
    font-size: 1.8em;
  }
  .download-content, .uc-date, .uc-title {
    font-size: 2em;
  }
  .upcoming-entry {
    padding-bottom: 10%;
  }
  .uc-icon {
    left: 25px;
  }
  .uc-date {
    margin-bottom: 15px;
  }
  .uc-icon {
    width: 15%;
    padding-bottom: 15%;
  }
}

@media (max-width: 1000px) { 
  .content-col-1, .page-title h1, .cmr-heading {
    font-size: 2.6em;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1.5em;
  }
  .content-col-1, .page-title h1, .cmr-heading {
    font-size: 2.2em;
  }
  .download-label {
    font-size: 1.6em;
  }
  .download-content, .uc-date, .uc-title {
    font-size: 1.8em;
  }
  .page-title {
    padding-top: 13px;
    margin-bottom: 47px;
  }
  .main-menu-button {
    background-color: #D93333;
  }
  .content-top-wrapper {
    padding: 30px 0 40px 0;
  }
  .content-col-1 {
    margin-bottom: 10px;
  }
  .content-col-2 {
    padding-top: 20px;
  }
  .cc-entries {
    max-width: 600px;
  }
  .cc-entry {
    width: 48%;
    padding-bottom: 48%;
    margin: 0 4% 4% 0;
  }
  .cc-entry:nth-child(even) {
    margin-right: 0;
  }

  .download-entry, .upcoming-entry {
    border-left: 8px solid #F95F55;
    padding-left: 15px;
    padding-right: 25px;
  }
  .download-entry {
    padding-bottom: 100px;
  }
  .download-name {
    margin-bottom: 18px;
  }
  .download-more {
    left: 17px;
  }

  .upcoming-entry {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  .uc-icon {
    left: 20px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
  }

  .content-image {
    margin-bottom: 30px;
  }
  .cm-row {
    border-left: 8px solid #F95F55;
    padding-left: 15px;
    margin-bottom: 33px;
  }
  .cmr-entry {
    padding-left: 10px;
  }
  .cmr-heading {
    margin-bottom: 12px;
  }
  .cmr-name {
    font-size: 1.7em;
  }
  .cmr-area {
    font-size: 1.5em;
  }
}

@media (max-width: 600px) {
  .download-entry, .upcoming-entry {
    float: none;
    width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  p {
    text-align: left;
  }
  .content-col-1, .page-title h1, .cmr-heading {
    font-size: 2em;
  }
  .download-label {
    font-size: 1.6em;
  }
  .download-content, .uc-date, .uc-title {
    font-size: 1.6em;
  }

  .page-title {
    padding-right: 15px;
  }
  .content-circles {
    padding: 40px 0;
  }
  .cm-row {
    border-left: 5px solid #F95F55;
  }
  .cmr-entry {
    padding-bottom: 20px;
  }
  .cmr-name {
    font-size: 1.4em;
  }
  .cmr-area {
    font-size: 1.3em;
  }

  .download-entry {
    padding-bottom: 70px;
  }
  .download-more {
    padding: 17px 67px 17px 20px;
  }
  .download-more:after {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 400px) {
  p {
    font-size: 1.4em;
  }
  .cce-bottom span {
    font-size: 1.5em;
  }
}
