@import "../css/bootstrap.css";
@import "../css/font-awesome.css";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
  background: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #ffffff;
  padding-bottom: 0;
}
.main-container {
  background: url(../img/IMG_blue-bg.png) repeat #1a2a49;
  padding: 0;
  box-shadow: 0 0 10px rgba(72, 77, 81, 0.5);
  max-width: 1440px;
  margin: 0 auto;
}
strong {
  font-weight: 700;
}
.dmbs-container {
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  color: #7db928;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #484d51;
  background: transparent;
  text-decoration: none;
}
a.email-link {
  color: #484d51;
  border-bottom: 3px solid #7db928;
}
p {
  padding: 0px;
}
.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 15px 0 5px;
  padding: 0;
}
h1,
.h1 {
  font-size: 34px;
  line-height: 42px;
}
h2,
.h2 {
  font-size: 26px;
  line-height: 34px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 28px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
}
h4.missive-name,
.h4.missive-name {
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}

.collapserHeader{
	cursor: pointer;
}


blockquote {
  position: relative;
  border: none;
  font-size: 24px;
}
blockquote strong {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
}
blockquote:before {
  content: '"';
  font-weight: 800;
  font-family: serif;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
blockquote:after {
  content: '"';
  font-weight: 800;
  font-family: serif;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
}
strong {
  font-weight: 700;
}
.text-yellow {
  color: #dbac28;
}
a figure {
  position: relative;
  overflow: hidden;
}
a figure figcaption {
  transition: all ease-in-out 0.2s;
  color: #ffffff;
  padding: 15px;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  width: 100%;
}
a figure figcaption h4,
a figure figcaption p {
  margin: 0;
  padding: 0 0 10px;
}
a figure:hover figcaption {
  background: rgba(0, 0, 0, 0.75);
}
figure.tweet {
  position: relative;
  overflow: hidden;
	
}
figure.tweet.tweet-light {
  color: #484d51;
}
figure.tweet.tweet-dark {
  color: #ffffff;
}
figure.tweet figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 60px 30px 30px 30px;
}
figure.tweet p {
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-menu {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-menu li {
  display: inline-block;
  margin-left: 15px;
}
.main-menu li:first-child {
  margin-left: 0px;
}
.main-menu li:after {
  content: '/';
  margin-left: 15px;
}
.main-menu li:last-child:after {
  content: '';
  margin-left: 0px;
}
.main-menu li a {
  color: #ffffff;
  font-size: 16px;
}
.main-menu li a:hover {
  color: #7db928;
}
.main-menu li.current_page_item a {
  border-bottom: 3px solid #7db928;
  padding-bottom: 8px;
}
.navbar-brand {
  float: left;
  max-width: 75%;
}
.navbar-brand img {
  padding: 0 30px 0 0;
}
#sticky-nav {
  display: none;
  background: #1a2a49;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  color: #ffffff;
}
#sticky-nav a {
  color: #ffffff;
}
.navbar-toggle {
  border: 1px solid #7db928;
  margin-top: 20px;
}
.navbar-toggle .icon-bar {
  background: white;
}
.navbar-collapse {
  box-shadow: none;
  padding-top: 15px;
}
ul#menu-mobile li a {
  margin-bottom: 4px;
  text-align: center;
  background: #484d51;
  color: white;
  border-radius: 0 0 25px 0;
}
.menu-se a {
  background: #98378f !important;
  color: white;
}
.menu-sub a {
  background: #7db928 !important;
  color: white;
}
.dmbs-header {
  color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 9999;
}
.dmbs-header-img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.dmbs-header-img img {
  max-height: 85px;
}
.header-contact {
  color: #7db928;
}
.header-contact a {
  color: #7db928;
}
.header-contact a:hover {
  color: #ffffff;
}
.top-menu-container {
  background: #7db928;
  margin-bottom: 15px;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border-radius: 0 0 10px 10px;
}
.top-menu-container.se {
  background: #98378f;
}
.top-menu-container.se:hover {
  background: #ab3ea1;
}
.top-menu {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
  display: inline-block;
}
.top-menu li {
  display: inline-block;
  margin-left: 5px;
}
.top-menu li:first-child {
  margin-left: 0px;
}
.top-menu li:after {
  content: '/';
  margin-left: 5px;
}
.top-menu li:last-child:after {
  content: '';
  margin-left: 0px;
}
.top-menu li a {
  color: #ffffff;
  font-size: 12px;
}
.top-menu li a:hover {
  color: #1a2a49;
}
.top-menu li.current-menu-item a {
  color: #1a2a49;
}
.student-experience {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
  display: inline-block;
}
.student-experience li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.student-experience li a {
  color: #ffffff;
  font-size: 12px;
}
.student-experience li.current-menu-item a {
  color: #1a2a49;
}
.flags-socials {
  display: inline-block;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
}
.flags-socials li {
  display: inline-block;
  margin: 0px;
}
.flags-socials li:first-child {
  margin-left: 0px;
}
ul.socials {
  padding: 5px 0;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: right;
  list-style: none;
}
ul.socials li {
  display: inline-block;
}
.dmbs-page-content {
  background: #ffffff;
  color: #1a2a49;
}
.dmbs-page-content.single {
  padding-top: 35px;
}
.dmbs-page-content.magenta h1,
.dmbs-page-content.magenta h2,
.dmbs-page-content.magenta h3,
.dmbs-page-content.magenta h4,
.dmbs-page-content.magenta h5,
.dmbs-page-content.magenta strong {
  color: #98378f;
}
.dmbs-page-content.magenta .current_page_item a {
  background: #98378f;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.magenta .current_page_item a:hover {
  background: rgba(152, 55, 143, 0.95);
}
.dmbs-page-content.orange h1,
.dmbs-page-content.orange h2,
.dmbs-page-content.orange h3,
.dmbs-page-content.orange h4,
.dmbs-page-content.orange h5,
.dmbs-page-content.orange strong {
  color: #eb6730;
}
.dmbs-page-content.orange th {
  background: #eb6730;
}
.dmbs-page-content.orange .current_page_item a {
  background: #eb6730;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.orange .current_page_item a:hover {
  background: rgba(235, 103, 48, 0.95);
}
.dmbs-page-content.grey h1,
.dmbs-page-content.grey h2,
.dmbs-page-content.grey h3,
.dmbs-page-content.grey h4,
.dmbs-page-content.grey h5,
.dmbs-page-content.grey strong {
  color: #484d51;
}
.dmbs-page-content.grey th {
  background: #484d51;
}
.dmbs-page-content.grey .current_page_item a {
  background: #484d51;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.grey .current_page_item a:hover {
  background: rgba(72, 77, 81, 0.95);
}
.dmbs-page-content.aqua h1,
.dmbs-page-content.aqua h2,
.dmbs-page-content.aqua h3,
.dmbs-page-content.aqua h4,
.dmbs-page-content.aqua h5,
.dmbs-page-content.aqua strong {
  color: #24a8a9;
}
.dmbs-page-content.aqua th {
  background: #24a8a9;
}
.dmbs-page-content.aqua .current_page_item a {
  background: #24a8a9;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.aqua .current_page_item a:hover {
  background: rgba(36, 168, 169, 0.95);
}
.dmbs-page-content.maingreen h1,
.dmbs-page-content.maingreen h2,
.dmbs-page-content.maingreen h3,
.dmbs-page-content.maingreen h4,
.dmbs-page-content.maingreen h5,
.dmbs-page-content.maingreen strong {
  color: #7db928;
}
.dmbs-page-content.maingreen th {
  background: #7db928;
}
.dmbs-page-content.maingreen .current_page_item a {
  background: #7db928;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.maingreen .current_page_item a:hover {
  background: rgba(125, 185, 40, 0.95);
}
.dmbs-page-content.yellow h1,
.dmbs-page-content.yellow h2,
.dmbs-page-content.yellow h3,
.dmbs-page-content.yellow h4,
.dmbs-page-content.yellow h5,
.dmbs-page-content.yellow strong {
  color: #dbac28;
}
.dmbs-page-content.yellow th {
  background: #dbac28;
}
.dmbs-page-content.yellow .current_page_item a {
  background: #dbac28;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.yellow .current_page_item a:hover {
  background: rgba(219, 172, 40, 0.95);
}
.dmbs-page-content.red h1,
.dmbs-page-content.red h2,
.dmbs-page-content.red h3,
.dmbs-page-content.red h4,
.dmbs-page-content.red h5,
.dmbs-page-content.red strong {
  color: #f45160;
}
.dmbs-page-content.red th {
  background: #f45160;
}
.dmbs-page-content.red .current_page_item a {
  background: #f45160;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.red .current_page_item a:hover {
  background: rgba(244, 81, 96, 0.95);
}
.dmbs-page-content.blue h1,
.dmbs-page-content.blue h2,
.dmbs-page-content.blue h3,
.dmbs-page-content.blue h4,
.dmbs-page-content.blue h5,
.dmbs-page-content.blue strong {
  color: #1a97d9;
}
.dmbs-page-content.blue th {
  background: #1a97d9;
}
.dmbs-page-content.blue .current_page_item a {
  background: #1a97d9;
  color: #ffffff;
  border-radius: 0 0 25px 0;
  border-bottom: 1px solid transparent;
}
.dmbs-page-content.blue .current_page_item a:hover {
  background: rgba(26, 151, 217, 0.95);
}
table {
  border: 0px solid transparent;
  border-radius: 0 25px 25px 0;
}
tr {
  border: none;
}
th {
  color: #ffffff;
  border: 3px solid #ffffff;
}
td {
  background: rgba(204, 204, 204, 0.85);
  color: #1a2a49;
  border: 3px solid #ffffff;
}
td:nth-child(even) {
  background: rgba(204, 204, 204, 0.4);
}

.info-box {
  padding: 15px 40px 15px 15px;
  border-radius: 0px 0px 25px 0px;
  background-image: url("../img/info-box-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% 95%;
  margin-bottom: 15px;
  color: #ffffff !important;
}
.info-box a {
  color: #ffffff;
}
.info-box a:hover {
  color: #ffffff;
}
.info-box.programme {
  min-height: 220px;
}
.info-box.yellow {
  background-color: #dbac28;
}
.info-box.grey {
  background-color: #484d51;
}
.info-box.green {
  background-color: #7db928;
}
.info-box.orange {
  background-color: #eb6730;
}
.info-box.aqua {
  background-color: #24a8a9;
}
.info-box.magenta {
  background-color: #98378f;
}
.info-box.blue {
  background-color: #1a97d9;
}
.info-box h4,
.info-box h5 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.icon-button {
  color: #ffffff;
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px;
  background-image: url("../img/info-box-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.icon-button:hover {
  color: #7db928;
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px;
  background-image: url("../img/info-box-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(0, 0, 0, 0.1);
}
.lpage .icon-button {
  color: #1a2a49;
  display: block;
  border-top: 1px solid #1a2a49;
  border-bottom: 1px solid #1a2a49;
  padding: 10px 0px;
  background-image: url("../img/info-box-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.lpage .icon-button:hover {
  color: #7db928;
  display: block;
  border-top: 1px solid #1a2a49;
  border-bottom: 1px solid #1a2a49;
  padding: 10px 0px;
  background-image: url("../img/info-box-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(0, 0, 0, 0.1);
}
.full-row {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0;
}
.section-title h2 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 60px;
  border-radius: 0 0 30px;
  color: #ffffff !important;
}
.section-title.purple h2 {
  background-color: rgba(152, 55, 143, 0.75);
}
.section-title.red h2 {
  background-color: rgba(244, 81, 96, 0.75);
}
.section-title.blue h2 {
  background-color: rgba(26, 151, 217, 0.75);
}
.section-title.maingreen h2 {
  background-color: rgba(125, 185, 40, 0.75);
}
.reg-button {
  background: #1a2a49;
  color: #ffffff;
  padding: 15px 30px;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 25px 25px 25px;
}
.reg-button:hover {
  background: #7db928;
}

.reg-button:visited{
	background: #1a2a49;
}
.sibling-page-links {
  padding: 0;
  margin: 0;
  background: rgba(204, 204, 204, 0.5);
  color: #1a2a49;
  list-style: none;
  border-radius: 0 0 25px;
}
.sibling-page-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sibling-page-links li:last-child a {
  border-radius: 0 0 25px 0;
}
.sibling-page-links li:last-child a:hover {
  border-bottom: 1px solid transparent;
  border-radius: 0 0 25px 0;
}
.sibling-page-links li a {
  display: block;
  padding: 15px 45px;
  font-size: 16px;
  color: #1a2a49;
  border-bottom: 1px solid #ffffff;
}
.sibling-page-links li a:hover {
  background: #1a2a49;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.service-box-content {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 25px;
  padding: 15px;
}
.service-box-content h5 {
  padding: 10px 0 0 0;
  margin: 0;
  color: #1a2a49 !important;
}
.service-box-content h5:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #1a2a49;
  margin: 10px 0;
}
.service-box-content a {
  color: #1a2a49 !important;
}
.service-box-content a:hover {
  color: #7db928 !important;
}
.additional-bar {
  border-top: 1px solid #1a2a49;
  border-bottom: 1px solid #1a2a49;
}
.feat-box-image {
  margin-bottom: 0px !important;
}
.header-info-bar {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer {
  font-size: 12px;
  background: #7db928;
}
footer p {
  padding: 0px;
  margin: 0px;
}
footer h5 {
  font-size: 14px;
  line-height: 21px;
  min-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 0px;
  margin: 10px 0px;
}
footer a {
  padding: 0px;
  color: #ffffff;
  margin-left: 0px;
  font-style: normal;
}
.service-button {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.service-button img {
  transition: all ease-in-out 0.2s;
  transform: scale(1, 1);
  max-height: 40px;
  z-index: 9999;
}
.service-button.home:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: -10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.service-button.grey {
  background: #484d51;
}
.service-button.grey.home:after {
  background: #484d51;
}
.service-button.yellow {
  background: #dbac28;
}
.service-button.yellow.home:after {
  background: #dbac28;
}
.service-button.orange {
  background: #eb6730;
}
.service-button.orange.home:after {
  background: #eb6730;
}
.service-button.aqua {
  background: #24a8a9;
}
.service-button.aqua.home:after {
  background: #24a8a9;
}
.service-button.red {
  background: #f45160;
}
.service-button.red.home:after {
  background: #f45160;
}
.service-button.blue {
  background: #1a97d9;
}
.service-button.blue.home:after {
  background: #1a97d9;
}
.service-button:hover img {
  transform: scale(1.25, 1.25);
}
.service-button:hover.grey {
  background: #484d51;
}
.service-button:hover.yellow {
  background: #dbac28;
}
.service-button:hover.orange {
  background: #eb6730;
}
.service-button:hover.aqua {
  background: #24a8a9;
}
.service-button:hover.red {
  background: #f45160;
}
.service-button:hover.blue {
  background: #1a97d9;
}
.copyright,
.accreditation {
  background: #1a2a49;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
a.social-link {
  padding: 0px;
  color: #ffffff;
  margin-left: 35px;
  font-style: normal;
}
i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
i.facebook {
  background-image: url("../img/socials/facebook-logo.svg");
}
i.twitter {
  background-image: url("../img/socials/twitter-logo.svg");
}
i.moodle {
  background-image: url("../img/socials/moddle-logo.svg");
}
.footer-button {
  display: block;
  color: #ffffff;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
}
.footer-button:hover {
  background: #ffffff;
  color: #7db928;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: cyan;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topButton:hover {
  background-color: darkcyan;
}

/* IE SVG Fix
    ================================================== */
/*
     * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
     *
     * [1] IE9
     * [2] IE10+
     */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
/* #Media Queries
    ================================================== */
/* Screens larger than mobile */
/* Screen Smaller then 1200px */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container textarea {
  height: auto;
}
.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #e6c1c7;
}
.validation_error .alert-link {
  color: #953b39;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
.gallery-row {
  padding: 15px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
@font-face {
  font-family: 'montserrat-light';
  src: url('../fonts/Montserrat-Light-webfont.eot');
  src: url('../fonts/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light-webfont.woff2') format('woff2'), url('../fonts/Montserrat-Light-webfont.woff') format('woff'), url('../fonts/Montserrat-Light-webfont.ttf') format('truetype'), url('../fonts/Montserrat-Light-webfont.svg#montserrat-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
