/*
Theme Name: Mountain Trust
Theme Author: Red Graphic
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*_variables.scss */
/* Body Text Styles */
/*_typography.scss*/
/* line 4, sass/_partials/_typography.scss */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  padding-bottom: 15px;
  font-weight:bolder;
  color: #0071bc;
}

/* line 10, sass/_partials/_typography.scss */
h1 {
  font-size: 30px;
}

/* line 14, sass/_partials/_typography.scss */
h2 {
  font-size: 24px;

}

/* line 18, sass/_partials/_typography.scss */
h3 {
  font-size: 20px;
}

/* line 22, sass/_partials/_typography.scss */
h4 {
  font-size: 18px;
  font-weight: bolder;
  color: #0071bc;
  padding-bottom: 10px;
}
h5, h6 {
  font-size: 16px;
  font-weight: bolder;
  color: #0071bc;
  padding-bottom: 10px;
}

/* line 26, sass/_partials/_typography.scss */
p {
  font-size: 16px;
  line-height: 22px;
  color:#4f4f4f;
  padding-bottom:10px;
}

/* line 1, sass/_partials/_header.scss */
#header {
  width: 100%;
  z-index: 1000;
  position: relative;
}
/* line 6, sass/_partials/_header.scss */
#header .top_header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  float: left;
}
/* line 11, sass/_partials/_header.scss */
#header .top_header nav {
  float: right;
  padding-right: 20px;
}
/* line 15, sass/_partials/_header.scss */
#header .top_header nav ul li {
  display: inline-block;
}
/* line 18, sass/_partials/_header.scss */
#header .top_header nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0px;
  margin: 0 30px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
/* line 27, sass/_partials/_header.scss */
#header .top_header nav ul li a:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  background: #ffffff;
  width: 0;
  height: 3px;
  display: block;
  transition: all ease 0.2s;
}
/* line 39, sass/_partials/_header.scss */
#header .top_header nav ul li:hover > a:after {
  width: 100%;
  margin-left: -50%;
}
/* line 48, sass/_partials/_header.scss */
#header .logo {
  position: absolute;
  left: 50px;
  top: 100px;
}

/* line 1, sass/_partials/_home.scss */
.slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  z-index: 10;
}
/* line 10, sass/_partials/_home.scss */
.slide .slide_text {
  position: absolute;
  left: 50px;
  top: 35%;
  width: 45%;
  color: #0071bc;
}
/* line 17, sass/_partials/_home.scss */
.slide .slide_text h1 {
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
  font-size: 45px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* line 26, sass/_partials/_home.scss */
#button {
  position: fixed;
  top: 60%;
  left: -510px;
  height: auto;
  width: 550px;
  background: rgba(0, 113, 188, 0.8);
  z-index: 1000;
  border-radius: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.home #button {
  position: absolute;
}
/* line 38, sass/_partials/_home.scss */
#button.show {
  left: -50px;
}
/* line 41, sass/_partials/_home.scss */
#button.show .text {
  opacity: 0;
}
/* line 46, sass/_partials/_home.scss */
#button .text {
  color: #ffffff;
  position: absolute;
  width: 150px;
  text-align: center;
  font-weight: 700;
  right: -60px;
  top: 80px;
  font-size: 20px;
  opacity: 1;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
#home #button .text{
  right: -50px;
}
.button_content a{
  background: #ffffff;
  color: #0071bc;
  font-weight: bolder;
  text-decoration: none;
  margin-top: 2px;
  width:85%;
  display: block;
  text-align: center;
}


/* line 1, sass/_partials/_footer.scss */
#container {
  margin-bottom: 500px;
}

/* line 5, sass/_partials/_footer.scss */
#footer_tabs {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  clear: both;
}
.page #footer_tabs, .single #footer_tabs {
  position: relative;
}
/* line 13, sass/_partials/_footer.scss */
#footer_tabs.open {
  position: relative;
}
/* line 16, sass/_partials/_footer.scss */
#footer_tabs.open ul li {
  height: 250px;
}
/* line 19, sass/_partials/_footer.scss */
#footer_tabs.open ul li .image {
  height: 250px;
}
/* line 23, sass/_partials/_footer.scss */
#footer_tabs.open ul li p {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 30, sass/_partials/_footer.scss */
#footer_tabs.open ul li.below {
  transform: translateY(0px);
}
/* line 36, sass/_partials/_footer.scss */
#footer_tabs ul li {
  width: 25%;
  height: 50px;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-top: 2px;
  transition: all ease 0.2s;
}
/* line 45, sass/_partials/_footer.scss */
#footer_tabs ul li.below {
  transform: translateY(-200px);
}
/* line 49, sass/_partials/_footer.scss */
#footer_tabs ul li .box_content {
  height: 100%;
  margin-right: 2px;
  position: relative;
}
/* line 55, sass/_partials/_footer.scss */
#footer_tabs ul li:nth-child(4n + 4) .box_content {
  margin-right: 0;
}
/* line 59, sass/_partials/_footer.scss */
#footer_tabs ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
}
/* line 65, sass/_partials/_footer.scss */
#footer_tabs ul li p {
  color: #ffffff;
  padding-top: 16px;
  width: 100%;
  text-align: center;
  background: rgba(0, 113, 188, 0.8);
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 200;
  position: relative;
}
/* line 79, sass/_partials/_footer.scss */
#footer_tabs ul li:hover p {
  background: rgba(0, 141, 92, 0.8);
}
/* line 84, sass/_partials/_footer.scss */
#footer_tabs ul li .image {
  height: 50px;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: -50;
  transition: all ease 0.2s;
}
/* line 96, sass/_partials/_footer.scss */
#footer_tabs ul li:hover {
  z-index: 9999;
}
/* line 99, sass/_partials/_footer.scss */
#footer_tabs ul li:hover .image {
  height: 250px;
  z-index: 100;
}

#footer_menu .footer div.menu-footer_menu-container {
  float:left;
}
#footer_menu .footer .col_middle p {
  float:right;
}

#footer_menu .footer ul li{
  display: inline-block;
  text-decoration: none;
  padding:0 15px;
  position:relative;
}
#footer_menu .footer ul li:after {
  position:absolute;
  content:'';
  right:0;
  top:3px;
  height:14px;
  width:1px;
  background:#0071bc;
  display: block;
}
#footer_menu .footer ul li:last-child:after {
  display: none;
}
#footer_menu .footer ul li a{
  display: block;
  text-decoration: none;
  color: #0071bc;
}
#footer_menu .footer .col_left img{
  float: left;
  padding-right: 30px;
  padding-top:15px;
}
#footer_menu .footer p{
  display:inline-block;
}
.col_left {
  width:20%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.col_middle {
  width:60%;
  float:left;
  padding-top:40px;
}
.col_right {
  padding-top: 10px;
  float:right;
  width:18%;
  text-align:right;
  padding-right:45px;
  box-sizing:border-box;
}
#footer_menu .footer .col_right img{
  padding:15px 5px;
}
.button_content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 85px;
  padding-right: 85px;
  color: #ffffff;
  line-height: 1.5;

}
.button_content p {
  font-size:14px;
}
.button_content span{
  width: 50px;
  display: inline-block;
}
.button_content h6{
   font-weight: bolder;
}
#button .white_logo {
  position:absolute;
  right:20px;
  top:20px;
  opacity:0;
  transition:all ease 0.2s;
}
#button.show .white_logo {
  opacity:1;
}
.cycle-pager{
  position: absolute;
  right: 50px;
  bottom: 120px;
  z-index: 500;
}
.cycle-pager span{
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color:#0071bc;
}
#menu .menu li .sub-menu {
  position:absolute;
  top:46px;
  left:0;
  width:100%;
  z-index: 99999;
  background:rgba(0,141,92,0.8);
  text-align: right;
  box-sizing:border-box;
  display: none;
  padding-right: 10px;
}
#menu .menu li .sub-menu li a {
  display:block;
  padding:20px 10px!important;
  position:relative;
}
#menu .menu li .sub-menu li a:after {
  background:#ffffff!important;
}

#menu .menu li:hover .sub-menu {
  display:block;
}







/* Page template default */
.inside_page_slide {
  height:450px;
  position: relative;
}
.inside_page_slide .slide_text {
  position:absolute;
  bottom:30px;
  left:50px;
  top:auto;
}
.slide_right {
  position:absolute;
  right:0;
  width:25%;
  background: rgba(0, 113, 188, 0.8);
  height:100%;
  border-left:2px solid #ffffff;
  box-sizing:border-box;
}

.full_colour .slide_right {
  background: #0071bc;
}
.inside_menu{
  width: 100%;
  background: rgba(111, 157, 178, 0.8);
  padding-left: 30px;
  box-sizing:border-box;
}
.inside_menu ul{
  color: #ffffff;

}
.inside_menu ul li{
  display: inline-block;
  position:relative;
}
.inside_menu ul li a{
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding:20px;
  position:relative;
}
.inside_menu ul li:after {
  position:absolute;
  content:'';
  right:0px;
  top:22px;
  height:14px;
  width:1px;
  background:#ffffff;
  display: block;
}
.inside_menu ul li a:before {
  position:absolute;
  content:'';
  left:50%;
  bottom:0px;
  height:3px;
  width:0;
  background:#ffffff;
  display: block;
  transition: all ease 0.2s;
}
.inside_menu ul li a:hover:before {
  width:100%;
  margin-left:-50%;
}
.inside_menu ul li:last-child:after {
  display: none;
}
.inside_menu ul li.current-menu-item a:before {
  width:100%;
  margin-left: -50%;
}
.slide_right h3 {
  position:absolute;
  bottom:30px;
  right:10%;
  text-align:right;
  color:#ffffff;
  width:80%;
  font-size:26px;
  line-height: 35px;
  font-weight:lighter;
}
.page_content {
  padding:30px 50px 0;
}
.page_content #breadcrumbs {
  font-size:14px;
  padding-bottom:0;
}
.page_content #breadcrumbs .breadcrumb_last {
  color:#4f4f4f;
  font-weight: 700;
}
.page_content #breadcrumbs a {
  text-decoration: none;
  color:#4f4f4f;
}
.page_content #breadcrumbs a:hover {
  text-decoration: none;
  color:#0071bc;
}
.entry-content {
  padding-top:20px;
}
.entry-content ul, .entry-content ol {
  font-size: 16px;
  line-height: 22px;
  color:#4f4f4f;
  list-style-position: inside;
  padding-bottom: 15px;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul li, .entry-content ol li{
  padding-bottom: 5px;

}
.entry-content blockquote{
  margin-bottom:20px;
  font-style: italic;
  padding:20px 40px 10px 40px;
  background:#f4f4f4;
  border-left:2px solid #0071bc;
}
.entry-content blockquote p {
  display: inline-block;
  color:#888888;
}
.page #container, .single #container {
  margin-bottom:0;
}
.entry-content .text_in {
  padding:0px 50px;
}
.entry-content .text_in.special_text {
  padding:50px;
}
.page_content.template {
  padding:0;
}
.page_content.template #breadcrumbs {
  padding:20px 0;
}
.entry-content .page_image {
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}
.template .entry-content {
  padding:0;
}
.page_image {
  min-height: 300px;
}
/* Page template 1 */
.template .entry-content div {
  float:left;
  box-sizing:border-box;
}
.template .entry-content .main_area {
  padding-bottom:50px;
  box-sizing:border-box;
}
.template.temp_three .entry-content .main_area {
  padding-bottom:0px;
}

.temp_one .main_area {
  width:75%;
  height:auto;
}
.temp_one .image_one {
  width:25%;
  padding-bottom: 50px;
}
.temp_one .image_two {
  width:25%;
  height:400px;
  padding:50px;
}
.temp_one .image_three {
  width:50%;
  height:400px;
  padding:50px;
}
.temp_one .special_text {
  width:25%;
  height:auto;
  min-height: 400px;
}
/* Page template 2 */
.temp_two .entry-content .page_image{
  width: 25%;
}
.temp_two .entry-content .text_in{
  width: 75%;
}
.temp_two .entry-content .text_in.special_text {
  width:50%;

  color: #ffffff!important;
}
.temp_two .image_one {
  padding-bottom: 50px;
}
.temp_two .image_two {
  width:25%;
  padding: 50px;
}
.temp_two .image_three {
  width:25%;
  padding: 50px;
}
/* Page template 3 */
.temp_three .entry-content .main_area{
  width: 50%;
}
.temp_three .image_one{
  width: 50%;

}
.template.temp_three .entry-content .image_two {
  width: 50%;
  padding: 50px;
}
.temp_three .image_three {
  width: 50%;

}
.temp_three .entry-content .text_in.special_text {
  padding: 50px;
  width: 50%;
  height:auto;
  min-height:400px;
}
.template.temp_three .entry-content .image_five {
  width: 50%;
  padding: 50px;
}

/* Page template 4 */

.main_area{
  width: 75%;
}

.temp_four .entry-content .page_image {
  width: 25%;
  float:right;
  clear:right;
}

.page-id-40 .wpcf7 {
  width: 46%;
  padding-left: 50%;
  height: 400px;
  float: right;
}
.page-id-40 form input  {
  width:100%;
  height: 15px;
  padding: 5px;
  margin-top: 8px;
}
.page-id-40 .wpcf7 p{
  color: #0071bc;
  margin-bottom: 2px;
  font-weight: bolder;

}
.page-id-40 textarea{
  width: 100%;
  height: auto;
  resize: none;
  margin-top: 8px;
  border: 1px solid #ccc;
}
input:focus {
  outline:none;
}
textarea:focus{
   outline:none;
}
.entry-content .contact_info{
  clear: both;
  float: right;
  width: 46%;
  color: #4f4f4f;
  padding-bottom: 40px;
  }
.entry-content .contact_info p:after{
  line-height: 12px;
}
.entry-content .contact_info a{
  text-decoration: none;
  color: #4f4f4f;
}

.entry-content .contact_info a:hover{
  color: #0071bc;
}
.page-id-71 .wpcf7{
  width: 100%;
  position: relative;
}
.wp-image-265 {
  float: left;
  height: 655px;
  width: auto;
}
.page-id-71 .wpcf7 p{
  color: #0071bc;
  margin-bottom: 2px;
  font-weight: bolder;
}
.wpcf7-form-control-wrap{
  width:100%;
  height: 15px;

}
.button_content p{
  color: #ffffff;
}
.button_content h6{
  color: #ffffff;
}
#map {
  height:680px;
  width:50%;
  position: absolute;
}
.special_text a{
  text-decoration: none;
  color: #0071bc;
}

.special_text a:hover{
  color: #0071bc;
  text-decoration: underline;
}
.row {
  float: left;
  padding-bottom: 20px;
  width: 45%
}
.row-1 {
  float: right;
  width: 45%;
}
.row-2 {
  width: 100%;
  float: left;
}
.cell {
  color: #0071bc;
  font-weight: bolder;
  margin-bottom: 15px;
}

.entry-content p{
  color: #4f4f4f;
  font-weight: lighter;
}
.main_area a{
  color: #0071bc;
  text-decoration: none;
}
.main_area a:hover{
  color: #0071bc;
  text-decoration: underline;
}
.page-id-71 .row{
   float: left;
  width: 100%;
  padding: 0;
}
.page-id-71 .row-1{
  float: right;
  width: 100%;
}
.page-id-71 .row-2{
  float: left;
  width: 100%;
}
.page-id-71 .row-3{
  float: right;
  width: 100%;
}
.row-4{
  float: left;
    width: 100%;
}
.row-5{
  float: right;
    width: 100%;
}
.row-6{
  float: left;
    width: 100%;
}
.page-id-71 form input{
  width: 100%;
  padding: 5px;
  box-sizing:border-box;
  margin-top: 8px;
}
.page-id-71 textarea{
  width: 100%;
  resize:none;
  border: 1px solid #ccc;
  margin-top: 8px;
  box-sizing: border-box;
}
.page-id-71 .row-7 input{
  height: 30px;
  width: 20%;
  padding:5px;
  font-size: 14px;
  border-radius: 5px;
  color: #ffffff;
  float: left;
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-id-71 .row-7 input:hover{
  padding:5px 15px;
  background: #0071bc;
  border:0 none;
  cursor:pointer;
  border-radius: 5px;
}
.page-id-71 input.wpcf7-file {
  display: none;
}
.page-id-71 .upload {
  color:#ffffff;
  background:#0071bc;
  padding:5px 20px;
  cursor: pointer;
}
.page-id-42 h5{
  padding-top: 30px;
}
div.wpcf7-validation-errors.wpcf7-response-output{
  border: 2px solid #bf2026;

}
.page-id-71 .page_image {
  width:25%;
  float:left;

  background-size:cover;
  padding:50px;
  box-sizing:border-box;
  background-repeat: no-repeat;
}
.page-id-71 .special_text {
  width:75%;
  float:left;
  padding:50px;
  box-sizing:border-box;
  background:#f3f3f3;
}
.page-id-71 .entry-content {
  padding-bottom:50px;
}
.page-id-71 form .cell {
  width:48%;
  float:left;
}
.page-id-71 form .row .cell:nth-of-type(2) {
  float:right;
}
.page-id-71 form .row.bigrow .cell {
  width:100%;
}
.page-id-40 .wpcf7-submit{
  width: 30%;
  background: #0071bc;
  color: #ffffff;
  border: 0;
  height: 30px;
  font-size: 14px;
  font-weight: bolder;
}
div.wpcf7-response-output {
  clear: both;
}
.page-id-71 .wpcf7-submit {
  background: #0071bc;
  color: #ffffff;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  width: 50%;
  font-weight: bolder;
  margin-top: 20px;
}
.page-id-40 h5, h6{
  padding-bottom: 5px;
}
.wpcf7-select {
  margin-top: 8px;
}
.page-id-40 .page_content #breadcrumbs{
  width: 46%;
  padding-bottom: 20px;
  float: right;
}
.address{
  float: left;
  width: 50%;
}
.contact{
  float: right;
  width: 50%;
}
.page-id-40 .page_content{
  height: 640px;
}

.page-template-default .page_content, .page-template-page-the-team .page_content, .page-template-dropdown_content_template .page_content, .page-template-project_template .page_content, .single .page_content {
  max-width:1200px;
  margin:0 auto;
}

.page-template-default .entry-content {
  padding-bottom:60px;
}

.page .slide .slide_text {
  width:65%;
}

.entry-content img {
  margin:0 15px;
}

img.alignleft {
  margin-left:0;
}
img.alignright {
  margin-right:0;
}

.entry-content strong {
  font-weight:bold;
}

.entry-content table {
  width:100%;
}
.entry-content table tr td, .entry-content table tr th {
  border:1px solid #cccccc;
  padding:10px;
  font-size: 16px;
  line-height: 22px;
  color:#4f4f4f;
}

.entry-content table tr th {
  background:#0071bc;
  color:#ffffff;
}

.alignleft {
  float:left;
}
.alignright {
  float:right;
}

.members {
  padding-bottom:50px;
  float:left;
}

.members h3.team_title {
  clear:both;
  padding:60px 0 20px 0;
}

.member {
  float:left;
  width:50%;
  border-bottom:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  box-sizing:border-box;
  padding:30px 0;
}

.partner {
  float:left;
  width:46%;
  box-sizing:border-box;
  padding: 30px 3% 30px 3%;
}

.members .member:nth-of-type(even) {
  padding-left:20px;
  border-right:none;
}

.partner .image {
  height:100px;
  margin-left:20px;
  width:150px;
  float:right;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.member .image, {
  height:150px;
  margin-right:20px;
  width:150px;
  float:left;
  background-size:cover;
  background-repeat: no-repeat;
}

.drop_area {
  margin:30px 0;
}

.drop {
  background:#f3f3f3;
  margin-bottom:5px;
}

.drop .drop_link {
  padding:15px;
}

.drop:hover .drop_link {
  background:#0071bc;
  color:#ffffff;
}

.drop.active .drop_link {
  background:#0071bc;
  color:#ffffff;
}

.drop_content {
  display: none;
  padding:30px;
}

.drop_link {
  background:#ebebeb;
  position: relative;
  cursor: pointer;
}

.drop .drop_link:after {
  content:'+';
  position:absolute;
  right:15px;
  top:10px;
  font-size:25px;
  display: block;
  transition:all ease 0.2s;
}

.drop.active .drop_link:after {
  transform:rotate(45deg);
}

.col-3 {
  width:33.3%;
  float:left;
}

.col-3 img {
  margin:0 0 10px 0;
}


/* Updates Page */

.update {
  margin:20px 0;
  padding-bottom:20px;
  float:left;
  width:100%;
  height:270px;
  overflow: hidden;
  border-bottom:1px solid #ebebeb;
}

.single .update {
  height:auto;
  padding-bottom:50px;
}

.update .left {
  float:left;
  width:20%;
}
.update .left .image {
  width:100%;
  height:200px;
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
}

.update .left a.proj_button {
  width:100%;
  display:block;
  color:#ffffff;
  background:#0071bc;
  padding:15px 0;
  text-decoration: none;
  text-align: center;
  margin-top:15px;
}

.update .left ul li {
  list-style:none;
  width:49%;
  margin-left:2%;
  margin-bottom:2%;
  padding:0;
  float:left;
  height:100px;
  overflow: hidden;
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
}

.update .left ul a:first-child li {
  width:100%;
  margin-left:0%;
  height:200px;
}

.update .left ul a:nth-child(2n + 2) li {
  margin-left:0%;
}

.update .right {
  width:76%;
  float:right;
}

.update .right h2 span {
  color:#6f9db2;
}

.update .right span.date, .update .right span.location {
  display: inline-block;
  font-size:20px;
  color:#6f9db2;
  margin-right:20px;
  margin-bottom:20px;
}

.update .right span img {
  margin:0;
  margin-right:10px;
}
