@import "reset.css";
@import "../fonts/fonts.css";
@import "../fonts/icons.css";
p,
a,
ul,
ol {
  font-size: 17px;
  line-height: 28px;
}
@media (max-width: 500px) {
  p,
  a,
  ul,
  ol {
    font-size: 14px;
  }
}
strong {
  font-weight: normal;
  font-family: "weblysleek_uisemibold";
}
@media (max-width: 500px) {
  strong {
    font-family: "weblysleek_uisemilight";
    font-weight: bold;
  }
}
.font_small {
  font-size: 14px;
}
.font_tiny {
  font-size: 10px;
  line-height: 13px;
}
.font_headers {
  font-size: 24px;
}
@media (max-width: 500px) {
  .font_headers {
    font-size: 20px;
  }
}
.font_headline {
  font-size: 38px;
  line-height: 38px;
}
@media (max-width: 500px) {
  .font_headline {
    font-size: 24px;
  }
}
.font_label {
  font-size: 20px;
}
@media (max-width: 500px) {
  .font_label {
    font-size: 18px;
  }
}
.font_bold {
  font-family: "weblysleek_uisemibold";
}
.font_donate {
  font-size: 28px;
  font-family: "weblysleek_uisemibold";
}
.font_donate_small {
  font-size: 16px;
  font-family: "weblysleek_uisemibold";
}
@media (max-width: 600px) {
  .font_donate_small {
    font-size: 14px;
  }
}
.font_donate_smaller {
  font-size: 12px;
  margin-bottom: -10px;
}
a {
  text-decoration: none;
  color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.news-text h1 {
  font-size: xx-large;
}
.news-text h2 {
  font-size: x-large;
}
.news-text h3 {
  font-size: large;
}
.news-text h4,
.news-text h5,
.news-text h6 {
  font-size: medium;
  font-weight: bold;
}
.news-text em {
  font-style: italic;
}
.news-text ul li,
.news-text ol li {
  display: list-item;
  margin-left: 20px;
  margin-left: 0.2rem;
}
.news-text ul {
  list-style-type: disc;
}
.news-text ol {
  list-style-type: decimal;
}
.font_white {
  color: #fff;
}
.font_blue {
  color: #55acee;
}
.font_pink {
  color: #d71f85;
}
.font_greyDark {
  color: #323232;
}
.font_greyLight {
  color: $font_greyLight;
}
.font_green {
  color: #6dc530;
}
.font_accent {
  color: #6dc530;
}
.center_txt {
  text-align: center;
}
.right_txt {
  text-align: right;
}
.left_txt {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.inherit_lh {
  line-height: inherit;
}
.bg_pink {
  background: #d71f85;
}
.bg_green {
  background: #6dc530;
}
.bg_orangeDark {
  background: #ff7f00;
}
.bg_yellow {
  background: #ffd900;
}
.bg_black {
  background: #000;
}
.bg_blue {
  background: #3784d6;
}
.bg_purple {
  background: #643db4;
}
.bg_orange {
  background: #fe9509;
}
.bg_blueLight {
  background: #55acee;
}
.bg_white {
  background: #fff;
}
.bg_blueAlpha {
  background: rgba(55,132,214,0.95);
}
.bg_greenBlueAlpha {
  background: rgba(0,194,181,0.85);
}
.bg_greenBlue {
  background: #00c1b4;
}
.bg_orangeApha {
  background: rgba(255,127,0,0.3);
}
.bg_greyLight {
  background: #d7d7d7;
}
.bg_greyLighter {
  background: #f2f2f2;
}
.bg_greyDark {
  background: #323232;
}
.bg_grey {
  background: #656565;
}
.bg_greyMid {
  background: #e0e0e0;
}
.border_btm_greyLight {
  border-bottom: 1px #d7d7d7 solid;
}
.border_top_greyLight {
  border-top: 1px #d7d7d7 solid;
}
.border_greyDark {
  border: 1px #323232 solid;
}
.border_green {
  border-color: #6dc530;
}
.border_blue {
  border-color: #3784d6;
}
.border_white {
  border-color: $white;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-width: 500px;
  color: #656565;
  font-size: 62.5%;
  font-family: "weblysleek_uisemilight";
}
input {
  border: none;
  padding: 0 10px;
}
.wrapper {
  width: 100%;
}
.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .padding_mob_side {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 500px) {
  .padding_mob_side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.container {
  width: 980px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.margin_top_bottom {
  margin: 20px auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.align_vert {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.flip_H {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.round_50 {
  border-radius: 50%;
}
.inline_middle {
  display: inline-block;
  vertical-align: middle;
}
.inline_top {
  display: inline-block;
  vertical-align: top;
}
div.inline_top {
  width: 89%;
}
.absolute_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.absolute_bottom_center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.button {
  cursor: pointer;
}
.bg_contain {
  background-size: contain;
}
.bg_center {
  background-position: center;
}
.bg_cover {
  background-size: cover;
}
.bg_right {
  background-position: right;
}
.no_repeat {
  background-repeat: no-repeat;
}
header {
  width: 100%;
  min-height: 135px;
  padding-top: 45px;
  margin-bottom: 20px;
}
header .header-container {
  width: 1180px;
}
@media (max-width: 768px) {
  header .header-container {
    width: 100%;
  }
}
header .medi_logo {
  width: 305px;
  height: 69px;
  float: left;
}
@media (max-width: 768px) {
  header .medi_logo {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.patients_cta {
  width: 500px;
  height: 45px;
  margin-top: 10px;
  margin-left: 35px;
  position: relative;
  float: left;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .patients_cta {
    margin: auto;
    float: none;
    clear: both;
  }
}
@media (max-width: 500px) {
  .patients_cta {
    margin: auto;
    float: none;
    clear: both;
    width: 100%;
    height: 60px;
  }
}
.patients_cta p {
  font-size: 2rem;
}
.patients_cta .copy {
  width: 290px;
  float: left;
  padding-right: 10px;
}
@media (max-width: 500px) {
  .patients_cta .copy {
    padding-right: 5px;
    width: 58%;
  }
}
.patients_cta .button {
  min-width: 207px;
  height: 100%;
  float: right;
  padding: 0 10px 0 15px;
  line-height: 55px;
}
@media (max-width: 500px) {
  .patients_cta .button {
    width: 35%;
    line-height: 70px;
  }
}
.donate_sc {
  float: left;
  width: 186px;
  margin: -3px 0 0 23px;
}
.donate_sc * {
  height: 35px;
  line-height: 35px;
}
.donate_sc .donate_sc_top {
  background: #feda00;
  font-size: 15px;
}
.donate_sc .donate_sc_bottom {
  background: #ff8001;
}
@media (max-width: 768px) {
  .donate_sc {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }
  .donate_sc .donate_sc_top {
    width: 50%;
    float: left;
  }
  .donate_sc .donate_sc_bottom {
    width: 50%;
    float: right;
  }
}
.follow_us {
  float: right;
}
@media (max-width: 768px) {
  .follow_us {
    margin-left: 0px;
    margin-right: 25px;
  }
}
@media (max-width: 500px) {
  .follow_us {
    display: none;
  }
}
.medi_logo {
  width: 305px;
  height: 59px;
  fill: #f00;
  position: relative;
}
.medi_logo .copy {
  width: 82%;
  height: 100%;
  float: left;
  position: relative;
}
.medi_logo .copy .name {
  width: 100%;
  height: 46%;
}
.medi_logo .copy #logo_strap {
  position: relative;
  width: 100%;
  height: 40%;
}
.medi_logo .copy svg {
  width: 77%;
  height: auto;
  margin: 2% 0% 0% 23%;
}
.medi_logo .icon {
  width: 15%;
  height: 89%;
  float: right;
}
.follow_us {
  width: 110px;
  height: 60px;
}
.follow_us .copy {
  width: 100%;
  height: 35%;
}
.follow_us .buttons {
  width: 100%;
  height: 64%;
}
.follow_us .buttons .button {
  width: 27%;
  height: 100%;
  margin: 0 2%;
  display: inline-block;
}
menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  padding-top: 35px;
  display: none;
}
@media (max-width: 500px) {
  menu {
    display: block;
  }
}
menu.active {
  background: rgba(55,132,214,0.95);
  height: 100%;
  position: fixed;
}
menu.active .social {
  display: block;
}
menu.active .hamburger {
  color: #fff;
  margin-right: 40px;
  position: relative;
  z-index: 1000000;
}
menu .hamburger {
  width: 30px;
  height: 30px;
  float: right;
  font-size: 35px;
  margin-right: 20px;
  display: none;
  color: #393939;
}
@media (max-width: 500px) {
  menu .hamburger {
    display: block;
  }
}
menu nav {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
menu nav:first-of-type {
  margin: 80px 0 20px;
}
menu.active nav {
  height: auto;
}
menu.active nav .icon {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 30px;
  margin: 0px 10px 0 30px;
}
menu.active nav .icon .down {
  display: none;
}
menu.active nav .icon .right {
  display: block;
}
menu.active nav.active .down {
  display: block;
}
menu.active nav.active .right {
  display: none;
}
menu.active nav a {
  line-height: 30px;
  float: left;
}
menu.active nav section {
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}
menu.active nav section a {
  clear: both;
  margin-left: 70px;
}
menu .social {
  position: absolute;
  top: 33px;
  width: 100%;
  height: 60px;
  margin: -20px auto;
  padding-left: 30px;
  padding-top: 10px;
  display: none;
}
menu .social p {
  clear: none;
  float: left;
  line-height: 60px;
  padding-right: 10px;
}
menu .social a {
  height: 40px;
  width: 40px;
  display: block;
  clear: none;
  float: left;
  margin: 10px;
}
.hamburger_image {
  background-image: url("../images/menu_hamburger.png");
}
menu.active .hamburger_image {
  background-image: url("../images/menu_hamburger_wht.png");
}
.medicinema {
  background-image: url("../images/medicinema.png");
}
.medicinema_strap {
  background-image: url("../images/medicinema_strap.png");
}
.medicinema_icon {
  background-image: url("../images/medicinema_icon.png");
}
.patient_cta_image {
  background-image: url("../images/placeholder_patient_image.png");
}
.icon_facebook {
  background-image: url("../images/social_icon_facebook.png");
}
.icon_twitter {
  background-image: url("../images/social_icon_twitter.png");
}
.icon_flicker {
  background-image: url("../images/social_icon_flicker.png");
}
footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}
footer .tc {
  width: 260px;
  float: left;
  line-height: 44px;
}
@media (max-width: 768px) {
  footer .tc {
    width: 40%;
    line-height: 17px;
  }
}
footer .cta {
  width: 416px;
  height: 44px;
  margin: 0px 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 500px) {
  footer .cta {
    margin: 0px auto;
  }
}
footer .cta .title,
footer .cta input[type=email] {
  width: 72%;
  float: left;
  line-height: 44px;
}
footer .cta input[type=email] {
  display: none;
  height: 100%;
  font-size: 17px;
  color: inherit;
}
footer .cta input[type=email]:focus {
  outline: 0;
}
footer .cta .button {
  width: 28%;
  height: 100%;
  float: right;
  line-height: 44px;
}
footer .cta .button span {
  font-size: 20px;
  margin-left: 3px;
}
footer .legal {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  footer .legal {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  footer .legal p {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
}
footer .copyright {
  width: 220px;
  float: right;
}
@media (max-width: 769px) {
  footer .copyright {
    width: 60%;
  }
}
nav {
  width: 100%;
  position: relative;
  z-index: 25;
}
@media (max-width: 500px) {
  nav {
    display: none;
  }
}
nav.dropNav {
  top: -300px;
  position: fixed;
  padding-top: 20px;
  transition: top 0.5s;
}
nav.dropNav.dropNav.active {
  top: 0px;
}
nav .container {
  min-height: 32px;
  display: table;
}
nav .container a {
  position: relative;
  display: table-cell;
  line-height: 15px;
  padding: 5px 0 15px 0;
}
nav .container span {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
nav .container a.active span {
  display: block;
}
nav .sub_nav {
  position: absolute;
  top: 100%;
  height: auto;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s;
}
nav .sub_nav a {
  padding: 10px 0 20px 0;
}
nav .trim {
  width: 100%;
  height: 10px;
}
.twitter_feed {
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .twitter_feed {
    width: 100%;
  }
}
.twitter_feed .title {
  width: 121px;
  margin: 0 auto 40px auto;
  height: 20px;
  text-align: right;
  line-height: 19px;
  background-image: url("../images/twitter.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.twitter_feed .contain {
  height: 200px;
  overflow: hidden;
  float: left;
}
.twitter_feed .contain .tweets {
  width: 964px;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .twitter_feed .contain .tweets {
    width: 100%;
    height: auto;
  }
}
.twitter_feed .tweet {
  width: 964px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .twitter_feed .tweet {
    width: 100%;
  }
}
.twitter_feed .tweet .icon {
  width: 64px;
  height: 64px;
  float: left;
}
@media (max-width: 768px) {
  .twitter_feed .tweet .icon {
    width: 20%;
  }
}
.twitter_feed .tweet .icon .copy {
  width: 900px;
  padding: 0 20px;
  float: left;
}
@media (max-width: 768px) {
  .twitter_feed .tweet .icon .copy {
    width: 79%;
  }
}
.twitter_feed .tweet .show_more {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  line-height: 45px;
  clear: both;
  display: block;
}
.desktop .show_more {
  display: none;
}
.mCSB_dragger {
  width: 100%;
  background: #3784d6;
}
.donate {
  height: auto;
  position: relative;
  margin: 20px auto;
}
.donate.narrow {
  float: right;
  display: block;
  margin: 10px 0 20px 0;
}
@media (min-width: 769px) {
  .donate.narrow {
    width: 318px;
    min-height: 628px;
  }
}
.donate a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  transition: height 0.5s;
  overflow: hidden;
}
.donate.active a {
  height: 50px;
}
.donate .header {
  width: 50%;
  height: 50px;
  float: left;
  line-height: 50px;
}
.donate .menu {
  width: 50%;
  height: 50px;
  float: right;
}
.donate .menu .tab {
  width: 50%;
  height: 50px;
  float: left;
  line-height: 50px;
  background: rgba(255,127,0,0.3);
}
.donate .menu .tab.selected {
  background: none;
}
.donate .content {
  width: 100%;
}
.donate .content .value {
  width: 24%;
  margin: 20px 0 70px 0;
}
.donate .content .value.inline_middle {
  vertical-align: top;
}
.donate .content .value:hover .icon {
  background: #323232;
}
.donate .content .value:hover .icon p {
  color: #fff;
}
.donate .content .value .icon {
  margin: 0 15px 15px 0;
  width: 25%;
  padding: 12% 0;
  height: 0;
}
.donate .content .value .icon .align_vert {
  top: 0;
}
@media (max-width: 550px) {
  .donate .content .value .icon {
    width: 22%;
    padding: 11% 0;
  }
}
.donate .content .value.selected .icon {
  background: #323232;
}
.donate .content .value.selected .icon p {
  color: #fff;
}
.donate .content .value .copy {
  width: 90%;
  line-height: 2rem;
  min-height: 50px;
  font-size: 15px;
  float: none;
  margin: auto;
}
@media (max-width: 550px) {
  .donate .content .value .copy {
    width: 63%;
  }
}
.donate .content .value input.copy {
  height: auto;
  text-align: right;
}
*::-webkit-input-placeholder {
  color: #323232;
}
*:-moz-placeholder {
  color: #323232;
}
*::-moz-placeholder {
  color: #323232;
}
*:-ms-input-placeholder {
  color: #323232;
}
@media (max-width: 550px) {
  .font_donate_small {
    display: none;
  }
}
@media (max-width: 550px) {
  .donate .content_label {
    width: 100%;
  }
  .donate .menu {
    width: 100%;
  }
  .donate .content {
    width: 100%;
    padding-bottom: 40px;
  }
  .donate .content .value {
    width: 100%;
    margin: 23px 0 23px 0;
    padding-right: 5%;
  }
  .donate .content .value .copy {
    width: 51%;
  }
  .donate .content .value .icon {
    margin: 0 15px 0 -30px;
  }
}
@media (max-width: 550px), (min-width: 769px) {
  .donate.stacked .content_label {
    width: 100%;
  }
  .donate.stacked .menu {
    width: 100%;
  }
  .donate.stacked .content {
    width: 100%;
    padding-bottom: 40px;
  }
  .donate.stacked .content .value {
    width: 100%;
    margin: 25px 0;
    padding: 0 5%;
    height: auto;
  }
  .donate.stacked .content .value.inline_middle {
    vertical-align: top;
  }
  .donate.stacked .content .value .copy {
    width: 60%;
    margin-top: 0;
  }
  .donate.stacked .content .value p.copy {
    margin-top: -10px;
  }
  .donate.stacked .content .value .icon {
    margin: 0 15px 0 -30px;
  }
}
/*
======================================================================================================
  MAIN CAROUSEL
======================================================================================================
*/
.carousel .nav {
  height: 170px;
}
.carousel .content {
  height: 100%;
  white-space: nowrap;
  position: relative;
  left: 0;
  transition: left 1s ease-out;
  -webkit-transition: left 1s ease-out;
}
.carousel .content article {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .carousel .content article {
    padding: 0;
  }
}
.carousel .content section img {
  width: 20%;
  float: left;
}
.carousel .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel .panel {
  width: 100%;
  padding-bottom: 50px;
  white-space: normal;
}
.carousel .panel .colour {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.carousel .panel .headline {
  height: 100%;
  position: relative;
  margin: 30px auto;
}
.carousel .panel .headline .font_headline {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .carousel .panel .headline {
    width: 80%;
  }
}
.dots {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.dots .dot {
  width: 6px;
  height: 6px;
  margin: 15px;
  display: inline-block;
  transition: width 1s, height 1s, margin 1s;
}
.dots .dot.active {
  width: 15px;
  height: 15px;
  margin: 10px;
}
.main_carousel {
  height: 542px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main_carousel .btn_cycle {
  width: 82px;
  height: 100%;
  top: 0;
  left: -82px;
  position: absolute;
}
.main_carousel .btn_cycle.right {
  left: 100%;
}
@media (max-width: 768px) {
  .main_carousel .btn_cycle.right {
    left: 90%;
  }
}
@media (max-width: 768px) {
  .main_carousel .btn_cycle {
    width: 10%;
    top: 0;
    left: 0;
  }
}
.icon_carousel .container {
  height: auto;
  position: relative;
  overflow: hidden;
}
.icon_carousel .content article section img {
  width: 18%;
  margin: 1%;
}
.icon_carousel .nav {
  width: 100%;
  height: 80px;
  padding: 5px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 1104px) {
  .icon_carousel .nav {
    display: none;
  }
}
.icon_carousel .nav .btn_cycle {
  width: 82px;
  height: 100%;
  top: 0;
  left: -82px;
  position: absolute;
}
.icon_carousel .nav .btn_cycle.right {
  left: 100%;
}
/*
======================================================================================================
  Home BODY CONTENT
======================================================================================================
*/
.home {
  text-align: center;
}
.home .donate {
  float: right;
  display: block;
  margin: 10px 0 20px 0;
}
@media (min-width: 769px) {
  .home .donate {
    width: 318px;
    min-height: 628px;
  }
}
.home .main_copy {
  float: left;
  width: 640px;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .home .main_copy {
    width: 100%;
  }
}
.home .main_copy .copy {
  width: 100%;
  height: 335px;
}
@media (max-width: 768px) {
  .home .main_copy .copy {
    height: auto;
    margin-bottom: 20px;
  }
}
.home .sponsers {
  width: 640px;
  height: 290px;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .home .sponsers {
    margin: 20px 0 20px 0;
    width: 100%;
  }
}
.home .sponsers p {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  line-height: 50px;
}
/*
=====================================================================================================
  HEADLINE
=====================================================================================================
*/
.hero_image {
  width: 100%;
  height: 467px;
}
.hero_copy article.news {
  padding: 0px 0;
  margin-top: 0;
}
.hero_copy article.news .title {
  width: 100%;
  padding: 0;
  line-height: 38px;
  font-size: 36px;
}
.hero_copy .container {
  padding: 40px 0;
}
.hero_copy .container .font_headline {
  margin-bottom: 10px;
}
.hero_copy .container.news {
  padding: 20px 0 10px 0;
}
/*
=====================================
    NEWS CYCLE
=====================================
*/
.news_cycle ul {
  width: 104%;
  margin-left: -2%;
  display: table;
  border-spacing: 20px 0px;
  border-collapse: separate;
}
.news_cycle ul div {
  width: 33%;
  padding: 10px;
  display: table-cell;
  position: relative;
}
.news_cycle ul div span {
  margin: 0px 10px;
  bottom: 1px;
  position: relative;
}
/*
=====================================
    FORM
=====================================
*/
form {
  width: 430px;
  margin: auto;
  padding: 10px;
}
form label {
  width: 200px;
  margin-right: 10px;
  float: left;
  clear: both;
}
form input,
form textarea {
  height: 30px;
  width: 200px;
  float: left;
  margin-bottom: 20px;
}
form textarea {
  height: 100px;
}
form .submit {
  float: right;
}
/*
=====================================================================================================
  MAIN COPY
=====================================================================================================
*/
.main_copy {
  padding: 20px 0px 20px 0;
}
/*
=====================================================================================================
  ARTICLES
=====================================================================================================
*/
article {
  position: relative;
}
article .title {
  float: left;
  width: 80%;
  padding: 10px 0 10px 0;
}
@media (max-width: 750px) {
  article .title {
    width: 80%;
  }
}
@media (max-width: 730px) {
  article .title {
    width: 100%;
  }
}
article ul {
  list-style-type: disc;
  margin: auto;
  margin: 20px;
  clear: both;
}
article ul.float {
  float: left;
  width: 25%;
  margin: 0 0 0 8%;
  clear: none;
}
article p,
article .copy {
  clear: both;
  overflow: hidden;
}
article p .wrapper,
article .copy .wrapper {
  float: left;
}
article p.semi_collaspe,
article .copy.semi_collaspe {
  height: auto;
  max-height: 196px;
  overflow: hidden;
  margin-bottom: 50px; /* account for abolutely positioned button */
  transition: max-height 1s;
}
@media (max-width: 500px) {
  article p.semi_collaspe,
  article .copy.semi_collaspe {
    height: 370px;
  }
}
article p.active,
article .copy.active {
  height: auto;
/*max-height : 3000px;*/
}
article p.full_collapse,
article .copy.full_collapse {
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  transition: max-height 1s, margin-bottom 1s;
}
article p.active,
article .copy.active {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
article p iframe,
article .copy iframe,
article p img,
article .copy img {
  width: 320px;
  float: left;
  margin: 0px 20px 10px 0px;
}
@media (max-width: 500px) {
  article p iframe,
  article .copy iframe,
  article p img,
  article .copy img {
    width: 100%;
  }
}
article .read_more {
  width: 20%;
  line-height: 10px;
  position: relative;
  bottom: 10px;
  text-align: right;
}
article .read_more .icon_arrow_down,
article .read_more .icon_arrow_up {
  margin: 4px 8px 0 8px;
}
article .read_more span {
  line-height: 1px;
  margin-right: 5px;
}
@media (max-height: 1024px) {
  article .read_more span {
    line-height: normal;
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  article .read_more {
    width: 20%;
  }
}
@media (max-width: 730px) {
  article .read_more {
    width: 100%;
    position: relative;
  }
}
article .read_more .more {
  width: 100%;
  display: block;
}
article .read_more .less {
  width: 100%;
  display: none;
}
article .read_more.active .more {
  display: none;
}
article .read_more.active .less {
  display: block;
}
article.news {
  margin-top: 20px;
}
article.news .info {
  padding-top: 20px;
  width: 100%;
  float: left;
}
article.news .info p {
  line-height: 17px;
  position: absolute;
  background-size: auto 90%;
  background-position: center left;
  left: 0;
  bottom: 0;
}
article.news .info a {
  position: absolute;
  right: 0;
  bottom: 0;
}
article.news .info a span {
  margin-left: 10px;
}
.icon_calendar {
  padding-right: 10px;
}
.btn_base {
  margin: 20px auto;
  padding: 10px 0;
}
/*
======================================================================================================
  PATRONS
======================================================================================================


.img_grid
    padding-bottom : 20px;
    .container
        .img_wrap
            width: 102%;
            margin-left: -1%;
            @media (max-width:500px)
                width: 100%;
                margin-left: 0%;
        img
            width: 18%;
            margin: 1%;
            float: left;
            @media (max-width:500px)
                width : 30%;
                margin: 1.2%;
                padding: 15% 0;
*/
.quote {
  width: 100%;
}
.quote .quote_mark {
  width: 8%;
  min-height: 25px;
  height: 100%;
  float: none;
  margin: 0;
}
.quote p {
  width: 89%;
  float: none;
  padding: 0 10px;
  font-family: 'weblysleek_uisemilight_italic';
}
.rcc-signup input {
  display: inline;
  float: none;
  border: 1px solid #656565;
  width: 400px;
  max-width: 100%;
  font-size: 17px;
}
.rcc-signup input[type=button],
.rcc-signup input[type=radio] {
  width: auto;
}
.rcc-signup input[type=radio] {
  height: auto;
}
/*
======================================================================================================
  SKIN
======================================================================================================
*/
.carousel_image {
  background-image: url("../images/placeholder_carouselImage.jpg");
}
.carousel_arrow {
  background-image: url("../images/carousel_arrow_left.png");
}
.carousel_arrow.grey {
  background-image: url("../images/carousel_arrow_grey.png");
}
.home_content_image {
  background-image: url("../images/placeholder_image_home_content.png");
}
.hero_content_image {
  background-image: url("../images/placeholder_heroimage.jpg");
}
.hero_news_image {
  background-image: url("../images/placeholder_newshero.jpg");
}
.quotation_image {
  background-image: url("../images/quotation.png");
}
.image_calendar {
  background-image: url("../images/icon_calendar.png");
}
