@import "../css/bootstrap.css";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
  background: url("../img/body_bg.png") repeat-x top center #ffffff;
  font-family: 'Montserrat', sans-serif;
  color: #58595b;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.9;
}
img {
  max-width: 100%;
}
a {
  transition: all ease-in-out 0.2s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'soup_of_justicesoupofjustice', sans-serif;
  color: #2d3784;
}
.normal-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
}
.clear {
  clear: both;
}
.side {
  width: 50px;
  position: fixed;
  right: 0;
}
.side img {
  transition: all ease-in-out 0.2s;
}
.side img:hover {
  transform: rotate(0.5deg) scale(1.05);
}
.side.facebook {
  height: 50px;
  top: 100px;
}
.side.twitter {
  height: 50px;
  top: 165px;
}
.side.newsletter {
  height: 175px;
  top: 230px;
}
#menu-intranet {
  list-style: none;
  padding-left: 0;
}
#menu-intranet a {
  color: #ffffff;
}
#menu-intranet a:hover {
  color: #f6e746;
}
#menu-intranet .current-menu-item a {
  color: #f6e746;
  text-decoration: underline;
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.navbar {
  background: url("../img/topnav_bg.svg") repeat-x bottom center;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.6rem 0;
}
.navbar li a,
.navbar a {
  color: #ffffff;
  font-family: 'soup_of_justicesoupofjustice', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}
.navbar li a:hover,
.navbar a:hover,
.navbar li a:active,
.navbar a:active,
.navbar li a:focus,
.navbar a:focus {
  background-color: transparent;
  color: #f6e746;
  text-decoration: none;
}
.navbar li.active a {
  background-color: transparent;
  color: #f6e746;
  text-decoration: none;
}
.navbar-nav {
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
#menu-main-menu {
  width: 100%;
  text-align: center;
}
.icon-bar {
  background: #ffffff;
}
.dmbs-header {
  background: url("../img/header_bg.svg") no-repeat bottom center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  background-size: contain;
}
.dmbs-header-img img {
  transition: all ease-in-out 0.2s;
  max-height: 245px;
}
.dmbs-header-img img:hover {
  transform: rotate(1deg) scale(1.1);
}
img.little-girl {
  bottom: -65px;
  position: absolute;
  left: 25%;
}
.dmbs-header-text figure {
  position: relative;
  margin-top: 50px;
}
.dmbs-header-text figure img {
  transition: all ease-in-out 0.2s;
  max-height: 100px;
}
.dmbs-header-text figure:hover img {
  transform: rotate(-2deg) scale(1.05);
}
.dmbs-header-text figure figcaption {
  position: absolute;
  top: 50%;
  margin-top: -25%;
  left: 0;
  padding: 15px 30px 15px 15px;
}
.dmbs-header-text figure h3 {
  color: #f6e746;
}
.dmbs-header-text figure h5 {
  color: #ffffff;
}
.dmbs-content {
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
  border: 10px solid #f6e746;
  padding: 70px 20px 20px 20px;
  border-radius: 25px;
}
.home-slider {
  background-color: #2d3784;
  border-radius: 20px;
  padding: 30px 15px;
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
.home-slider h1 {
  color: #f6e746;
}
.home-slider p {
  color: #ffffff;
}
.ult-carousel-wrapper {
  margin-bottom: 0px !important;
}
.skew-tile {
  border-radius: 20px;
  padding: 15px 15px;
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
.yellow {
  background: #f6e746;
}
.blue {
  background: #5e9ad3;
}
.darkblue {
  background: #2d3784;
}
.darkblue h3 {
  color: #f6e746 !important;
}
.skew-content {
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
.skew-content img {
  border-radius: 20px;
}
i.ultsl-arrow-left4 {
  height: 40px;
  width: 40px;
  background: url("../img/slider-arrows.svg") no-repeat 0 0 transparent;
  margin-left: 30px;
  display: block;
}
i.ultsl-arrow-left4:before {
  content: '';
}
i.ultsl-arrow-right4 {
  height: 40px;
  width: 40px;
  background: url("../img/slider-arrows.svg") no-repeat -40px 0px transparent;
  margin-right: 30px;
  display: block;
}
i.ultsl-arrow-right4:before {
  content: '';
}
.infobox__row a {
  color: #f6e746 !important;
}
a.centres-button,
.centres-button {
  background: #f6e746 !important;
  color: #2d3784 !important;
  padding: 5px 10px;
  border-radius: 10px;
  float: right;
}
a.centres-button:hover,
.centres-button:hover {
  background: #2d3784 !important;
  color: #ffffff !important;
}
#locations ul {
  padding: 0px;
  list-style: none;
}
#locations ul li {
  cursor: pointer;
  margin: 5px 0px;
}
#locations .country {
  background: #2d3784;
  padding: 0px 15px;
  color: #ffffff;
  font-size: 18px;
}
input#address {
  font-size: 11px;
  padding: 5px 5px 5px;
}
input.btn {
  background-color: #2d3784;
  color: #ffffff;
  border-radius: 0px;
}
input.btn:hover,
input.btn:focus {
  color: #f6e746;
}
.gm-style-iw {
  color: #2d3784;
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
}
.gm-style-iw a {
  color: #2d3784;
}
.gm-style-iw a:hover {
  text-decoration: underline;
}
.map .btn {
  margin: 0;
  background: #2d3784 !important;
  color: #ffffff;
  border-radius: 0px;
  font-size: 10px;
}
.map .btn:hover,
.map .btn:focus {
  color: #f6e746;
}
.map .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f6e746;
}
ul#breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#breadcrumbs li.separator {
  color: #f6e746;
}
ul#breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
  color: #58595b;
  font-weight: 700;
}
ul#breadcrumbs li a {
  color: #58595b;
  font-weight: 300;
}
ul#breadcrumbs li a:hover {
  color: #2d3784;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff !important;
  border-radius: 25px;
  padding: 15px;
  border: 10px solid #f6e746;
}
.wpb_tabs_nav li {
  border-radius: 25px 25px 0 0 ;
  font-family: 'soup_of_justicesoupofjustice', sans-serif;
  font-size: 16px;
  background: #2d3784 !important;
}
.wpb_tabs_nav li a {
  color: #ffffff;
}
.ui-tabs-nav {
  margin-left: 30px !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #f6e746 !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element .wpb_tabs_nav li:hover a {
  color: #2d3784 !important;
}
.fm-news-content {
  background: #f0f0f0;
}
div#filter__states,
div#filter__services,
.filter__row.filter__row--cta,
a#filterOptionsClearer {
  display: none;
}
.infobox__marker {
  border: 3px solid #2d3784 !important;
  background-color: #f6e746 !important;
  color: #2d3784 !important;
}
.store-locator__infobox.store-locator__infobox--main {
  background-color: #2d3784 !important;
  color: #ffffff !important;
}
.store-locator-map .store-locator__infobox:before {
  border-right-color: #2d3784 !important;
}
a.inline-space-left.inline-space-right {
  color: #f6e746 !important;
}
a.inline-space-left.inline-space-right:hover {
  color: #c6332b !important;
}
.medium-pad-bottom-4x,
.medium-pad-vertical-4x {
  padding-bottom: 0px !important;
}
td#storeLocatorFilterToggler {
  display: none;
}
.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;
}
div#input_1_7_chosen {
  width: 100%;
}
footer {
  background: url("../img/footer_bg.svg") repeat-x top center;
  padding-top: 50px;
  margin-top: 100px;
  padding-bottom: 15px;
}
footer img {
  margin-top: -190px;
  padding: 2rem;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #58595b;
  font-size: 12px;
  line-height: 16px;
}
footer ul li a:hover {
  color: #2d3784;
  text-decoration: none;
}
.dmbs-footer {
  margin-top: -15px;
  background: url("../img/sub_footer_bg.svg") repeat-x top center;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 20px;
}
ul#menu-social-links-menu {
  margin-bottom: 0px;
}
/*==========  Media Queries  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .text-center-mobile {
    text-align: center;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  
}
@font-face {
  font-family: 'soup_of_justicesoupofjustice';
  src: url('../fonts/soupofjustice-webfont.eot');
  src: url('../fonts/soupofjustice-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/soupofjustice-webfont.woff') format('woff'), url('../fonts/soupofjustice-webfont.ttf') format('truetype'), url('../fonts/soupofjustice-webfont.svg#soup_of_justicesoupofjustice') format('svg');
  font-weight: normal;
  font-style: normal;
}
