/*
Theme Name: Civil Resolution Tribunal Theme
Theme URI: http://www.eclipsecreative.ca
Description: Child Theme for Honeybadger WordPress Theme
Author: Eclipse Creative
Author URI: http://www.eclipsecreative.ca
Template: honeybadger-theme
Version: 1.0
*/

/* BASE STYLES */
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-size: 20px;
  font-weight: 300;
  background-color: #ffffff;
  color: #414042;
}

h2 {
  font-size: 35px;
  color: #145a80;
}

a, .breadcrumbs a {
  color: #145a80;
  transition: all 250ms;
}

a:hover, .breadcrumbs a:hover {
  color: #1f9bde;
  text-decoration: none;
}

.no-top-padding {
  padding-top: 0;
}

hr {
  max-width: none;
}

.menu > li > a.logo {
  padding-right: 0;
}

* {
  box-sizing: border-box;
}

.show {display: inline-block !important;}

#content .col-with-lists {padding-top: 0;}

.col-with-lists h2 {
  text-align: center;
  margin-bottom: 60px;
}

.blue-text {
  color: #145a80 !important;
  font-size: 24px;
}

.button {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #145a80;
  border: 1px solid #145a80;
  padding: 20px 30px;
  font-size: 15px;
}

.button:hover, .button:focus {
  background-color: transparent;
  color: #145a80;
  border-color: #757b7e;
}

.button.hollow {
  border-color: #757b7e;
  color: #145a80;
}

.button.hollow:hover {
  background-color: #145a80;
  border-color: #145a80;
  color: #ffffff;
}

.button.hollow.white {
  border-color: #ffffff;
  color: #ffffff;
}

.button.hollow.white:hover {
  background-color: #ffffff;
  color: #145a80;
}

.padded-section {padding: 30px 0;}

/* CONTAINERS */
.bottom-padding {
  margin-bottom: 30px;
}

.section-full-width-container {
  max-width: 100% !important;
  /*max-height: 550px !important;*/
  padding: 0px !important;
}

.section-full-width-container .row {
  max-width: 100% !important;
}

.section-full-width-container .columns {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.section-full-width-container h6 {
  font-size: 1.5rem;
  color: #145a80;
}

.section-full-width-container .content {
  padding: 30px !important;
}

.section-full-width-container img {
  height: 150px;
}

.section-full-width-container hr {
  height: 2px;
  border: none;
  width: 125px;
  background-color: #ffffff;
  margin: 20px 0;
}

.vertical-center {
  padding-top: 20%;
}

/* HEADER STYLES */
.top-bar-upper .translate-wrapper {
  display: inline-block;
}

.top-bar-upper .translate-toggle {
  height: 38px;
  width: 38px;
  margin-right: 10px;
  cursor: help;
}

.top-bar-upper .translate-wrapper #google_translate_element {
  margin-right: 15px;
  padding-top: 7px;
  display: none;
}

.top-bar, .top-bar ul {
  background-color: transparent;
}

.top-bar-upper {
  background: url(images/nav-bg.jpg) no-repeat top left;
  background-size: cover;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.top-bar-upper p {
  margin-bottom: 0;
}

.top-bar-upper .button {
  padding: 11px 10px;
  min-width: 130px;
  margin: 15px 0;
}

.top-bar-upper .search-form {
  display: inline-block;
  width: 280px;
}

.top-bar-upper .search-form .search-field {
  width: 236px;
  float: left;
  margin: 15px 0;
}

.top-menu {
  float: right;
  text-align: center;
  margin-top: 15px;
  border: 1px solid white;
  position: relative;
  width: 250px;
}

.top-menu .menu-item {
  background: #134f71;
  padding-right: 0;
  width: 100%;
  display: block;
}

.top-menu a {
  color: white;
  font-weight: bold;
  padding: 0.7rem 1rem;
  display: block;
}

.top-menu ul {
  list-style: none;
  margin: 0;
}

.top-menu .sub-menu {
  position: absolute;
  width: calc(100% + 2px);
  border: 1px solid white;
  border-top: none;
  z-index: 9;
  left: -1px;
  display: none;
}

.top-menu .menu a:hover,
.top-menu .menu a:focus {
  background: white;
  color: #145a80 !important;
}

.nav-toggle {
    width: 15px; 
    height: 15p; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
}

.top-menu > div > .menu > li:hover .nav-toggle,
.top-menu > div > .menu > li:focus .nav-toggle {
  border-top-color: #145a80;
}

.top-menu > div > .menu > li:hover .sub-menu,
.top-menu > div > .menu > li:focus .sub-menu {
  display: block;
}

.search-form .screen-reader-text {display: none;}

.top-bar-upper .pipe {font-size: 20px;}

.top-bar-upper .row span {
  vertical-align: middle;
  margin-right: 10px;
}

.top-bar-upper .row .strata {margin-right: 10px;}

#top-bar-menu .top-bar-right {
  margin-top: 30px;
}

.top-bar-upper .search-submit {
  background: url('images/search.png') no-repeat top left;
  background-size: 28px 28px;
  background-position: center center;
  color: transparent;
  height: 38px;
  width: 38px;
  min-width: 0;
  border: none;
}

#top-bar-menu ul li a {
  color: #414042;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.dropdown.menu.medium-horizontal .is-dropdown-submenu {
  background-color: #ffffff;
}

.menu .active > a {
  color: #2199e8 !important;
  background: none !important;
}

.menu a {
  transition: color 500ms;
  background-color: none !important;
}

.menu a:hover {
  color: #2199e8 !important;

}

.submenu {width: 100%;}

.submenu a {text-transform: none !important;}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  left: 0;
  right: auto;
}

/* HOME PAGE STYLES */
#home-full-width-two-column .columns {
  padding: 5%;
}

#home-full-width-two-column h2 {
  color: #ffffff;
  text-transform: uppercase;
}

#home-full-width-two-column hr {
  height: 2px;
  border: none;
  width: 125px;
  background-color: #ffffff;
  margin: 20px 0;
}

#home-full-width-two-column .button.hollow {
  border-color: #ffffff;
  color: #ffffff;
}

#home-full-width-two-column .button.hollow:hover {
  background-color: #ffffff;
  color: #145a80;
}

/* BREADCRUMBS STYLES */
.breadcrumbs {
  padding: 20px 0 0;
  margin-bottom: 0;
}

.breadcrumbs p {
  margin-bottom: 0;
  font-size: 16px;
}

/* PAGE HEADER STYLES */
.page-header {
  height: 650px;
  position: relative;
  border-bottom: 10px solid #145a80;
  background-position: center center;
}

.page-header p {display: none;}

.page-header .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.page-header .content h1 {
  text-align: center;
  padding: 20px 100px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
}

.content h2 {
  text-align: center;
  padding: 20px 0px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
}

.right-column .content {
  padding: 20px;
}

.sub-page-header {
  height: 300px;
}

.sub-page-header .content {
  top: 50%;
  transform: translateY(-50%);
  max-height: 60px;
}

.sub-page-header .content h1 {
  padding: 0;
  background: none !important;
}

.section-resources .page-header,
.page-id-38 .page-header {
  border-color: #f42434;
}

.section-resources .page-header .content h1,
.page-id-38 .page-header .content h1 {
  background: #f42434;
}

.section-how-the-crt-works .page-header,
.page-id-7 .page-header {
  border-color: #1f9bde;
}

.section-how-the-crt-works .page-header .content h1,
.page-id-7 .page-header .content h1 {
  background: #1f9bde;
}

.section-about-the-crt .page-header,
.page-id-23 .page-header{
  border-color: #ffc600;
}

.section-about-the-crt .page-header .content h1,
.page-id-23 .page-header .content h1 {
  background: #ffc600;
}

.section-contact-us .page-header .content h1,
.page-id-88 .page-header .content h1 {
  background: #145a80;
}

/* INTRO STYLES */
.intro .content, .icon-intro .icon-intro-content, .accordion-section .accordion {
  position: relative;
}

.accordion-text {padding-left: 16px;}

.accordion h2 {
  text-align: center;
}

.intro h2 + .content, .accordion-section h2 + .accordion {
  padding-top: 50px;
  margin-top: 30px;
}
.intro h2 + .content:before, .accordion-section h2 + .accordion:before  {
  width: 305px;
  height: 20px;
  content: "";
  background-image: url("images/divider.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.full-width-bar.background-image h2 {
  color: #ffffff;
}

.full-width-bar.background-image a {
  font-weight: 500;
  color: #ffffff;
}

.full-width-bar.background-image a:hover, .full-width-bar.background-image a:focus {
  text-decoration: underline;
  color: #ffffff;
}

.full-width-bar.background-image .button.hollow {
  color: #ffffff;
  border-color: #ffffff;
}

.full-width-bar.background-image .button.hollow:hover {
  border-color: #145a80;
}

.intro .row, .full-width-bar.background-image .row {
  max-width: 900px;
  margin: auto;
}

.intro .button {
  margin: 1rem 0 0;
}

/* ACCORDION STYLES (REGULAR) */
.accordion-title {
  padding: 1.25rem 3rem 1.5rem 1.25rem;
}

.accordion-title .accordion-title-text {
  font-size: 25px;
  color: #145a80;
}

.accordion-title:before {
  font-size: 45px;
  font-weight: 400;
  color: #145a80;
  top: 50%;
  margin-top: -23px;
}

.accordion-text li {
  /*list-style: lower-alpha;*/
  margin-left: 1rem;
  text-align: left;
}
.accordion-text ul, .accordion-text ol {margin-bottom: 1rem;}

.content-accordion h2 {
  color: white;
}

.content-accordion .accordion {
  background: none;
  margin-bottom: 0;
}

.content-accordion .accordion-title {
  border: none;
  display: inline-block;
  padding: 20px 30px;
}

.content-accordion .accordion-title .accordion-title-text {
  color: white;
  font-size: 15px;
}

.content-accordion .accordion-title::before {display: none;}

.content-accordion .accordion-content {
  background: none;
  border-top: 1px solid #e6e6e6;
}

/*.accordion-text ul {
  text-align: left;
  width: 600px;
  margin: 0px auto;
}*/

/* PROCESS FLOW STYLES */
.process-flow .number {
  font-size: 35px;
  background-color: #145a80;
  color: #ffffff;
  border-radius: 50%;
  border: 5px solid #d0dee6;
  padding: 25px 0;
  font-weight: 600;
  width: 90px;
  height: 90px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.process-flow .text {
  padding-left: 120px;
  padding-top: 15px;
}

.process-flow-accordion .row {
  max-width: 100%;
  text-align: center;
}

.process-flow-accordion .row .columns {
  padding-left: 0;
  padding-right: 0;
}

.process-flow-accordion .accordion-title,
.process-flow-accordion .accordion-content {
  max-width: 85rem;
  margin: 0 auto;
}

.process-flow-accordion .accordion-item {
  background: #e0eaef;
  border-bottom: 5px solid #f7fbfd;
}

.process-flow-accordion .accordion-title {
  border: none;
  padding: 0;
  text-transform: uppercase;
}

.process-flow-accordion .accordion-title-text {
  font-size: 26px;
  color: #145a80;
  font-weight: bold;
  padding-bottom: 40px;
}

.process-flow-accordion .accordion-text .button {
  margin-top: 40px;
}

.process-flow-accordion .accordion-content {
  background: none;
  border: none;
}

.process-flow-accordion .flow-trigger {
  height: 75px;
  background: url(images/polygon.png) no-repeat center center;
  background-size: 180px 75px;
  color: white;
  font-size: 32px;
  padding-top: 18px;
  margin-bottom: 30px;
}

.process-flow-accordion .accordion-title::before,
.process-flow-accordion .is-active > .accordion-title::before {
  content: '';
}

.process-flow-accordion .accordion-title-text::after {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: 16px;
  position: absolute;
}

.process-flow-accordion .is-active .accordion-title-text::after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin-left: 16px;
}

.process-flow-accordion .accordion-item.is-active {
  background: #f7fbfd;
}

.process-flow-accordion .accordion-item.is-active .accordion-content {
  background: #f7fbfd;
}

.process-flow-accordion .accordion-title:hover,
.process-flow-accordion .accordion-title:focus{
  background-color: inherit;
}

/* ICON STYLES */
.block-center {
  text-align: center;
}

.block-center .column-block {
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
  padding-bottom: 30px;
}

.block-center.large-up-1 > .column-block { width: 100%; }
.block-center.large-up-2 > .column-block { width: 49%; }
.block-center.large-up-3 > .column-block { width: 33%; }
.block-center.large-up-4 > .column-block { width: 24%; }
.block-center.large-up-5 > .column-block { width: 19%; }
.block-center.large-up-6 > .column-block { width: 16%; }
.block-center.large-up-7 > .column-block { width: 14%; }
.block-center.large-up-8 > .column-block { width: 12%; }

.generic-icons .icon-image img {
  max-width: 140px;
  margin-bottom: 30px;
}

.generic-icons .icon-label {
  max-width: 325px;
  margin: auto;
  position: relative;
}

.generic-icons .icon-label h6 {
  text-transform: uppercase;
  color: #145a80;
  font-weight: 500;
  font-size: 25px;
}

.generic-icons .icon-label .button {
  margin-top: 15px;
}

.generic-icons .column {
  margin: 40px 0;
}

.generic-icons.background-image {
  color: inherit;
}

.icon-link { cursor: pointer; }
.icon-label { cursor:  pointer; }

.who-can-apply-icons .icon-intro {
  background-color: #145a80;
  color: #ffffff;
  padding: 40px 0;
}

.who-can-apply-icons .icon-intro a, .who-can-apply-icons .icon-intro h2 {
  color: #ffffff !important;
}

.who-can-apply-icons .icon-content {
  background-image: url("images/icons-bg.jpg");
  background-size: cover;
  background-position: center center;
}

/* STAFF PAGE STYLES */
.team-member {
  text-align: left;
}

.team-member .title {
  margin-bottom: 0;
}

.team-member .title a {
  font-size: 20px;
}

.team-member .position {
  color: #145a80;
  font-size: 22px;
}

.team-member .read-more {
  color: #888e92;
  text-transform: uppercase;
  font-weight: 500;
}

.team-content {
  padding: 20px 30px 30px 30px;
}

/* INFOGRAPHIC PAGE STYLES */
.how-works-icons {
  background-color: #edf0ee;
  text-align: center;
  color: #4d4d4c;
}

.how-works-icons h1, .how-works-icons h2, .how-works-icons h3, .how-works-icons h4, .how-works-icons h5, .how-works-icons h6 {
  font-family: 'Montserrat', sans-serif;
}

.how-works-icons h6 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  min-height: 70px;
}

.how-works-icons .icon img {
  border-radius: 50%;
  border: 10px solid rgba(255,255,255,0.4);
}

.how-works-icons .icon-intro {
  border-bottom: 10px solid #ffffff;
  padding: 0 0 200px;
  background-size: cover;
  background-position: center center;

}

.how-works-icons .icon-intro .number {
  font-size: 50px;
  background-color: #4c5a6a;
  color: #ffffff;
  border-radius: 50%;
  border: 5px solid #ffffff;
  padding: 17px 40px;
  margin-top: -50px;
  display: inline-block;
  font-weight: 600;
  width: 120px;
}

.how-works-icons .icon-intro h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 50px;
}

.how-works-icons .icon-content {
  margin-top: -150px;
}

.how-works-icons .button {
  text-transform: uppercase;
  min-width: 420px;
  color: #4d4d4c;
  font-size: 25px;
  border-width: 2px;
  margin: 75px 0 125px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.how-works-icons .button:hover {
  color: #ffffff;
}

#getting-started .icon-intro {
  background-image: url('images/getting-started-bg.png');
}

#getting-started h6 {
  color: #1f9bde;
}

#getting-started .button {
  border-color: #1f9bde;
}

#getting-started .button:hover {
  background-color: #1f9bde;
}

#tribunal-process .icon-intro {
  background-image: url('images/tribunal-bg.png');
}

#tribunal-process h6 {
  color: #ffbb00;
}

#tribunal-process .button {
  border-color: #ffbb00;
}

#tribunal-process .button:hover {
  background-color: #ffbb00;
}

#how-process-ends .icon-intro {
  background-image: url('images/how-ends-bg.png');
}

#how-process-ends h6 {
  color: #f42434;
}

#how-process-ends .button {
  border-color: #f42434;
}

#how-process-ends .button:hover {
  background-color: #f42434;
}

.resources-icons .icon-content { padding: 0px 0px 60px 0px; }

.icon-label .button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}

/* Icons without buttons */
.home .generic-icons .icon-label,
.page-id-542 .generic-icons .icon-label {padding-bottom: 0;}

/* FANCY BOX - Oh so fancy */
#fancybox-content {
  width: 100% !important;
  box-sizing: border-box !important;
}
#fancybox-content .team-member-modal .profile-image {
  width: 33%;
  padding: 0;
}
#fancybox-content .team-member-modal .row {margin: 0;}
#fancybox-content .team-member-modal .medium-8 {
  padding: 0;
  width: 66%;
}

/* FORMS */
.gform_wrapper .gform_body ul.gfield_radio li label {vertical-align: top;}

/* FOOTER STYLES */
.footer {
  background-color: #145a80;
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0px !important;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #ffffff;
}

/*New Stuff*/
.solution-explorer {
  margin: 0px auto;
}

/*Video section styling*/
.video .left-column {
  background-color: transparent !important;
  padding: 40px;
}

.video .right-column {
  padding: 60px;
}

.flex-video.widescreen {
  padding-bottom: 50% !important;
  height: 100% !important;
  width: 80% !important;
  margin: 0px auto !important;
}

.v-center {
  padding: 0px 30px 0px 30px;
}

.menu-item {
  background-color: #FFFFFF;
  opacity: 1;
  padding-right: 10px;
}

/*Gravity Forms Styling*/
.form-background-color {
  background-color: Silver
}

.ginput_container_text input {
  border: 0px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 10px 10px 10px 20px !important;
}

.ginput_container_email input {
  border: 0px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 10px 10px 10px 20px !important;
}

.ginput_container_textarea textarea {
  border: 0px;
  background-color: #FFFFFF;
  height: 150px;
  padding: 10px 10px 10px 20px !important;
}

.ginput_container_phone input {
  border: 0px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 10px 10px 10px 20px !important;
}

.ginput_container_select select {
  border: 0px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 10px 10px 10px 20px !important;
}

.gform_wrapper .top_label li ul.gfield_radio {
  margin-top: -15px;
}

.ginput_container_radio li {
  float: left;
  margin-right: 20px !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-top: 7px;
  margin-right: 5px;
}

.gform_wrapper .gform_body ul.gfield_radio li label {
  white-space: nowrap;
}

/* BLOG */
.blog .post {
  clear: both;
  overflow: auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.post-title {
  display: block;
  margin-bottom: 15px;
}

.byline {margin-top: 15px;}

.page-navigation {
  clear: both;
  padding-left: 0.9375rem;
}

.single .post .entry-title {
  margin-bottom: 30px;
}

.article-image {
  margin: 0 30px 30px 0;
  float: left;
  max-width: 300px;
}

.column-2 {
  text-align: right !important;
}

.off-canvas {
  height: 100%;
}

.off-canvas .top-menu {
  margin-top: 0;
  width: 100%;
}

.off-canvas .top-menu a {
  text-transform: uppercase;
  font-size: 15px;
}

.off-canvas .nav-toggle {
  display: none;
}

.off-canvas .sub-menu {
  display: block !important;
}

.off-canvas .sub-menu a {
  border-top: 2px solid white;
  padding: 10px;
}

/*Solution Explorer Specific Overrides*/
#es_launch_embed_title {
    padding: 10px 10px 10px 5px !important;
    font-size: 26px !important;
}

#es_embed_help_text {
    font-size: 24px !important;
    padding: 10px 10px 10px 5px !important;
}

.es_left_icon_lrg {
    font-size: 24px !important;
    padding: 10px 10px 10px 5px !important;
}