@charset "UTF-8";
/*!
Theme Name: CertaPro
Theme URI: http://certapro.com/
Author: Fynydd LLC
Author URI: http://fynydd.com/
Description: Custom theme based on Underscores.me starter theme, utilizing Bootstrap and Sass.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: certapro
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

certapro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* --------- Custom Breakpoints ---------- */
@font-face {
  font-family: 'certa';
  src: url("/wp-content/themes/certapro/fonts//certa.eot?rasj5c");
  src: url("/wp-content/themes/certapro/fonts//certa.eot?rasj5c#iefix") format("embedded-opentype"), url("/wp-content/themes/certapro/fonts//certa.ttf?rasj5c") format("truetype"), url("/wp-content/themes/certapro/fonts//certa.woff?rasj5c") format("woff"), url("/wp-content/themes/certapro/fonts//certa.svg?rasj5c#certa") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 
 * TRIM THOSE GRID IMAGES *
 */
.faded-text {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.container, .container-fluid {
  *zoom: 1; }
  .container:before, .container-fluid:before, .container:after, .container-fluid:after {
    content: " ";
    display: table; }
  .container:after, .container-fluid:after {
    clear: both; }

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  background-color: #efefef;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 20px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #cdcdcd; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #cdcdcd;
  background-color: #fff;
  background-image: none;
  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;
  -o-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; }
  .form-control: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); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #cdcdcd;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%; }
  @media (min-width: 992px) {
    .nav {
      width: auto; } }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #cdcdcd;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

header#masthead {
  font-size: 0.9rem; }
  @media (min-width: 992px) {
    header#masthead {
      font-size: 1rem; } }
  header#masthead.is-sticky .navbar-wrapper {
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.is-sticky {
  background: #fff;
  position: fixed;
  z-index: 1003;
  top: 0;
  width: 100%;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

.navbar-collapse {
  overflow-x: visible;
  padding: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  @media (max-width: 768px) {
    .navbar-collapse {
      width: 100%; } }
  .navbar-collapse ul li {
    text-align: center; }
  .navbar-collapse.in {
    overflow-y: auto; }
    @media (max-width: 992px) {
      .navbar-collapse.in {
        margin-bottom: 0px;
        padding-bottom: 5px; }
        .navbar-collapse.in ul li a:hover, .navbar-collapse.in ul li a:active, .navbar-collapse.in ul li a:focus {
          border-color: transparent;
          text-decoration: underline; } }
  @media (min-width: 992px) {
    .navbar-collapse {
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

div.navbar-collapse {
  border-top: 0; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

#topbar .container {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media screen and (max-width: 992px) {
    #topbar .container {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    #topbar .container .row {
      margin-left: inherit;
      margin-right: inherit; } }

.navbar-wrapper {
  border-bottom: 2em solid #f4f4f4;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .navbar-wrapper {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 992px) {
    .navbar-wrapper .container {
      width: 100%; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: right;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  @media screen and (min-width: 992px) {
    .navbar-brand {
      float: left; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 8px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
      .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }

@media (min-width: 992px) {
  .navbar-nav {
    margin: 0; }
    .navbar-nav > li {
      float: left; }
      .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight: normal; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent;
      border-bottom: 0.25em solid #fdb913; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.75em;
  font-size: 50%; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong, h6 > strong {
  font-weight: normal; }

h7, h8, h9 {
  color: #fdb913;
  font-size: 0.875em; }

h1 {
  margin-top: 0; }

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-weight: normal; }

h2 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    h2 {
      margin-top: 40px; } }

h3, h4, h9 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: normal; }

h5, h7, h8 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: normal; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: normal; }

h1, h2, h5, h6, body, .quote {
  letter-spacing: 0.02em; }

h4, h8, h9 {
  letter-spacing: 0.01em; }

h4 {
  text-transform: uppercase; }

h1 {
  font-size: 2em; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 1.75em; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.875em; } }

h3, h4, h5, h6 {
  font-size: 1.2em; }

p {
  margin-bottom: 1.5em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em; }
  p p.sub {
    font-size: 12px;
    font-size: 0.75rem; }

.phone {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.quote {
  font-style: italic; }

.address, .email {
  font-size: 12px;
  font-size: 0.75rem; }

.email {
  font-weight: bold; }

.review {
  border-top: 0.5em solid #f4f4f4;
  border-bottom: 0.5em solid #f4f4f4; }

.fa[class*=quote] {
  color: #e2e2e2; }

dfn, cite, em, i {
  font-style: italic; }

/*
blockquote {
	margin: 0 1.5em;
}
blockquote {
    background: white;
    margin: 1.5em 1em;
    padding: .5em 1em;
    content:"\201C";
    quotes:"\201C""\201D";
}
blockquote:before {
    color: $light-gray;
    content: open-quote;
    font-size: 8.375em;
    line-height: .1em;
    text-align: center;
    vertical-align: -.4em;
}
blockquote:after {
    content: no-close-quote;
}
blockquote :first-child{
    display:inline;
}
blockquote :last-child{
    margin-bottom:0;
}
*/
pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Monaco", "Consolas", "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #333333;
  cursor: help; }

mark, ins {
  background: #f4f4f4;
  text-decoration: none; }

big {
  font-size: 125%; }

#certainty p.blurb {
  font-size: 90%;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

[class^="ca-"], [class*=" ca-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'certa' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ca-chat_gold:before {
  content: ""; }

.ca-clock_gold:before {
  content: ""; }

.ca-gear_gold:before {
  content: ""; }

.ca-heart_gold:before {
  content: ""; }

.ca-house_gold:before {
  content: ""; }

.ca-star_gold:before {
  content: ""; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

div {
  margin: 0;
  padding: 0; }
  div circle {
    border-radius: 50%; }

hr {
  background-color: #cdcdcd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5rem 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-top: 1.5rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
  margin: 0;
  padding: 0; }

body.wp-autoresize {
  padding: 15px !important; }
  body.wp-autoresize img {
    width: auto;
    /* Adhere to container width. */
    height: auto;
    /* Make sure images are scaled correctly. */
    margin: 0;
    padding: 0; }
    body.wp-autoresize img.size-onehalf {
      width: 50%;
      padding: 10px;
      margin-bottom: 15px; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

section {
  margin-bottom: 1rem;
  padding-top: 1rem; }
  section:before, section:after {
    content: " ";
    display: table; }
  section:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    section {
      margin-bottom: 2rem;
      padding-top: 2rem; } }

i {
  padding: .35em; }

small {
  font-size: 80%; }

a:link, a:visited {
  color: #333333; }

a:hover, a:active {
  color: #fdb913; }

span {
  color: #fdb913; }

.disable-click {
  pointer-events: none; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333; }
  a:visited {
    color: #333333; }
  a:hover, a:focus, a:active {
    color: #d2232a; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
*, *:after, *:before {
  margin: 0px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: inherit !important;
  font-smoothing: inherit !important;
  text-rendering: optimizeLegibility; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/**
 * HEADER
 */
#topbar {
  background-color: #fdb913;
  color: #333333;
  min-height: 3.5em; }
  @media screen and (min-width: 768px) {
    #topbar {
      max-height: 3.5em; } }
  #topbar .container {
    padding: 0; }
  #topbar div {
    white-space: nowrap; }
  #topbar select {
    background: transparent;
    border: none;
    height: auto;
    width: 5em; }
  #topbar a {
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: normal; }
    #topbar a:hover {
      text-decoration: underline; }
    #topbar a span > .upper {
      color: white; }
    @media (min-width: 992px) {
      #topbar a {
        font-size: 1rem; } }
  #topbar li {
    border-right: #f4f4f4; }

#logo {
  font-size: 0px;
  font-size: 0rem;
  height: auto; }

.estimate {
  background-color: #333333;
  border: #333333;
  color: white; }
  .estimate a {
    text-shadow: #fdb913; }

.navbar {
  background-color: white;
  color: #333333; }
  .navbar .estimate {
    padding-right: 10em;
    border-bottom: 2em; }
  .navbar.navbar-static-top {
    display: none; }
    @media screen and (min-width: 992px) {
      .navbar.navbar-static-top {
        display: block; } }
  .navbar.navbar--mobile {
    display: block; }
    .navbar.navbar--mobile a[href='#estimate'] {
      display: none; }
    .navbar.navbar--mobile .navbar-collapse ul {
      margin-top: 10px; }
    .navbar.navbar--mobile .navbar--mobile-logo {
      height: 70px;
      padding: 18px; }
      @media screen and (min-width: 480px) {
        .navbar.navbar--mobile .navbar--mobile-logo {
          height: 70px;
          padding: 15px; } }
      .navbar.navbar--mobile .navbar--mobile-logo #mobile-logo {
        width: 100%;
        display: block;
        margin: 0 auto 0 auto;
        max-width: 140px; }
        @media screen and (min-width: 480px) {
          .navbar.navbar--mobile .navbar--mobile-logo #mobile-logo {
            max-width: 200px; } }
    .navbar.navbar--mobile .navbar--mobile-menus {
      position: absolute;
      top: 0;
      padding: 0;
      height: 70px;
      width: 100%;
      border-bottom: solid 1px #e7e7e7; }
      .navbar.navbar--mobile .navbar--mobile-menus .navbar-toggle {
        padding-top: 18px;
        margin-bottom: 0;
        padding-left: 20px;
        border: none;
        border-right: solid 1px #e7e7e7;
        border-radius: 0;
        margin-top: 0;
        width: 70px;
        height: 70px;
        padding-right: 12px; }
      .navbar.navbar--mobile .navbar--mobile-menus #mobile-estimate {
        float: right;
        padding: 1rem 0.75rem;
        font-size: 90%;
        width: 75px;
        height: 70px;
        text-align: center;
        display: inline-block; }
        .navbar.navbar--mobile .navbar--mobile-menus #mobile-estimate:hover, .navbar.navbar--mobile .navbar--mobile-menus #mobile-estimate:active {
          border-bottom: none !important; }
        @media screen and (min-width: 992px) {
          .navbar.navbar--mobile .navbar--mobile-menus #mobile-estimate {
            display: none; } }
    @media screen and (min-width: 992px) {
      .navbar.navbar--mobile {
        display: none; } }

.navbar-collapse ul li a {
  padding: 0.75em;
  padding-left: 1.35em;
  padding-right: 1.35em; }
  @media screen and (min-width: 992px) {
    .navbar-collapse ul li a {
      padding: 1.65em;
      padding-left: 1.35em;
      padding-right: 1.35em; } }

#footer {
  border: 1px solid #f4f4f4; }

.navbar-nav .active {
  background-color: transparent; }

.nav-sidebar > li > a {
  padding-right: 2em;
  padding-left: 2em; }

.nav .active {
  border-bottom: 0.3em solid #fdb913; }

#local-submenu > ul > a:nth-child(1) {
  min-width: 20em;
  background-color: #333333; }

.nav-right-padding {
  background-color: #333;
  height: 4.5em; }

@media screen and (min-width: 992px) {
  .nav-container {
    padding: 0; } }

/******** Navigation 2.0 **********/
/********* Show New Nav ************/
@media (max-width: 900px) {
  .mast-head.preload-zip.franchise {
    margin: 0 -20px;
    width: calc(100% + 40px); } }

@media (max-width: 550px) {
  .mast-head.preload-zip.franchise {
    margin: 0 -15px !important;
    width: calc(100% + 30px); } }

.dark-nav .nav-phone.dark-nav-phone {
  display: none !important; }

body .nav-container .commercial-menu-header {
  margin: 0 auto;
  width: auto;
  text-align: center;
  position: relative;
  z-index: 99; }

body .nav-container li {
  float: none;
  display: inline-block; }

body .mast-head.preload-zip .gray_bar {
  top: auto;
  bottom: 0; }

body .new-spacer.comm {
  margin-bottom: -40px; }
  @media (max-width: 768px) {
    body .new-spacer.comm {
      margin-bottom: 0px; } }

body #secondary_nav {
  display: none !important; }
  @media (max-width: 768px) {
    body #secondary_nav {
      display: none !important; } }

body .col-xs-12.col-lg-9 .container-fluid {
  margin-top: -1px; }

.nav_old {
  display: none !important; }

/********* End Show New Nav ************/
/********* Admin Login Styles *********/
body.logged-in {
  padding-top: 25px; }
  body.logged-in .new-nav {
    top: 32px; }

/******* End Admin Login Styles ******/
.new-spacer {
  height: 160px;
  float: left;
  width: 100%;
  position: relative; }
  @media (max-width: 900px) {
    .new-spacer {
      height: 104px; } }
  @media (max-width: 550px) {
    .new-spacer {
      height: 100px; } }

.new-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0; }
  .new-nav .clear {
    clear: both; }
  .new-nav .top-bar {
    background: #fdb913;
    padding: 15px;
    text-align: center;
    position: relative; }
    @media (max-width: 900px) {
      .new-nav .top-bar {
        padding: 10px 10px 13px; } }
    @media (max-width: 450px) {
      .new-nav .top-bar {
        padding: 10px 8px 12px; } }
    .new-nav .top-bar .logo {
      height: auto;
      float: left;
      width: 177px; }
      @media (max-width: 550px) {
        .new-nav .top-bar .logo {
          width: 155px; } }
      @media (max-width: 450px) {
        .new-nav .top-bar .logo {
          width: 146px; } }
      @media (max-width: 350px) {
        .new-nav .top-bar .logo {
          width: 133px; } }
    .new-nav .top-bar .logo_group {
      position: absolute;
      left: 15px; }
      @media (max-width: 900px) {
        .new-nav .top-bar .logo_group {
          position: relative;
          float: left;
          left: 0;
          margin-left: -2px; } }
      .new-nav .top-bar .logo_group * {
        text-decoration: none; }
      .new-nav .top-bar .logo_group.franchise .logo {
        height: 35px;
        margin-top: -6px; }
        @media (max-width: 900px) {
          .new-nav .top-bar .logo_group.franchise .logo {
            margin-top: 1px; } }
        @media (max-width: 350px) {
          .new-nav .top-bar .logo_group.franchise .logo {
            height: 30px; } }
      .new-nav .top-bar .logo_group.franchise span {
        font-family: 'Helvetica Neue Condensed';
        font-size: 13px;
        float: left;
        color: #231F20;
        margin: 0px 0 -3px 3px;
        font-weight: 600;
        text-transform: uppercase; }
        @media (max-width: 900px) {
          .new-nav .top-bar .logo_group.franchise span {
            display: none; } }
    .new-nav .top-bar .center-block {
      display: inline-block;
      position: relative;
      padding-top: 4px;
      padding-bottom: 2px; }
      @media (max-width: 900px) {
        .new-nav .top-bar .center-block {
          display: none; } }
      .new-nav .top-bar .center-block .select-language {
        position: absolute;
        text-align: left;
        z-index: 1002;
        left: 0; }
        .new-nav .top-bar .center-block .select-language span {
          color: #000;
          cursor: pointer;
          font-size: 19px;
          color: #231F20;
          font-weight: 500;
          position: relative;
          top: 1px; }
          .new-nav .top-bar .center-block .select-language span i {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 2px; }
        .new-nav .top-bar .center-block .select-language .sub-menu {
          display: none;
          background: #fdb913;
          margin-top: 10px;
          margin-left: -30px;
          padding: 7px 0; }
          .new-nav .top-bar .center-block .select-language .sub-menu a {
            background: #fdb913;
            padding: 8px 30px;
            margin: 0;
            position: relative;
            width: 100%;
            display: block; }
        .new-nav .top-bar .center-block .select-language:hover .sub-menu {
          display: block; }
        .new-nav .top-bar .center-block .select-language.active span {
          padding-bottom: 15px; }
        .new-nav .top-bar .center-block .select-language.active a {
          display: block; }
      .new-nav .top-bar .center-block .location-block {
        float: left;
        font-size: 16px;
        position: relative;
        top: 1px; }
        .new-nav .top-bar .center-block .location-block img {
          display: inline-block;
          height: 22px;
          position: relative;
          vertical-align: middle;
          margin-right: 0px;
          top: -1px; }
        .new-nav .top-bar .center-block .location-block a span {
          text-decoration: none;
          display: inline-block;
          vertical-align: middle;
          color: #231F20;
          font-weight: 500;
          line-height: 28px; }
          @media (max-width: 900px) {
            .new-nav .top-bar .center-block .location-block a span {
              max-width: 200px;
              white-space: pre;
              overflow: hidden; } }
          .new-nav .top-bar .center-block .location-block a span:hover {
            text-decoration: underline; }
      .new-nav .top-bar .center-block .dashed {
        float: left;
        height: 30px;
        margin: 0px 20px 0 65px;
        border-left: 1px dashed #231f20; }
        .new-nav .top-bar .center-block .dashed.normal {
          margin-left: 23px; }
      .new-nav .top-bar .center-block .phone {
        float: left;
        margin-top: 4px; }
        .new-nav .top-bar .center-block .phone img {
          display: inline-block;
          height: 18px;
          position: relative;
          vertical-align: middle;
          margin-right: 2px;
          top: -1px; }
        .new-nav .top-bar .center-block .phone span {
          display: inline-block;
          vertical-align: middle;
          color: #231F20;
          font-weight: 500;
          font-size: 21px;
          line-height: 25px; }
    .new-nav .top-bar a[href='#estimate'].cta.desk,
    .new-nav .top-bar a[href='#estimate'].cta.phone,
    .new-nav .top-bar a#desktop_top_cta,
    .new-nav .top-bar a#mobile_top_cta {
      background: #d2232a !important;
      color: #ffffff !important;
      font-size: 18px;
      border-bottom: 0 !important;
      border-radius: 3px;
      font-weight: 400;
      padding: 7px 20px 8px;
      text-decoration: none;
      text-transform: uppercase;
      position: absolute;
      top: 0 !important;
      right: 0;
      bottom: 0;
      border-radius: 0;
      margin: 0;
      width: 50%;
      line-height: 70px;
      padding: 0px 2px;
      letter-spacing: 0px;
      max-width: 225px;
      font-weight: 600; }
      @media (max-width: 1100px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          font-weight: 600;
          font-size: 17px; } }
      @media (max-width: 900px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          line-height: 60px; } }
      @media (max-width: 768px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          line-height: 60px; } }
      @media (max-width: 550px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          width: 50%;
          line-height: 53px;
          font-size: 16px; } }
      @media (max-width: 450px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          text-transform: none;
          font-size: 17px; } }
      @media (max-width: 350px) {
        .new-nav .top-bar a[href='#estimate'].cta.desk,
        .new-nav .top-bar a[href='#estimate'].cta.phone,
        .new-nav .top-bar a#desktop_top_cta,
        .new-nav .top-bar a#mobile_top_cta {
          line-height: 49px;
          font-size: 15px; } }
      .new-nav .top-bar a[href='#estimate'].cta.desk:hover,
      .new-nav .top-bar a[href='#estimate'].cta.phone:hover,
      .new-nav .top-bar a#desktop_top_cta:hover,
      .new-nav .top-bar a#mobile_top_cta:hover {
        background: #bc1f26 !important; }
      .new-nav .top-bar a[href='#estimate'].cta.desk.desk,
      .new-nav .top-bar a[href='#estimate'].cta.phone.desk,
      .new-nav .top-bar a#desktop_top_cta.desk,
      .new-nav .top-bar a#mobile_top_cta.desk {
        margin: 8px 10px 12px !important;
        border-radius: 15px !important;
        line-height: 53px !important;
        box-shadow: 0px 2px 2px #851216 !important; }
        @media (max-width: 768px) {
          .new-nav .top-bar a[href='#estimate'].cta.desk.desk,
          .new-nav .top-bar a[href='#estimate'].cta.phone.desk,
          .new-nav .top-bar a#desktop_top_cta.desk,
          .new-nav .top-bar a#mobile_top_cta.desk {
            display: none; } }
      .new-nav .top-bar a[href='#estimate'].cta.desk.phone,
      .new-nav .top-bar a[href='#estimate'].cta.phone.phone,
      .new-nav .top-bar a#desktop_top_cta.phone,
      .new-nav .top-bar a#mobile_top_cta.phone {
        margin: 8px 10px 12px !important;
        border-radius: 15px !important;
        line-height: 53px !important;
        box-shadow: 0px 2px 2px #851216 !important;
        display: none; }
        @media (max-width: 768px) {
          .new-nav .top-bar a[href='#estimate'].cta.desk.phone,
          .new-nav .top-bar a[href='#estimate'].cta.phone.phone,
          .new-nav .top-bar a#desktop_top_cta.phone,
          .new-nav .top-bar a#mobile_top_cta.phone {
            display: inline-block;
            top: auto; } }
  .new-nav .main-nav {
    text-align: center;
    background: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .new-nav .main-nav {
        display: none; } }
    .new-nav .main-nav .container {
      width: 100%;
      padding: 0 25px; }
    .new-nav .main-nav .navbar-nav > li {
      float: none;
      display: inline-block;
      margin: 0;
      position: relative; }
      .new-nav .main-nav .navbar-nav > li:hover {
        background: #333;
        color: white; }
        .new-nav .main-nav .navbar-nav > li:hover a {
          color: white; }
      .new-nav .main-nav .navbar-nav > li a {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        letter-spacing: 0px;
        padding: 16px 20px 13px;
        text-decoration: none; }
        @media (max-width: 1100px) {
          .new-nav .main-nav .navbar-nav > li a {
            padding: 16px 12px 13px; } }
        .new-nav .main-nav .navbar-nav > li a:hover, .new-nav .main-nav .navbar-nav > li a:focus {
          background: #333;
          color: white; }
      .new-nav .main-nav .navbar-nav > li.find-location a {
        background: #1f1f1f; }
      .new-nav .main-nav .navbar-nav > li:hover ul.sub-menu {
        display: block; }
      .new-nav .main-nav .navbar-nav > li.current_page_item, .new-nav .main-nav .navbar-nav > li.current-page-ancestor {
        border-bottom: 3px solid #333; }
        .new-nav .main-nav .navbar-nav > li.current_page_item a, .new-nav .main-nav .navbar-nav > li.current-page-ancestor a {
          font-weight: 800; }
      .new-nav .main-nav .navbar-nav > li ul.sub-menu {
        display: none;
        position: absolute;
        top: 53px;
        left: 0px;
        width: 220px;
        background: rgba(59, 51, 51, 0.93);
        margin: 0;
        padding: 10px 5px 15px 5px;
        text-align: left;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); }
        .new-nav .main-nav .navbar-nav > li ul.sub-menu li {
          list-style: none;
          width: 100%;
          margin: 0; }
          .new-nav .main-nav .navbar-nav > li ul.sub-menu li.top_level a {
            font-weight: 800; }
          .new-nav .main-nav .navbar-nav > li ul.sub-menu li.second_level a {
            padding-left: 20px; }
          .new-nav .main-nav .navbar-nav > li ul.sub-menu li.active {
            border-bottom: 0; }
          .new-nav .main-nav .navbar-nav > li ul.sub-menu li:hover {
            color: #333;
            opacity: 1;
            cursor: pointer; }
            .new-nav .main-nav .navbar-nav > li ul.sub-menu li:hover a {
              color: #fdb913;
              opacity: 1; }
          .new-nav .main-nav .navbar-nav > li ul.sub-menu li a {
            color: #ddd;
            text-transform: none;
            padding: 2px 15px;
            width: 100%;
            font-weight: 400;
            display: block;
            font-size: 15px;
            border: 0 !important;
            margin: 0; }
  .new-nav .mobile-nav {
    display: none;
    background: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    height: 45px;
    overflow: hidden; }
    @media (max-width: 900px) {
      .new-nav .mobile-nav {
        display: block; } }
    .new-nav .mobile-nav * {
      position: relative; }
    .new-nav .mobile-nav .right {
      float: left;
      width: 42px;
      padding: 2px;
      height: 34px;
      text-align: center; }
      .new-nav .mobile-nav .right img {
        height: 27px;
        width: auto;
        padding: 3px;
        position: relative;
        top: 1px; }
      .new-nav .mobile-nav .right .dashed {
        left: 0; }
    .new-nav .mobile-nav .center {
      float: left;
      width: calc(100% - 84px);
      padding: 5px 3px;
      text-align: center; }
      .new-nav .mobile-nav .center .pin {
        display: inline-block;
        height: 21px;
        margin-right: -1px;
        vertical-align: middle;
        position: relative;
        top: 0px; }
      .new-nav .mobile-nav .center a {
        text-decoration: none;
        letter-spacing: 0px;
        font-size: 17px;
        position: relative;
        color: #333;
        top: 0px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        max-width: 86%;
        overflow: hidden;
        height: 25px;
        white-space: pre; }
        .new-nav .mobile-nav .center a.franchise {
          font-size: 15px;
          height: 22px; }
    .new-nav .mobile-nav .left {
      float: left;
      width: 42px;
      padding: 2px;
      text-align: center; }
      .new-nav .mobile-nav .left img {
        height: 28px;
        width: auto;
        padding: 0px;
        margin: 1px 0 0 -2px; }
      .new-nav .mobile-nav .left .dashed {
        right: 0; }
    .new-nav .mobile-nav .dashed {
      position: absolute;
      top: 5px;
      bottom: 5px;
      height: auto;
      border-left: 1px dashed #999; }

.find_a_location h2 {
  margin: 0 0 0px 0 !important;
  font-size: 18px;
  font-weight: 600; }

.find_a_location p {
  margin: 0;
  padding: 0px 0 8px !important;
  margin-bottom: 10px !important; }

.find_a_location .location_form {
  width: 100%;
  display: block; }
  .find_a_location .location_form .location-input {
    height: 55px;
    border-radius: 0;
    color: black;
    font-size: 19px;
    background: #ffffff;
    font-family: inherit;
    font-weight: normal;
    border: 1px solid #ccc;
    padding-left: 15px;
    width: calc(100% - 60px);
    float: left; }
  .find_a_location .location_form .location-go {
    background: #fdb913;
    color: #ffffff;
    font-size: 23px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 54px;
    outline: none;
    float: left;
    height: 55px;
    width: 60px;
    font-weight: 600;
    text-align: center;
    text-decoration: none; }
    .find_a_location .location_form .location-go:hover {
      text-decoration: none;
      background: #f4ae02; }

.site-content.space {
  padding-top: 10px; }

/* @group Slide Out Nav*/
.hider {
  background: #000;
  opacity: .7;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.navi-scroll {
  padding-bottom: 0px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  height: 100%;
  background: white;
  width: 300px;
  float: right;
  max-width: 325px;
  z-index: 100; }
  @media (max-width: 900px) {
    .navi-scroll {
      left: -999px;
      width: 80%;
      position: fixed;
      overflow-y: scroll;
      bottom: 0; } }

.navi {
  position: absolute;
  top: 0;
  left: -999px;
  width: 300px;
  z-index: 10000;
  padding: 0px; }
  @media (max-width: 900px) {
    .navi {
      width: 100%;
      position: fixed;
      bottom: 0; } }
  .navi .x {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: black;
    text-align: center;
    z-index: 9999; }
    .navi .x img {
      display: inline-block;
      color: #fff;
      width: 20px;
      margin-top: 15px; }
  .navi ul {
    padding: 0;
    margin: 0; }
    .navi ul li {
      padding: 0px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #eee;
      position: relative; }
      .navi ul li.bottom {
        padding: 0;
        margin: 0;
        border: 0; }
      .navi ul li a {
        display: block;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        background: white;
        text-decoration: none;
        letter-spacing: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        .navi ul li a[href='#estimate'] {
          background: #d2232a !important;
          border-bottom: 2px solid #bc1f26 !important;
          width: 90%;
          border-radius: 5px;
          margin-top: 20px;
          overflow: hidden;
          margin: 20px auto;
          text-align: center;
          font-weight: 600;
          color: white; }
        .navi ul li a img {
          display: inline-block;
          height: 24px;
          vertical-align: middle; }
        .navi ul li a span, .navi ul li a .material-icons {
          padding-right: 2px;
          display: inline-block;
          vertical-align: middle; }
      .navi ul li ul {
        position: relative;
        z-index: 99;
        background: #fff;
        padding-bottom: 0px;
        padding-top: 0px;
        display: none; }
        .navi ul li ul li {
          border-top: 1px solid #eae9e9;
          border-bottom: 0px; }
          .navi ul li ul li a {
            background: #f7f7f7;
            /*border-bottom: 1px solid darken($green, 2%);*/
            color: #333;
            font-size: 16px;
            text-indent: 20px;
            padding: 10px 12px; }
      .navi ul li a .material-icons {
        display: none\0;
        /* IE8, IE9 */ }
      .navi ul li .down {
        border-left: 1px solid #eee;
        padding: 10px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 55px;
        text-align: center; }
        .navi ul li .down.open {
          background: #f7f7f7; }
        .navi ul li .down img {
          width: 30px;
          display: inline-block;
          margin-top: 4px;
          vertical-align: middle; }
      .navi ul li .notice a {
        color: #facd28; }

.mobile-nav {
  display: none; }

/* @end */
#local-header {
  margin: 0;
  border-bottom: 0;
  margin-bottom: 30px; }
  #local-header .local-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1.25em; }
    @media screen and (min-width: 768px) {
      #local-header .local-title {
        font-size: 2.5em; } }
  #local-header .local-title-sub-header {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #local-header .local-title-sub-header {
        margin: 0; } }

#secondary_nav, #tertiary-nav-container {
  padding-left: 0;
  font-size: 16px;
  font-size: 1rem; }
  #secondary_nav li > a, #tertiary-nav-container li > a {
    border-bottom: solid 4px transparent;
    font-size: 1rem;
    line-height: 1.5rem; }
  #secondary_nav li > a:hover, #tertiary-nav-container li > a:hover {
    color: black;
    text-decoration: underline;
    border: none;
    background-color: transparent; }
  #secondary_nav li.active a, #tertiary-nav-container li.active a {
    color: #fdb913;
    border-bottom: solid 4px #fdb913; }
  #secondary_nav .menu-header, #tertiary-nav-container .menu-header {
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    margin-left: 0;
    padding-left: 0; }
    #secondary_nav .menu-header .nav.navbar-nav.list, #tertiary-nav-container .menu-header .nav.navbar-nav.list {
      margin-left: 0; }
    #secondary_nav .menu-header .menu-item:after, #tertiary-nav-container .menu-header .menu-item:after {
      content: '';
      border-right: 1px solid #cdcdcd;
      display: block;
      position: absolute;
      right: 0;
      top: 0.75rem;
      height: 1.75rem; }
    #secondary_nav .menu-header .menu-item:last-child:after, #tertiary-nav-container .menu-header .menu-item:last-child:after {
      display: none; }
    #secondary_nav .menu-header .menu-item a, #tertiary-nav-container .menu-header .menu-item a {
      position: relative;
      font-weight: normal;
      padding: 0.8rem 0.5rem 0rem 0.5rem;
      margin: 0 1rem 0.8rem 1rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
      #secondary_nav .menu-header .menu-item a:active, #secondary_nav .menu-header .menu-item a:focus, #tertiary-nav-container .menu-header .menu-item a:active, #tertiary-nav-container .menu-header .menu-item a:focus {
        background-color: transparent;
        color: black; }
      @media (min-width: 768px) {
        #secondary_nav .menu-header .menu-item a, #tertiary-nav-container .menu-header .menu-item a {
          margin: 0 2rem 0.8rem 2rem; } }
      @media (min-width: 992px) {
        #secondary_nav .menu-header .menu-item a, #tertiary-nav-container .menu-header .menu-item a {
          margin: 0 1.75rem 0.8rem 1.75rem; } }
      @media (min-width: 1200px) {
        #secondary_nav .menu-header .menu-item a, #tertiary-nav-container .menu-header .menu-item a {
          margin: 0 2.75rem 0.8rem 2.75rem; } }

#tertiary-nav-container {
  padding-right: 0; }
  #tertiary-nav-container #tertiary_nav {
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    list-style: none; }
    #tertiary-nav-container #tertiary_nav .scroller-left, #tertiary-nav-container #tertiary_nav .scroller-right {
      padding: 1.1em 0.5em; }
    #tertiary-nav-container #tertiary_nav .menu-header {
      padding-left: 0;
      border-top: none;
      border-bottom: none; }

.menu-header .active {
  border: 0;
  position: relative; }

#main .container {
  max-width: 100%;
  margin-left: 0; }

@media screen and (max-width: 776px) {
  #secondary_nav .menu-header .menu-item a:after {
    border-right: 0; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f4f4f4;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333333;
    display: block;
    font-size: 0.875px;
    font-size: 0.0546875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

#sidebar-outer #sidebar .current-page-ancestor > a, #sidebar-outer #sidebar .active > a, #sidebar-outer #sidebar .active > a:visited, #sidebar-outer #sidebar .active > a:hover, #sidebar-outer #sidebar .active > a:active {
  color: #000 !important; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table; }

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Custom Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Custom Components
--------------------------------------------------------------*/
/* @Loading Animation */
.load:before,
.load:after,
.load div {
  content: '';
  height: 1em;
  width: 1em;
  background: inherit;
  float: left;
  margin: 0 .1em;
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3);
  animation: loading .5s ease-in-out alternate infinite; }

@keyframes loading {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

.load:before {
  animation-delay: 0s; }

.load div {
  animation-delay: -.1s; }

.load:after {
  animation-delay: -.2s; }

.biggest {
  font-size: 256px; }

.bigger {
  font-size: 128px; }

.big {
  font-size: 64px; }

.small {
  font-size: 32px; }

.smaller {
  font-size: 16px; }

.smallest {
  font-size: 8px; }

.red {
  background: red; }

.blue {
  background: #2196F3; }

.teal {
  background: #009688; }

.green {
  background: #4CAF50; }

.amber {
  background: #FFC107; }

.deep-orange {
  background: #FF5722; }

.white {
  background: #FFFFFF; }

/* @end */
.buttons {
  width: 100%;
  text-align: center; }

/* @end */
.swivel {
  height: 500px;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }
  .swivel.stack {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .swivel .descriptions {
    list-style: none;
    padding: 0; }
    .swivel .descriptions.details {
      position: absolute;
      margin-top: 70px; }
    .swivel .descriptions .description {
      display: none; }
      .swivel .descriptions .description.active {
        display: block; }
  .swivel .dots {
    list-style: none; }
    .swivel .dots.pagination {
      position: absolute;
      padding: 0;
      margin-top: 25px; }
    .swivel .dots .dot {
      margin: 0 5px;
      float: left;
      cursor: pointer;
      padding: 5px !important;
      border-radius: 50%;
      background: #f4f4f4;
      transition: all 200ms ease-in-out; }
      .swivel .dots .dot.active {
        background: #fdb913; }
  .swivel .previous,
  .swivel .next {
    cursor: pointer;
    display: block;
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    top: 40%;
    z-index: 1; }
  .swivel .previous:before,
  .swivel .next:after {
    content: '';
    background-size: 20px 50px;
    height: 50px;
    width: 20px;
    background-repeat: no-repeat;
    display: block; }
  .swivel .previous {
    left: 5%; }
    .swivel .previous:before {
      background-image: url("https:certapro.com/wp-content/themes/certapro/images/larrow.png"); }
  .swivel .next {
    right: 5%; }
    .swivel .next:after {
      background-image: url("https:certapro.com/wp-content/themes/certapro/images/rarrow.png"); }
  .swivel .wheel {
    list-style: none;
    width: 1000rem;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    transition: all 200ms ease-in-out; }
    .swivel .wheel .item {
      margin: 0;
      padding: 0;
      float: left;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      transition: all 200ms ease-in-out; }
      .swivel .wheel .item.active {
        opacity: 1; }
      .swivel .wheel .item.threed.active {
        transform: scale(0.9);
        z-index: 1;
        position: relative; }
      .swivel .wheel .item.threed.pre {
        transform: scale(0.8) translateX(25%);
        position: relative;
        opacity: 1;
        z-index: 0; }
      .swivel .wheel .item.threed.post {
        transform: scale(0.8) translateX(-25%);
        position: relative;
        opacity: 1;
        z-index: 0; }

#alert-bar-major {
  background: #d2232a;
  color: #ffffff;
  font-size: 12px;
  display: none;
  overflow: hidden; }
  #alert-bar-major.on {
    display: block; }
  #alert-bar-major .message {
    padding: 0;
    margin: 0;
    text-align: center; }

#alert-bar-minor {
  background: #f4f4f4;
  display: none;
  opacity: 0%;
  float: left;
  width: 100%;
  margin: -30px 0 35px 0 !important; }
  @media (max-width: 550px) {
    #alert-bar-minor {
      margin-top: -55px !important; } }
  #alert-bar-minor.on {
    display: block;
    animation: 250ms ease-in-out fadeIn forwards; }
  #alert-bar-minor .message {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0;
    padding: 0 15px;
    color: #1f1f1f; }
  #alert-bar-minor.severity-one {
    background: #d2232a; }
    #alert-bar-minor.severity-one .message {
      color: #ffffff; }
  #alert-bar-minor.severity-two {
    background: #f4f4f4; }
    #alert-bar-minor.severity-two .message {
      color: #d2232a; }

@keyframes fadeIn {
  from {
    opacity: 0%; }
  to {
    opacity: 100%; } }

/*The good stuff*/
body:before {
  position: fixed;
  visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: visibility 0s linear 350ms, opacity 350ms linear;
  display: block;
  z-index: 1004; }

body.overlay:before {
  visibility: visible;
  opacity: 0.7;
  transition-delay: 0s; }

body.white:before {
  background-color: #FFF; }

.backscreen {
  position: fixed;
  height: 100vh;
  width: 325px;
  background: #FFFFFF;
  top: 0;
  left: -325px;
  transition: all 300ms ease-in-out;
  z-index: 1004; }
  .backscreen ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both; }
    .backscreen ul .title,
    .backscreen ul .link {
      margin: 0; }
    .backscreen ul .title {
      padding-left: 5px;
      background: #fdb913;
      color: #fff;
      font-weight: 600px;
      font-size: 18px;
      padding: 10px; }
    .backscreen ul li {
      width: 100%; }
    .backscreen ul .link {
      border: 0;
      cursor: pointer;
      font-size: 16px;
      border-bottom: 1px solid #eee; }
      .backscreen ul .link:hover {
        background: #eee; }
    .backscreen ul a {
      padding: 15px 0 15px 20px;
      width: 100%;
      text-decoration: none;
      color: #000;
      display: inline-block; }
  .backscreen .close {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #d2232a;
    color: #ffffff;
    opacity: 1; }
    .backscreen .close:after {
      content: '';
      display: block;
      position: absolute;
      clear: both; }
  .backscreen.open {
    left: 0px; }

.backscreen-toggle {
  font-size: 14px;
  background: #ffffff;
  position: relative;
  border: 0;
  color: green;
  cursor: pointer;
  width: 5em;
  height: 5em;
  outline: none;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7; }
  .backscreen-toggle .bar-icon:after, .backscreen-toggle .bar-icon:before {
    content: '';
    position: absolute;
    width: 3em;
    left: 1em;
    border-bottom: 1px solid #afafaf;
    transition: all 300ms ease-in-out; }
  .backscreen-toggle .bar-icon:after {
    top: 3em; }
  .backscreen-toggle .bar-icon:before {
    top: 2em; }
  .backscreen-toggle:focus {
    outline: none; }
  .backscreen-toggle:hover, .backscreen-toggle.open {
    background: #dadada; }
  .backscreen-toggle.open .bar-icon:before, .backscreen-toggle.open .bar-icon:after {
    left: 1.5em; }
  .backscreen-toggle.open .bar-icon:before {
    transform: rotate(45deg) translateY(0.8em); }
  .backscreen-toggle.open .bar-icon:after {
    transform: rotate(-45deg) translateY(-0.8em); }

.modal-backdrop.nav {
  z-index: 1003; }

.dark-nav .container.no-padding,
.dark-nav [class*=col].no-padding {
  padding: 0; }

.dark-nav .container.no-pad-right {
  padding-right: 0; }

.dark-nav .nav-phone.dark-nav-phone {
  float: right;
  color: #FFF;
  margin-top: 1rem;
  margin-right: 3rem; }

.dark-nav .location-profile {
  margin-right: 0;
  text-align: right; }

.dark-nav #local-header {
  margin: 0;
  padding: 1rem 0;
  background: #f4f4f4; }

.dark-nav .mast-head.preload-zip {
  margin-top: 0; }

.dark-nav .bold {
  font-weight: 600; }

.dark-nav .nav-container,
.dark-nav .location-profile,
.dark-nav .location-outlet,
.dark-nav .fa.fa-map-marker {
  display: none; }

@media screen and (min-width: 769px) {
  .dark-nav .nav-container {
    display: block; }
  .dark-nav .location-outlet,
  .dark-nav .fa.fa-map-marker {
    display: inline-block; }
  .dark-nav .location-profile {
    display: block; } }

/* @group Completion Bar*/
.completion {
  width: 100%;
  overflow: hidden;
  margin: 35px auto 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  top: 20px;
  padding: 0 25px; }
  @media (max-width: 550px) {
    .completion {
      margin-top: 11px;
      top: 0;
      padding: 0 10px; } }
  .completion .check {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    width: 28%;
    text-align: center;
    position: relative; }
    .completion .check.one {
      width: 18%;
      text-align: left; }
    .completion .check.last {
      width: 18%;
      text-align: right; }
    .completion .check:after, .completion .check:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      background: #e5e5e5;
      height: 2px; }
    .completion .check:after {
      left: 35%;
      right: 0; }
    .completion .check:before {
      right: 35%;
      left: 0; }
    .completion .check.one:before, .completion .check.last:after {
      display: none; }
    .completion .check .circle {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 13px;
      line-height: 25px;
      text-align: center;
      display: inline-block;
      background: #e5e5e5;
      border: 2px solid #e5e5e5;
      color: #999;
      vertical-align: middle;
      position: relative;
      z-index: 99; }
      .completion .check .circle img {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        margin-left: -12px;
        margin-top: -12px; }
      .completion .check .circle span {
        color: #777; }
    .completion .check.active .circle {
      background: white;
      border: 2px solid #d2232a;
      color: #d2232a;
      font-weight: 800; }
      .completion .check.active .circle:after {
        color: #d2232a;
        font-weight: 800; }
      .completion .check.active .circle span {
        color: #d2232a; }
    .completion .check.complete .circle {
      background: #fdb913;
      border: 2px solid #fdb913;
      color: white;
      font-weight: 800; }
      .completion .check.complete .circle span {
        display: none; }
      .completion .check.complete .circle img {
        opacity: 1; }
      .completion .check.complete .circle:after {
        color: #fdb913; }

/* @group end */
/* @group Modal */
.recruitment_form {
  display: none; }

.recruit_modal {
  overflow-y: auto;
  /* @end */ }
  .recruit_modal .modal_main1 {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    text-align: center;
    display: none; }
    .recruit_modal .modal_main1 * {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
  .recruit_modal .modal_background1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .89;
    z-index: 10039;
    min-height: 900px;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 550px) {
      .recruit_modal .modal_background1 {
        min-height: 0 !important; } }
    .recruit_modal .modal_background1.black {
      background: #fff;
      opacity: .85; }
    .recruit_modal .modal_background1.active {
      display: block; }
  .recruit_modal .modal_group1 {
    z-index: 10042;
    position: relative;
    margin: 75px auto;
    width: 450px;
    text-align: left; }
    @media (max-width: 550px) {
      .recruit_modal .modal_group1 {
        width: 100%;
        margin: 0%;
        background: #f4f4f4;
        min-height: 100%;
        padding: 35px 20px 45px 20px; } }
    .recruit_modal .modal_group1.active {
      display: block; }
  .recruit_modal .modal_content1 {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    background: #f4f4f4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
    @media (max-width: 550px) {
      .recruit_modal .modal_content1 {
        box-shadow: none; } }
    .recruit_modal .modal_content1 #res_form, .recruit_modal .modal_content1 #com_form {
      display: none; }
    .recruit_modal .modal_content1 .x_box {
      width: 29px;
      height: 29px;
      position: absolute;
      top: -9px;
      right: -9px;
      z-index: 2;
      padding: 7px;
      border-radius: 50%;
      box-shadow: 0px 0px 2px #666666;
      background: #d2232a; }
      @media (max-width: 550px) {
        .recruit_modal .modal_content1 .x_box {
          top: -35px;
          right: -20px;
          border-radius: 0;
          box-shadow: none; } }
      .recruit_modal .modal_content1 .x_box:hover {
        background: #e0484e;
        cursor: pointer; }
    .recruit_modal .modal_content1.gray {
      background: #f4f4f4; }
    .recruit_modal .modal_content1 .title {
      text-align: center;
      padding: 13px;
      border-radius: 3px 3px 0 0;
      margin: 0px;
      font-size: 13px;
      font-weight: 400; }
      @media (max-width: 550px) {
        .recruit_modal .modal_content1 .title {
          top: -41px; } }
      .recruit_modal .modal_content1 .title h2 {
        color: white;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300; }
      .recruit_modal .modal_content1 .title .x {
        width: 20px;
        position: absolute;
        top: 17px;
        right: 15px;
        cursor: pointer; }
    .recruit_modal .modal_content1 .slide_panel {
      overflow: hidden;
      padding: 0px;
      display: none;
      background: transparent; }
      .recruit_modal .modal_content1 .slide_panel.active {
        display: block; }
      .recruit_modal .modal_content1 .slide_panel .padding {
        padding: 0px 30px 35px;
        overflow: hidden; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 .slide_panel .padding {
            padding: 0px 0px 30px; } }
        .recruit_modal .modal_content1 .slide_panel .padding.space {
          padding-bottom: 45px; }
        .recruit_modal .modal_content1 .slide_panel .padding h2 {
          font-size: 20px;
          margin-bottom: 0px;
          margin-top: 3px;
          font-weight: 600; }
        .recruit_modal .modal_content1 .slide_panel .padding p {
          padding: 6px 0;
          line-height: 24px;
          font-size: 16px;
          margin-top: 0px;
          margin-bottom: 10px; }
      .recruit_modal .modal_content1 .slide_panel .button_group {
        width: 100%;
        height: 65px;
        position: relative;
        z-index: 2;
        border-radius: 0 0 2px 2px;
        background: #1f1f1f;
        overflow: hidden; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 .slide_panel .button_group {
            border-radius: 3px;
            overflow: hidden; } }
        .recruit_modal .modal_content1 .slide_panel .button_group .main {
          width: 100%;
          height: 100%;
          background: #2c2c2c;
          text-align: center;
          display: inline-block;
          position: relative;
          cursor: pointer; }
          @media (max-width: 550px) {
            .recruit_modal .modal_content1 .slide_panel .button_group .main {
              border-radius: 0 3px 3px 0; } }
          .recruit_modal .modal_content1 .slide_panel .button_group .main span {
            display: inline-block;
            vertical-align: middle; }
            .recruit_modal .modal_content1 .slide_panel .button_group .main span.text {
              color: white;
              line-height: 65px;
              font-size: 20px;
              margin-left: -20px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400; }
              @media (max-width: 550px) {
                .recruit_modal .modal_content1 .slide_panel .button_group .main span.text {
                  font-size: 18px;
                  margin-left: -5px; } }
            .recruit_modal .modal_content1 .slide_panel .button_group .main span.icon {
              margin-left: 10px; }
              @media (max-width: 550px) {
                .recruit_modal .modal_content1 .slide_panel .button_group .main span.icon.icon_submit {
                  display: none; } }
          .recruit_modal .modal_content1 .slide_panel .button_group .main:hover {
            cursor: pointer;
            background: #1f1f1f; }
          .recruit_modal .modal_content1 .slide_panel .button_group .main.choose span.text {
            margin-left: 0; }
        .recruit_modal .modal_content1 .slide_panel .button_group .sub {
          background: #2c2c2c;
          border-right: 1px solid #393838;
          height: 100%;
          text-align: center;
          cursor: pointer; }
          .recruit_modal .modal_content1 .slide_panel .button_group .sub:hover {
            background: #1f1f1f; }
          .recruit_modal .modal_content1 .slide_panel .button_group .sub img {
            width: 22px !important;
            margin: 0 auto;
            padding-top: 23px;
            display: inline-block; }
            @media (max-width: 350px) {
              .recruit_modal .modal_content1 .slide_panel .button_group .sub img {
                width: 20px;
                padding-top: 25px; } }
        .recruit_modal .modal_content1 .slide_panel .button_group.has_back .main {
          width: 85%;
          float: right; }
        .recruit_modal .modal_content1 .slide_panel .button_group.has_back .sub {
          width: 15%;
          float: left; }
    .recruit_modal .modal_content1 form {
      overflow: hidden; }
      .recruit_modal .modal_content1 form .group {
        width: 100%;
        float: left;
        margin: 0 0 -1px 0; }
        .recruit_modal .modal_content1 form .group:last-child .group.half, .recruit_modal .modal_content1 form .group:last-child .group.third {
          margin-bottom: 0 !important; }
        .recruit_modal .modal_content1 form .group.half {
          width: 50%; }
          .recruit_modal .modal_content1 form .group.half.end input {
            border-left: 0 !important; }
          .recruit_modal .modal_content1 form .group.half.check {
            width: 48%;
            margin-right: 2%; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form .group.half.check {
                width: 100%;
                margin-right: 0; } }
            .recruit_modal .modal_content1 form .group.half.check.end {
              margin-right: 0; }
        .recruit_modal .modal_content1 form .group.third {
          width: 33.3333333333%; }
        .recruit_modal .modal_content1 form .group .email {
          font-weight: normal; }
        .recruit_modal .modal_content1 form .group.terms {
          text-align: left;
          margin-bottom: -5px;
          margin-top: 10px; }
          .recruit_modal .modal_content1 form .group.terms input[type="checkbox"] {
            display: inline-block !important;
            vertical-align: middle;
            -webkit-appearance: checkbox;
            float: none;
            width: auto;
            height: 12px;
            width: 12px;
            position: relative;
            top: 1px;
            background-color: black; }
          .recruit_modal .modal_content1 form .group.terms span {
            display: inline-block;
            vertical-align: middle;
            padding-left: 5px;
            font-size: 11px;
            color: #1f1f1f; }
            .recruit_modal .modal_content1 form .group.terms span .terms {
              color: #d2232a;
              display: inline-block;
              cursor: pointer; }
              .recruit_modal .modal_content1 form .group.terms span .terms:hover {
                text-decoration: underline;
                cursor: pointer; }
        .recruit_modal .modal_content1 form .group.checkbox {
          margin-right: -1px !important;
          margin-bottom: 15px !important; }
          .recruit_modal .modal_content1 form .group.checkbox input[type="radio"] + label {
            border-radius: 0; }
          .recruit_modal .modal_content1 form .group.checkbox:first-child input[type="radio"] + label {
            border-radius: 3px 0 0 3px; }
          .recruit_modal .modal_content1 form .group.checkbox:last-child input[type="radio"] + label {
            border-radius: 0 3px 3px 0; }
          .recruit_modal .modal_content1 form .group.checkbox.half {
            width: 50%;
            margin: 0; }
          .recruit_modal .modal_content1 form .group.checkbox.third {
            width: 33.3333333333%;
            margin: 0; }
        .recruit_modal .modal_content1 form .group.needsfilled input[type="radio"] + label {
          background: #fcebeb;
          border: 1px solid #e49f9f;
          color: #af0202; }
        .recruit_modal .modal_content1 form .group input[type="checkbox"] {
          display: none !important; }
        .recruit_modal .modal_content1 form .group input[type="checkbox"] + label {
          width: calc(100% - 2px);
          line-height: 65px;
          text-align: center;
          border-radius: 3px;
          background: #fbfbfb;
          border: 1px solid #ddd;
          cursor: pointer;
          display: block;
          font-size: 15px; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"] + label:hover {
            background: #f5f5f5; }
          @media (max-width: 550px) {
            .recruit_modal .modal_content1 form .group input[type="checkbox"] + label {
              line-height: 55px; } }
        .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label {
          color: white;
          font-weight: 600;
          background: #fdb913;
          border-color: #fdbc1d; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label:before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(/wp-content/themes/certapro/images/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -1px;
            margin-right: 6px;
            background-size: cover; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label:hover {
            background: #fdc12c; }
      .recruit_modal .modal_content1 form .step {
        margin-top: 20px;
        padding-top: 5px;
        border-top: 1px dashed #ddd;
        float: left;
        width: 100%; }
      .recruit_modal .modal_content1 form label {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
        font-size: 17px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #1f1f1f;
        padding-left: 0;
        float: left;
        font-weight: 400; }
        .recruit_modal .modal_content1 form label.spacer {
          margin-top: 25px; }
        .recruit_modal .modal_content1 form label.check {
          margin-bottom: 1px;
          margin-top: 10px; }
        .recruit_modal .modal_content1 form label span.toggle {
          float: right;
          background-image: url(/wp-content/themes/certapro/images/add_icon.svg);
          background-size: cover;
          width: 26px;
          height: 26px;
          position: relative;
          top: -2px;
          cursor: pointer;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .recruit_modal .modal_content1 form label span.toggle.open {
            background-image: url(/wp-content/themes/certapro/images/close_icon.svg); }
          .recruit_modal .modal_content1 form label span.toggle:hover {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            opacity: .7;
            cursor: pointer; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form label span.toggle:hover {
                opacity: 1; } }
      .recruit_modal .modal_content1 form textarea {
        background: #fff;
        /*text-indent: 15px;*/
        padding: 15px;
        height: 75px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        border-radius: 3px;
        border-bottom: 7px;
        border: 1px solid #c9c9c9;
        float: left;
        resize: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        .recruit_modal .modal_content1 form textarea::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea.project_details {
          display: none; }
      .recruit_modal .modal_content1 form .drop_line {
        max-width: none;
        background: #fff url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 92% center;
        height: 55px;
        padding: 0px;
        border: 1px solid #c9c9c9;
        border-radius: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 form .drop_line {
            height: 50px; } }
        .recruit_modal .modal_content1 form .drop_line span.drop {
          width: 100%;
          display: inline-block; }
          .recruit_modal .modal_content1 form .drop_line span.drop select {
            background: none;
            height: auto;
            position: relative;
            top: 0px;
            border: 0px solid #ddd;
            border-radius: 0px;
            padding: 17px 7px 12px 15px;
            text-indent: 0px;
            vertical-align: middle;
            font-size: 16px;
            width: 100%;
            margin: 0;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            color: #787878;
            font-family: 'Roboto', sans-serif;
            font-weight: 400; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form .drop_line span.drop select {
                padding: 12px 7px 12px 12px;
                font-size: 16px;
                font-width: normal; } }
        .recruit_modal .modal_content1 form .drop_line .drop_arrow {
          position: absolute;
          top: 6px;
          left: 369px;
          z-index: 1;
          width: 18px; }
      .recruit_modal .modal_content1 form input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 55px;
        text-indent: 0px;
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        outline: none;
        border: 1px solid #c9c9c9;
        border-radius: 0px;
        padding: 0 0 0 15px; }
        .recruit_modal .modal_content1 form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #aaa; }
        .recruit_modal .modal_content1 form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form input:-moz-placeholder {
          /* Firefox 18- */
          color: #aaa; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 form input {
            font-size: 16px;
            height: 50px;
            text-indent: 10px;
            font-width: normal; } }
        .recruit_modal .modal_content1 form input[type="radio"] {
          display: none !important; }
        .recruit_modal .modal_content1 form input[type="radio"] + label {
          line-height: 50px;
          text-align: center;
          background: white;
          border: 1px solid #ccc;
          cursor: pointer;
          float: left;
          font-size: 16px;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          height: 50px;
          margin-bottom: -4px;
          text-transform: none;
          border-radius: 0;
          transition: background-color 0.5s ease; }
        .recruit_modal .modal_content1 form input[type="radio"]:checked + label {
          color: white;
          background: #fdb913;
          border-color: #f9b202;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          transition: background-color 0.5s ease; }
          .recruit_modal .modal_content1 form input[type="radio"]:checked + label:before {
            content: ' ';
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/certapro/images/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 6px; }
        .recruit_modal .modal_content1 form input[type="checkbox"] {
          -webkit-appearance: normal; }
      .recruit_modal .modal_content1 form input.needsfilled, .recruit_modal .modal_content1 form textarea.needsfilled {
        background: #fcebeb !important;
        border: 1px solid #e49f9f !important;
        color: #af0202 !important; }
      .recruit_modal .modal_content1 form .drop_line.needsfilled {
        background: url(/wp-content/themes/certapro/landing-templates/img/arrow-form.svg) no-repeat right center #fcebeb !important;
        border: 1px solid #e49f9f !important;
        background-size: 32px !important; }
        .recruit_modal .modal_content1 form .drop_line.needsfilled select {
          color: #af0202 !important; }
      .recruit_modal .modal_content1 form .country {
        display: none; }
  .recruit_modal p.disclaimer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 500; }
    .recruit_modal p.disclaimer a {
      test-decoration: none; }
      .recruit_modal p.disclaimer a:hover {
        text-decoration: underline; }
  .recruit_modal .app-x {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99999;
    width: 22px;
    cursor: pointer; }
  .recruit_modal .title-bar {
    padding: 0;
    height: auto;
    margin-top: -4px;
    margin-bottom: 20px;
    background: transparent; }
    .recruit_modal .title-bar h1 {
      color: #000;
      margin: 0;
      padding: 0;
      font-size: 24px; }
  .recruit_modal #add_employment_group, .recruit_modal #add_experience_container {
    float: left; }
  .recruit_modal .employment_group, .recruit_modal .experience_group {
    margin-bottom: 20px; }
  .recruit_modal #add_employment, .recruit_modal #add_experience {
    float: right;
    width: auto;
    padding: 15px 25px;
    border-radius: 2px;
    color: white;
    background: #2c2c2c;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer; }
    .recruit_modal #add_employment:hover, .recruit_modal #add_experience:hover {
      cursor: pointer;
      background: #1f1f1f; }

section.black.center.recruitment_footer {
  padding: 150px 0; }
  @media (max-width: 550px) {
    section.black.center.recruitment_footer {
      padding: 75px 0; } }
  section.black.center.recruitment_footer h2 {
    font-weight: 600;
    margin: 0; }

/* @end */
.disclaimer_modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  text-align: center;
  display: none; }
  .disclaimer_modal * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .disclaimer_modal .x_box {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #666666;
    background: #d2232a; }
    .disclaimer_modal .x_box:hover {
      background: #e0484e;
      cursor: pointer; }
  .disclaimer_modal .modal_background2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .95;
    z-index: 10039;
    min-height: 900px;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 550px) {
      .disclaimer_modal .modal_background2 {
        min-height: 0 !important; } }
    .disclaimer_modal .modal_background2.black {
      background: #fff;
      opacity: .95; }
    .disclaimer_modal .modal_background2.active {
      display: block; }
  .disclaimer_modal .disclaimer_content {
    padding: 50px;
    margin: 30px auto;
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 11111;
    text-align: left; }
    @media (max-width: 550px) {
      .disclaimer_modal .disclaimer_content {
        padding: 15px; } }
    .disclaimer_modal .disclaimer_content h2 {
      font-weight: 600;
      margin-bottom: 15px; }
    .disclaimer_modal .disclaimer_content h3 {
      font-weight: 600; }
    .disclaimer_modal .disclaimer_content p {
      font-weight: 400;
      font-size: 16px; }

/*The good stuff*/
body:before {
  position: fixed;
  visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: visibility 0s linear 350ms, opacity 350ms linear;
  display: block;
  z-index: 1004; }

body.overlay:before {
  visibility: visible;
  opacity: 0.7;
  transition-delay: 0s; }

body.white:before {
  background-color: #FFF; }

.backscreen {
  position: fixed;
  height: 100vh;
  width: 325px;
  background: #FFFFFF;
  top: 0;
  left: -325px;
  transition: all 300ms ease-in-out;
  z-index: 1004; }
  .backscreen ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both; }
    .backscreen ul .title,
    .backscreen ul .link {
      margin: 0; }
    .backscreen ul .title {
      padding-left: 5px;
      background: #fdb913;
      color: #fff;
      font-weight: 600px;
      font-size: 18px;
      padding: 10px; }
    .backscreen ul li {
      width: 100%; }
    .backscreen ul .link {
      border: 0;
      cursor: pointer;
      font-size: 16px;
      border-bottom: 1px solid #eee; }
      .backscreen ul .link:hover {
        background: #eee; }
    .backscreen ul a {
      padding: 15px 0 15px 20px;
      width: 100%;
      text-decoration: none;
      color: #000;
      display: inline-block; }
  .backscreen .close {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #d2232a;
    color: #ffffff;
    opacity: 1; }
    .backscreen .close:after {
      content: '';
      display: block;
      position: absolute;
      clear: both; }
  .backscreen.open {
    left: 0px; }

.backscreen-toggle {
  font-size: 14px;
  background: #ffffff;
  position: relative;
  border: 0;
  color: green;
  cursor: pointer;
  width: 5em;
  height: 5em;
  outline: none;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7; }
  .backscreen-toggle .bar-icon:after, .backscreen-toggle .bar-icon:before {
    content: '';
    position: absolute;
    width: 3em;
    left: 1em;
    border-bottom: 1px solid #afafaf;
    transition: all 300ms ease-in-out; }
  .backscreen-toggle .bar-icon:after {
    top: 3em; }
  .backscreen-toggle .bar-icon:before {
    top: 2em; }
  .backscreen-toggle:focus {
    outline: none; }
  .backscreen-toggle:hover, .backscreen-toggle.open {
    background: #dadada; }
  .backscreen-toggle.open .bar-icon:before, .backscreen-toggle.open .bar-icon:after {
    left: 1.5em; }
  .backscreen-toggle.open .bar-icon:before {
    transform: rotate(45deg) translateY(0.8em); }
  .backscreen-toggle.open .bar-icon:after {
    transform: rotate(-45deg) translateY(-0.8em); }

.modal-backdrop.nav {
  z-index: 1003; }

.dark-nav .container.no-padding,
.dark-nav [class*=col].no-padding {
  padding: 0; }

.dark-nav .container.no-pad-right {
  padding-right: 0; }

.dark-nav .nav-phone.dark-nav-phone {
  float: right;
  color: #FFF;
  margin-top: 1rem;
  margin-right: 3rem; }

.dark-nav .location-profile {
  margin-right: 0;
  text-align: right; }

.dark-nav #local-header {
  margin: 0;
  padding: 1rem 0;
  background: #f4f4f4; }

.dark-nav .mast-head.preload-zip {
  margin-top: 0; }

.dark-nav .bold {
  font-weight: 600; }

.dark-nav .nav-container,
.dark-nav .location-profile,
.dark-nav .location-outlet,
.dark-nav .fa.fa-map-marker {
  display: none; }

@media screen and (min-width: 769px) {
  .dark-nav .nav-container {
    display: block; }
  .dark-nav .location-outlet,
  .dark-nav .fa.fa-map-marker {
    display: inline-block; }
  .dark-nav .location-profile {
    display: block; } }

/*----------------------------------
Variables
------------------------------------*/
/*----------------------------------
End Variables
------------------------------------*/
/*----------------------------------
OO Styles
------------------------------------*/
.margin-top {
  margin-top: 15px !important; }

.no-pad-right {
  padding-right: 0 !important; }

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

.block {
  display: block; }

.uppercase {
  text-transform: uppercase; }

.red {
  color: #e70025 !important; }

.orange {
  color: #ffb200 !important; }

.italic {
  font-style: italic; }

.black {
  color: #000000 !important; }

.font-normal {
  font-weight: normal !important; }

/*----------------------------------
End OO Styles
------------------------------------*/
/*----------------------------------
Mixins
------------------------------------*/
/*----------------------------------
End Mixins
------------------------------------*/
.cbtn {
  border: 2px solid #ffb200;
  background: #ffffff;
  padding: 9px 25px 7px 10px;
  border-radius: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  vertical-align: top;
  min-width: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  transition: all 50ms ease-in;
  cursor: pointer;
  color: #000000;
  border-color: #ffb200; }
  .cbtn.back {
    padding: 9px 10px 7px 25px; }
  .cbtn.btn {
    padding: 10px 10px 8px 10px; }
  .cbtn.fill {
    color: #ffffff !important; }
    .cbtn.fill:after, .cbtn.fill:before, .cbtn.fill.back:after, .cbtn.fill.back:before, .cbtn.fill.cancel:after {
      color: #ffffff; }
    .cbtn.fill.dark {
      color: #000000; }
      .cbtn.fill.dark:after, .cbtn.fill.dark:before, .cbtn.fill.dark.back:after, .cbtn.fill.dark.back:before, .cbtn.fill.dark.cancel:after {
        color: #000000; }
  .cbtn:focus {
    outline: 0;
    border-color: #ffb200; }
  .cbtn:after, .cbtn:before, .cbtn.back:after, .cbtn.back:before, .cbtn.cancel:after {
    content: '›';
    color: #ffb200;
    position: absolute;
    display: block;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 100;
    top: 3px;
    z-index: 2;
    transition: all 50ms ease-in; }
  .cbtn:after {
    right: 11px;
    top: 5px; }
  .cbtn:before {
    right: 6px;
    top: 5px; }
  .cbtn.back:after, .cbtn.back:before {
    top: 7px;
    transform: rotate(180deg);
    text-align: right; }
  .cbtn.back:after {
    left: 6px; }
  .cbtn.back:before {
    left: 11px; }
  .cbtn.cancel:after {
    content: 'x'; }
  .cbtn.cancel:before {
    content: ''; }
  .cbtn.btn:after, .cbtn.btn:before {
    content: ''; }
  .cbtn:hover, .cbtn:hover:before, .cbtn:hover:after, .cbtn.back:hover, .cbtn.back:hover:before, .cbtn.back:hover:after, .cbtn.cancel:hover:before, .cbtn.cancel:hover:after {
    color: #ffffff;
    text-decoration: none; }
  .cbtn:hover {
    background: #ffb200; }
  .cbtn:focus {
    border-color: #ffb200; }
  .cbtn:after, .cbtn:before, .cbtn.back:after, .cbtn.back:before, .cbtn.cancel:after {
    color: #ffb200; }
  .cbtn:hover {
    background: #ffb200; }
  .cbtn.fill {
    background: #ffb200; }
    .cbtn.fill:hover {
      background: #eca501;
      border-color: #eca501; }

.cbtn.btn-primary,
.cbtn.btn-secondary {
  border: 2px solid #ffb200;
  background: #ffffff;
  padding: 9px 25px 7px 10px;
  border-radius: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  vertical-align: top;
  min-width: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  transition: all 50ms ease-in;
  cursor: pointer;
  color: #000000;
  border-color: #ffb200; }
  .cbtn.btn-primary.back,
  .cbtn.btn-secondary.back {
    padding: 9px 10px 7px 25px; }
  .cbtn.btn-primary.btn,
  .cbtn.btn-secondary.btn {
    padding: 10px 10px 8px 10px; }
  .cbtn.btn-primary.fill,
  .cbtn.btn-secondary.fill {
    color: #ffffff !important; }
    .cbtn.btn-primary.fill:after, .cbtn.btn-primary.fill:before, .cbtn.btn-primary.fill.back:after, .cbtn.btn-primary.fill.back:before, .cbtn.btn-primary.fill.cancel:after,
    .cbtn.btn-secondary.fill:after,
    .cbtn.btn-secondary.fill:before,
    .cbtn.btn-secondary.fill.back:after,
    .cbtn.btn-secondary.fill.back:before,
    .cbtn.btn-secondary.fill.cancel:after {
      color: #ffffff; }
    .cbtn.btn-primary.fill.dark,
    .cbtn.btn-secondary.fill.dark {
      color: #000000; }
      .cbtn.btn-primary.fill.dark:after, .cbtn.btn-primary.fill.dark:before, .cbtn.btn-primary.fill.dark.back:after, .cbtn.btn-primary.fill.dark.back:before, .cbtn.btn-primary.fill.dark.cancel:after,
      .cbtn.btn-secondary.fill.dark:after,
      .cbtn.btn-secondary.fill.dark:before,
      .cbtn.btn-secondary.fill.dark.back:after,
      .cbtn.btn-secondary.fill.dark.back:before,
      .cbtn.btn-secondary.fill.dark.cancel:after {
        color: #000000; }
  .cbtn.btn-primary:focus,
  .cbtn.btn-secondary:focus {
    outline: 0;
    border-color: #ffb200; }
  .cbtn.btn-primary:after, .cbtn.btn-primary:before, .cbtn.btn-primary.back:after, .cbtn.btn-primary.back:before, .cbtn.btn-primary.cancel:after,
  .cbtn.btn-secondary:after,
  .cbtn.btn-secondary:before,
  .cbtn.btn-secondary.back:after,
  .cbtn.btn-secondary.back:before,
  .cbtn.btn-secondary.cancel:after {
    content: '›';
    color: #ffb200;
    position: absolute;
    display: block;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 100;
    top: 3px;
    z-index: 2;
    transition: all 50ms ease-in; }
  .cbtn.btn-primary:after,
  .cbtn.btn-secondary:after {
    right: 11px;
    top: 5px; }
  .cbtn.btn-primary:before,
  .cbtn.btn-secondary:before {
    right: 6px;
    top: 5px; }
  .cbtn.btn-primary.back:after, .cbtn.btn-primary.back:before,
  .cbtn.btn-secondary.back:after,
  .cbtn.btn-secondary.back:before {
    top: 7px;
    transform: rotate(180deg);
    text-align: right; }
  .cbtn.btn-primary.back:after,
  .cbtn.btn-secondary.back:after {
    left: 6px; }
  .cbtn.btn-primary.back:before,
  .cbtn.btn-secondary.back:before {
    left: 11px; }
  .cbtn.btn-primary.cancel:after,
  .cbtn.btn-secondary.cancel:after {
    content: 'x'; }
  .cbtn.btn-primary.cancel:before,
  .cbtn.btn-secondary.cancel:before {
    content: ''; }
  .cbtn.btn-primary.btn:after, .cbtn.btn-primary.btn:before,
  .cbtn.btn-secondary.btn:after,
  .cbtn.btn-secondary.btn:before {
    content: ''; }
  .cbtn.btn-primary:hover, .cbtn.btn-primary:hover:before, .cbtn.btn-primary:hover:after, .cbtn.btn-primary.back:hover, .cbtn.btn-primary.back:hover:before, .cbtn.btn-primary.back:hover:after, .cbtn.btn-primary.cancel:hover:before, .cbtn.btn-primary.cancel:hover:after,
  .cbtn.btn-secondary:hover,
  .cbtn.btn-secondary:hover:before,
  .cbtn.btn-secondary:hover:after,
  .cbtn.btn-secondary.back:hover,
  .cbtn.btn-secondary.back:hover:before,
  .cbtn.btn-secondary.back:hover:after,
  .cbtn.btn-secondary.cancel:hover:before,
  .cbtn.btn-secondary.cancel:hover:after {
    color: #ffffff;
    text-decoration: none; }
  .cbtn.btn-primary:hover,
  .cbtn.btn-secondary:hover {
    background: #ffb200; }
  .cbtn.btn-primary:focus,
  .cbtn.btn-secondary:focus {
    border-color: #ffb200; }
  .cbtn.btn-primary:after, .cbtn.btn-primary:before, .cbtn.btn-primary.back:after, .cbtn.btn-primary.back:before, .cbtn.btn-primary.cancel:after,
  .cbtn.btn-secondary:after,
  .cbtn.btn-secondary:before,
  .cbtn.btn-secondary.back:after,
  .cbtn.btn-secondary.back:before,
  .cbtn.btn-secondary.cancel:after {
    color: #ffb200; }
  .cbtn.btn-primary:hover,
  .cbtn.btn-secondary:hover {
    background: #ffb200; }
  .cbtn.btn-primary.fill,
  .cbtn.btn-secondary.fill {
    background: #ffb200; }
    .cbtn.btn-primary.fill:hover,
    .cbtn.btn-secondary.fill:hover {
      background: #eca501;
      border-color: #eca501; }
  .cbtn.btn-primary:hover,
  .cbtn.btn-secondary:hover {
    box-shadow: none; }

.lead-form .cbtn.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  padding: 11px 50px 7px;
  letter-spacing: 1px; }

.commercial_slider {
  background: #FFF;
  font-size: 16px; }
  .commercial_slider * {
    list-style-type: none; }
  .commercial_slider .top-img {
    overflow: hidden;
    margin-top: 5em; }
    .commercial_slider .top-img img {
      width: 100%; }
  .commercial_slider .white {
    background: #fff; }
  .commercial_slider .gray {
    background: #f3f3f3; }
  .commercial_slider .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0; }
    .commercial_slider .menu .mi {
      margin: 0;
      border-left: 1px solid #eee;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: .5em .9em 0;
      min-width: 8em;
      min-height: 4em;
      float: left;
      display: block;
      cursor: pointer;
      font-size: 1em;
      text-align: center;
      line-height: 1.2em; }
      .commercial_slider .menu .mi:last-child {
        border-right: 1px solid #eee;
        font-size: .8em;
        padding: .65em 2.1em; }
      .commercial_slider .menu .mi.selected {
        transition: all 100ms ease-in;
        border-bottom: 0;
        color: #fff;
        font-weight: 600; }
      .commercial_slider .menu .mi.light {
        background: #FBB831;
        position: absolute;
        border-left: 1px solid transparent;
        color: transparent;
        left: 0;
        transition: left 100ms ease-in-out;
        z-index: -1; }
        .commercial_slider .menu .mi.light:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-left: 1em solid transparent;
          border-right: 1em solid transparent;
          border-top: 1em solid #FBB831;
          bottom: -1em;
          left: 3em;
          z-index: 1; }
      .commercial_slider .menu .mi.light.one {
        left: 0; }
      .commercial_slider .menu .mi.light.two {
        left: 16.9%; }
      .commercial_slider .menu .mi.light.three {
        left: 33.5%; }
      .commercial_slider .menu .mi.light.four {
        left: 50.2%; }
      .commercial_slider .menu .mi.light.five {
        left: 67%; }
      .commercial_slider .menu .mi.light.six {
        left: 83.3%; }
  .commercial_slider .content {
    padding-top: 2em;
    overflow: hidden;
    margin: -7px; }
    .commercial_slider .content .dyno {
      transition: all 100ms ease-in;
      opacity: 0;
      transition: all 100ms ease-in;
      opacity: 0;
      display: none; }
      .commercial_slider .content .dyno .img {
        width: auto; }
      .commercial_slider .content .dyno section {
        padding: 0;
        display: initial;
        position: initial; }
    .commercial_slider .content .appear {
      left: 0;
      opacity: 1;
      display: block; }
    .commercial_slider .content .point {
      text-align: center;
      max-width: 100%;
      margin: 0 auto; }
      .commercial_slider .content .point .p,
      .commercial_slider .content .point .img {
        float: left;
        width: 50%; }
        .commercial_slider .content .point .p p,
        .commercial_slider .content .point .img p {
          max-width: 600px;
          float: left; }
        .commercial_slider .content .point .p img,
        .commercial_slider .content .point .img img {
          width: 100%;
          max-width: 600px;
          float: right; }
      .commercial_slider .content .point p {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0 1em;
        line-height: 1.5em; }
  .commercial_slider .dot-menu {
    display: none;
    list-style: none;
    text-align: center; }
    .commercial_slider .dot-menu .dot {
      border: 1px solid #FBB831;
      display: inline-block;
      border-radius: 50%;
      padding: 5px;
      margin: 0 10px;
      cursor: pointer; }
      .commercial_slider .dot-menu .dot.selected {
        background: #FBB831; }
  .commercial_slider .button {
    margin: 1em;
    text-decoration: none !important; }
  .commercial_slider .clearfix {
    clear: both; }
  .commercial_slider .center {
    padding-top: 3em;
    text-align: center; }

@media screen and (max-width: 800px) {
  .commercial_slider {
    font-size: 12px; }
  .dyno p {
    font-size: 14px; } }

@media screen and (max-width: 585px) {
  .commercial_slider .img img,
  .commercial_slider .center a.button.yellow,
  .commercial_slider .menu {
    display: none; }
  .commercial_slider .content .point .p {
    max-width: 100%;
    width: 100%; }
  .commercial_slider .dot-menu {
    display: block; } }

@media screen and (max-width: 950px) {
  .commercial_slider .point .p a {
    display: none; } }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxbtns {
  z-index: 99999999;
  display: none; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/ }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(landing-templates/scss/images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(landing-templates/scss/images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(landing-templates/scss/images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(landing-templates/scss/images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(landing-templates/scss/images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(landing-templates/scss/images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(landing-templates/scss/images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(landing-templates/scss/images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  /*overflow:hidden;*/ }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  bottom: -73px;
  height: 55px;
  font-weight: 500;
  font-size: 13px; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important; }

#cboxLoadingOverlay {
  background: url(landing-templates/scss/images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(landing-templates/scss/images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  left: 17px;
  background: url(landing-templates/scss/images/btn-left.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxPrevious:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxNext {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  right: 10px;
  background: url(landing-templates/scss/images/btn-right.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxNext:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(landing-templates/scss/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

.invisible {
  visibility: hidden; }

.webchat {
  overflow: hidden;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10040;
  max-width: 300px;
  height: 385px;
  border-radius: 3px;
  background: #FFFF;
  box-shadow: 3px 3px 10px #7f7d7d;
  opacity: .95;
  transition: all 100ms ease-in; }

.webchat header {
  border-radius: 2px 2px 0 0; }

.webchat header .toolbar {
  font-weight: 600;
  background: #fdb913;
  padding: 10px 15px; }

.webchat header .logo {
  padding: 10px 100px;
  background: #efefef;
  box-shadow: 0px 0px 7px -3px #5f5050; }

.webchat header span {
  color: #000 !important; }

.webchat header .right {
  float: right; }

.webchat.inactive,
.webchat-cta.inactive {
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden; }

#webchat {
  height: 500px; }

iframe {
  height: 450px;
  overflow: hidden; }

.webchat-cta.open {
  width: initial;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }

.webchat-cta {
  bottom: 25px;
  right: 25px;
  position: fixed;
  background: #fdb913;
  width: 50px;
  border-radius: 50px;
  z-index: 10040;
  overflow: hidden;
  font-weight: 600;
  padding: 8px;
  border: 5px solid #fdb913;
  transition: all 300ms ease-in-out; }

.webchat-cta a {
  white-space: nowrap;
  text-decoration: none; }

.webchat-cta span {
  color: #000;
  margin-left: 8px; }

.webchat-message {
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: 25px;
  background: #FFF;
  z-index: 10041;
  max-width: 300px;
  padding: 20px;
  border-radius: 2px;
  transition: all 300ms ease-in;
  border: 5px solid #fdb913;
  cursor: pointer; }

.webchat-message.open {
  opacity: 1; }

.webchat-message.open:after {
  content: url(/wp-content/themes/certapro/images/r-tilde.png);
  display: block;
  position: absolute;
  right: -29px;
  bottom: -30px;
  transform: scale(0.3); }

@media screen and (max-width: 1022px) {
  .webchat_container {
    display: none !important;
    visibility: hidden;
    z-index: 0; } }

@media screen and (max-width: 550px) {
  .webchat-message {
    display: none; } }

#photos {
  font-size: 1.25rem;
  background: #f4f4f4;
  padding: 30px;
  max-width: 600px;
  text-align: center;
  margin: 20px auto; }
  #photos.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; }
  #photos.is-dragover {
    background-color: #e2e2e2; }
  #photos .error {
    font-size: 16px;
    color: red; }
  #photos .dropbox {
    display: block;
    margin: 0px auto; }
  #photos .upload-cta {
    font-weight: bold;
    cursor: pointer; }
    #photos .upload-cta span {
      color: #fdb913; }
  #photos .files {
    padding-left: 0px; }
    #photos .files .file-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0px; }
    #photos .files .file {
      text-align: center;
      font-size: 16px;
      font-weight: 100px;
      list-style: none;
      clear: both;
      position: relative;
      background: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      padding: 15px;
      margin: 10px; }
      #photos .files .file .photo_description {
        display: block;
        float: none;
        height: auto; }
      #photos .files .file img {
        margin: 0px auto 20px;
        display: block;
        height: 100px; }
      #photos .files .file .options {
        cursor: pointer; }
      #photos .files .file .check,
      #photos .files .file .remove {
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        margin-top: -.2em;
        cursor: pointer; }
        #photos .files .file .check svg,
        #photos .files .file .remove svg {
          width: 100%;
          height: 100%;
          right: 0;
          cursor: pointer; }
      #photos .files .file .check {
        z-index: 1;
        background: #0f73dc; }
        #photos .files .file .check:hover {
          opacity: 0; }
      #photos .files .file .remove {
        z-index: 0;
        background: red; }
  #photos .btn-submit {
    padding: 10px;
    background: #0f73dc;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: 100px;
    margin: 25px auto 25px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Landing pages
--------------------------------------------------------------*/
/*
Landing page for the Baltimore Coop
*/
.page-id-9539 #primary.content-area p:empty {
  display: none !important; }

.page-id-9539 #primary.content-area .entry-title {
  display: none; }

.page-id-9539 #primary.content-area .coop-container {
  text-align: center;
  margin-bottom: 5rem; }
  .page-id-9539 #primary.content-area .coop-container p {
    display: none; }
  .page-id-9539 #primary.content-area .coop-container .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: 2rem; }
  .page-id-9539 #primary.content-area .coop-container .sub-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 5rem;
    color: #fdb913;
    font-size: 1.6rem; }
  .page-id-9539 #primary.content-area .coop-container .well-container {
    margin: auto;
    max-width: 1050px;
    text-align: center; }
    .page-id-9539 #primary.content-area .coop-container .well-container a.op-link,
    .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:hover,
    .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:focus {
      margin-right: -5px;
      text-decoration: none;
      cursor: pointer;
      color: initial;
      outline: none; }
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link.special,
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:hover.special,
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:focus.special {
        margin-left: -5px; }
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link.empty,
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:hover.empty,
      .page-id-9539 #primary.content-area .coop-container .well-container a.op-link:focus.empty {
        cursor: default; }
    .page-id-9539 #primary.content-area .coop-container .well-container .op {
      vertical-align: bottom;
      margin: 0px;
      width: 350px;
      height: 300px;
      padding: 1rem;
      border: 1px solid #e2e2e2;
      display: inline-block; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op p {
        display: block; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op .op-title {
        margin-top: 3rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 1.4rem; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op .locations {
        margin-top: 1rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op .owner {
        margin-top: 1rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #fdb913; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op:hover {
        background: #fff7d6;
        transition: all ease-in 100ms; }
      .page-id-9539 #primary.content-area .coop-container .well-container .op.empty:hover {
        background: initial; }

@media screen and (max-width: 1200px) {
  .page-id-9539 #primary.content-area .hide-sm {
    display: none; } }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

iframe[name=google_conversion_frame] {
  display: none; }

/*--------------------------------------------------------------
## Careers Pages
--------------------------------------------------------------*/
i.career-icon {
  font-size: 3.6rem;
  color: #fdb913; }

#primary.content-area .bar-container {
  position: relative; }
  #primary.content-area .bar-container .bar {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem; }
    #primary.content-area .bar-container .bar.dark {
      background: rgba(0, 0, 0, 0.7); }
    #primary.content-area .bar-container .bar .message {
      font-size: 24px;
      color: #FFF;
      margin: 2rem 1rem 2rem 0; }
      #primary.content-area .bar-container .bar .message.lrg {
        font-size: 38px; }
    #primary.content-area .bar-container .bar a.yellow-bt {
      padding: 13px;
      font-size: 16px;
      display: initial;
      cursor: pointer;
      color: #FFFFFF;
      font-weight: 100; }

#primary.content-area a.yellow-bt {
  background: #FDC111;
  border: none;
  border-bottom: 2px solid #d9a202;
  color: #231F20;
  padding: 20px 25px;
  font-size: 22px;
  width: 310px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  float: none !important;
  outline: none;
  margin-left: 0;
  text-decoration: none; }

.paintbrush {
  background: url(/wp-content/themes/certapro/images/careers/paintbrush.png) no-repeat;
  /*To Do: replace this with a SVG*/
  background-size: contain;
  padding: 2rem; }

.icon-container {
  margin-top: 3rem;
  text-align: center; }

.small-title {
  color: #fdb913; }

.description {
  font-weight: 600;
  font-size: 14px; }

.desktop-image,
.mobile-image {
  width: 100%; }

.desktop-image {
  display: none; }

.headline {
  text-align: center; }

.now-hiring {
  max-width: 150px;
  margin: 3rem auto 1rem; }

.family-header {
  text-align: center;
  font-size: 1rem;
  background: #fdb913;
  padding: 1rem;
  margin: 0; }

.certa-family p {
  display: none; }

.responsibilities {
  list-style: none;
  padding: 0;
  margin: 0; }

.responsibilities li::before {
  content: "•";
  padding-right: 10px;
  color: #fdb913;
  font-size: 15px; }

.job-compensation,
.job-responsibilities,
.job-apply {
  padding: 1rem; }

.job-apply {
  margin-bottom: 2rem; }

#primary .responsibilities li {
  padding-bottom: 0; }

.careers .job {
  padding: 1rem; }

.careers a.job-posting {
  text-decoration: none; }

.careers a.job-posting .details {
  margin-top: 1rem; }

.careers .certa-values {
  padding: 1rem;
  margin: 2rem 0; }

.careers .certa-values .title {
  margin-bottom: 1rem;
  margin-top: 0; }

.careers .order-1 {
  float: left; }

.careers .order-2 {
  float: right; }

.careers .fill {
  width: 100%; }

.career .job {
  padding: 1rem; }

.career a.btn-apply {
  color: #fdb913; }

@media screen and (min-width: 600px) {
  .mobile-image {
    display: none; }
  .desktop-image {
    display: block; }
  .icon-container {
    margin-top: 3rem; }
  .certa-values .order-2 {
    float: right; } }

/*--------------------------------------------------------------
## End Career Pages
--------------------------------------------------------------*/
div[itemscope][itemtype] {
  display: none; }

.ba-cta {
  text-align: center; }
  .ba-cta .ba-sample {
    margin: 0 auto;
    padding-bottom: 2rem; }
  .ba-cta a {
    text-decoration: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Blog Front Page
--------------------------------------------------------------*/
i.cp {
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px; }

i.cp-facebook {
  background-image: url(/wp-content/themes/certapro/images/facebook.png);
  background-size: 12px; }

i.cp-pinterest {
  background-image: url(/wp-content/themes/certapro/images/pinterest.png);
  background-size: 22px; }

i.cp-twitter {
  background-image: url(/wp-content/themes/certapro/images/twitter.png);
  background-size: 24px; }

.share-label {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .share-label:after {
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    right: 0;
    top: -4px;
    height: 31px; }

.blog-index .browse {
  text-align: center;
  margin-bottom: 0; }
  .blog-index .browse .title {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    .blog-index .browse .title.related {
      display: inline-block;
      font-size: 24px;
      line-height: 23px;
      padding: 20px 0;
      width: 100%;
      text-align: center;
      font-family: "Helvetica Neue Thin", -apple-system-body, "Open Sans", "Arial", "Helvetica", sans-serif; }
  .blog-index .browse .categories {
    display: inline-block;
    margin-top: 2rem; }

.blog-index .social-icons {
  float: right;
  margin-right: 10px;
  margin-top: -120px; }

.blog-index .featured a {
  text-decoration: initial; }

.blog-index .featured .img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.blog-index .blogs {
  position: relative; }
  .blog-index .blogs .btn-gallery {
    position: absolute;
    right: 0;
    top: -66px; }
    .blog-index .blogs .btn-gallery .btn-thumbs,
    .blog-index .blogs .btn-gallery .btn-rows {
      width: 3rem;
      height: 3rem;
      background-size: 50% 50%;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #e2e2e2;
      float: left;
      cursor: pointer; }
      .blog-index .blogs .btn-gallery .btn-thumbs:hover, .blog-index .blogs .btn-gallery .btn-thumbs.active,
      .blog-index .blogs .btn-gallery .btn-rows:hover,
      .blog-index .blogs .btn-gallery .btn-rows.active {
        background-color: rgba(0, 0, 0, 0.1); }
    .blog-index .blogs .btn-gallery .btn-thumbs {
      background-image: url(/wp-content/themes/certapro/images/gallery.png); }
    .blog-index .blogs .btn-gallery .btn-rows {
      background-image: url(/wp-content/themes/certapro/images/list-lines.png);
      border-left: 0; }

.blog-index .theme-head-small .row {
  margin-left: 0;
  margin-right: 0; }

.blog-index .theme-head-small .pad {
  padding-left: 0; }

.blog-index .trending {
  border: 1px solid #eee;
  display: none; }
  .blog-index .trending .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 26px; }
  .blog-index .trending .topics {
    list-style: none;
    padding: 0;
    margin: 0; }
    .blog-index .trending .topics li {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 10px;
      text-align: left; }
      .blog-index .trending .topics li .number {
        float: left;
        font-size: 24px;
        color: #777;
        padding: 0 10px; }
      .blog-index .trending .topics li .label {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 0;
        color: #000000 !important; }
      .blog-index .trending .topics li .jargon {
        padding-left: 2.2rem; }

.blog-index .load {
  text-align: center;
  border: 1px solid #eee !important;
  padding: 10px;
  margin: 10px 0;
  width: 100%; }

.blog-index .blog-2021 section .blog-title {
  width: 98%;
  padding: 20px;
  background: black;
  color: white;
  float: left;
  margin: 0 1% 20px;
  border-radius: 3px; }
  .blog-index .blog-2021 section .blog-title h1 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    float: left;
    margin: 0 !important; }
  .blog-index .blog-2021 section .blog-title a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    float: right;
    font-weight: 600;
    line-height: 32px; }
    .blog-index .blog-2021 section .blog-title a:hover {
      text-decoration: underline; }
  @media (max-width: 900px) {
    .blog-index .blog-2021 section .blog-title {
      width: 96%;
      margin: 0 2% 10px; } }
  @media (max-width: 550px) {
    .blog-index .blog-2021 section .blog-title {
      width: 100%;
      margin: 0 0 10px;
      text-align: center; }
      .blog-index .blog-2021 section .blog-title h1 {
        width: 100%;
        text-align: center;
        font-size: 18px; }
      .blog-index .blog-2021 section .blog-title a {
        width: 100%;
        text-align: center;
        font-size: 14px; } }

.blog-index .blog-2021 section.top {
  padding-top: 15px; }

.blog-index .blog-2021 section .container-wide {
  max-width: 1400px;
  margin: 0 auto; }
  .blog-index .blog-2021 section .container-wide .title-block {
    background: #f1f3f5;
    width: 96.5%;
    padding: 10px 20px 12px;
    border-radius: 3px;
    margin: 0 1.8% -15px;
    text-align: left; }
    .blog-index .blog-2021 section .container-wide .title-block h2 {
      color: #1d2b36;
      margin: 0;
      font-weight: 600;
      font-size: 18px; }
  @media (max-width: 900px) {
    .blog-index .blog-2021 section .container-wide .post-group {
      padding: 15px; } }
  @media (max-width: 550px) {
    .blog-index .blog-2021 section .container-wide .post-group.interior {
      padding: 0; } }
  @media (max-width: 550px) {
    .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post {
      border-radius: 0; } }
  .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post:hover {
    box-shadow: none; }
  .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post.featured {
    width: 100%;
    margin: 0 0 15px 0; }
    @media (max-width: 550px) {
      .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post.featured {
        margin-top: -2px; } }
  .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block {
    top: auto;
    bottom: 0; }
    .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block h2 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block h2 {
          font-size: 19px;
          line-height: 23px; } }
    .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .cat-name {
      font-size: 15px;
      top: -5px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .cat-name {
          top: -5px !important; } }
    .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .date {
      margin-bottom: 0; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .date {
          text-align: center; } }
  .blog-index .blog-2021 section .container-wide .post-group .indv-post {
    position: relative;
    display: block;
    border-radius: 3px;
    width: 30%;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post:hover {
      box-shadow: 0 10px 15px rgba(30, 45, 62, 0.21), 0 5px 40px rgba(31, 44, 60, 0.1);
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    @media (max-width: 900px) {
      .blog-index .blog-2021 section .container-wide .post-group .indv-post {
        width: 47%; } }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post.featured {
      max-height: 475px;
      overflow: hidden;
      width: 97.1%;
      margin: 0 1.4% 15px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.featured {
          padding: 0;
          margin: 0 0 -30px 0;
          width: 100%; } }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.featured .name-block .cat-group .cat-name {
          top: -5px !important; } }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post img.big {
      width: 100%; }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block {
      width: 60%;
      position: absolute;
      top: 45%;
      padding: 40px 30px;
      text-align: left;
      background: rgba(0, 0, 0, 0.75);
      padding-left: 120px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block {
          display: block;
          position: relative;
          width: 100%;
          top: auto;
          padding: 15px;
          border-radius: 0;
          background: #000; } }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block h2, .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block h1 {
        color: white;
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 0; }
        @media (max-width: 900px) {
          .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block h2, .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block h1 {
            font-size: 19px;
            line-height: 25px;
            margin: 15px 0 10px;
            text-align: center; } }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-name {
        position: absolute;
        top: -5px;
        left: 120px;
        background: #fdb913;
        color: black;
        font-size: 10px;
        text-transform: uppercase;
        padding: 2px 10px;
        font-weight: 600; }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group .cat-name {
        font-size: 15px;
        top: -15px; }
        @media (max-width: 900px) {
          .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group .cat-name {
            position: relative;
            left: -50%;
            background: #fdb913;
            color: black;
            font-size: 10px;
            text-transform: uppercase;
            padding: 2px 10px;
            font-weight: 600; } }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group {
          position: absolute;
          top: -5px;
          left: 50%; } }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block p.date {
        font-size: 16px;
        color: white; }
        @media (max-width: 550px) {
          .blog-index .blog-2021 section .container-wide .post-group .indv-post .name-block p.date {
            margin-bottom: 10px; } }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard {
      width: 31.3333333333%;
      margin: .85% .85%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard {
          width: 47%; } }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard {
          width: 100%;
          margin: 10px 0; } }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard .name-block {
        width: 100%;
        bottom: 0;
        top: auto;
        text-align: center;
        padding: 15px;
        padding-top: 25px; }
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard .name-block h2 {
          font-size: 16px;
          line-height: 23px;
          font-weight: 700; }
        .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard .name-block .cat-group {
          position: absolute;
          top: 5px;
          left: 50%; }
          .blog-index .blog-2021 section .container-wide .post-group .indv-post.standard .name-block .cat-group .cat-name {
            position: relative;
            left: -50%;
            background: #fdb913;
            color: black;
            font-size: 10px;
            text-transform: uppercase;
            padding: 2px 10px;
            font-weight: 600; }
    .blog-index .blog-2021 section .container-wide .post-group .indv-post.cat-title .name-block {
      bottom: auto;
      top: 34%;
      background: #fdb914;
      padding: 40px 20px; }
      .blog-index .blog-2021 section .container-wide .post-group .indv-post.cat-title .name-block h2 {
        color: black;
        font-size: 24px; }
    @media (max-width: 550px) {
      .blog-index .blog-2021 section .container-wide .post-group .indv-post.cat-title img {
        display: none; } }
  .blog-index .blog-2021 section .container-wide .page-nav a {
    padding: 20px 45px;
    margin: 50px 5px 0px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    border-radius: 3px;
    border: 0;
    color: #ffffff !important;
    background: #000000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 350px) {
      .blog-index .blog-2021 section .container-wide .page-nav a {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 20px; } }
  .blog-index .blog-2021 section .container-wide .blog-interior {
    padding: 25px 0; }
    @media (max-width: 900px) {
      .blog-index .blog-2021 section .container-wide .blog-interior {
        padding: 0; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .left-pane {
      width: 10%;
      float: left; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .left-pane {
          width: 100%;
          text-align: center; }
          .blog-index .blog-2021 section .container-wide .blog-interior .left-pane ul.social-icons li {
            display: inline-block;
            padding: 0px 7px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .middle-pane {
      width: 60%;
      float: left;
      padding-left: 15px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .middle-pane {
          padding: 15px 20px 20px 20px;
          width: 100%; } }
      .blog-index .blog-2021 section .container-wide .blog-interior .middle-pane img {
        padding: 10px;
        border: 1px solid #eee; }
        @media (max-width: 550px) {
          .blog-index .blog-2021 section .container-wide .blog-interior .middle-pane img {
            padding: 7px;
            margin: 10px 0 20px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .right-pane {
      width: 30%;
      float: right;
      padding-left: 75px; }
      @media (max-width: 900px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .right-pane {
          width: 100%;
          padding: 15px; } }
      .blog-index .blog-2021 section .container-wide .blog-interior .right-pane .title.related {
        font-size: 18px;
        font-weight: 800;
        background: #efefef; }
      .blog-index .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post {
        display: block;
        width: 100%;
        padding: 15px;
        background: #efefef;
        border-top: 1px dashed #ccc; }
        .blog-index .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post img {
          width: 20%;
          float: left;
          height: 60px; }
        .blog-index .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post .image-crop {
          width: 20%;
          height: 63px;
          overflow: hidden;
          background-position: center top;
          background-size: cover;
          float: left; }
        .blog-index .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post .title {
          font-size: 16px;
          line-height: 17px;
          padding-left: 10px;
          padding-top: 5px;
          float: left;
          width: 80%;
          font-weight: 800; }
      .blog-index .blog-2021 section .container-wide .blog-interior .right-pane a.view_all {
        background: #000000;
        color: white;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: block;
        padding: 20px;
        text-decoration: none;
        margin-top: 20px; }
        .blog-index .blog-2021 section .container-wide .blog-interior .right-pane a.view_all:hover {
          background: #0d0d0d; }
    .blog-index .blog-2021 section .container-wide .blog-interior ul.social-icons {
      margin: 0; }
      .blog-index .blog-2021 section .container-wide .blog-interior ul.social-icons li {
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: 30px; }
        .blog-index .blog-2021 section .container-wide .blog-interior ul.social-icons li.count {
          display: none; }
        .blog-index .blog-2021 section .container-wide .blog-interior ul.social-icons li img {
          height: 32px;
          opacity: .8; }
          @media (max-width: 550px) {
            .blog-index .blog-2021 section .container-wide .blog-interior ul.social-icons li img {
              height: 25px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior h1 {
      margin: 0 0 15px 0;
      font-weight: 400;
      font-size: 30px;
      line-height: 36px;
      width: 100%;
      text-align: left; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior h1 {
          font-size: 24px;
          line-height: 32px; } }
      .blog-index .blog-2021 section .container-wide .blog-interior h1 .spacer {
        margin-bottom: 20px; }
    .blog-index .blog-2021 section .container-wide .blog-interior h2 {
      font-size: 19px;
      line-height: 24px;
      font-weight: 600;
      margin: 5px 0 5px 0;
      display: block; }
    .blog-index .blog-2021 section .container-wide .blog-interior h3 {
      margin: 5px 0 5px 0;
      padding: 0;
      font-size: 19px;
      font-weight: 600;
      width: 100%;
      text-align: left; }
    .blog-index .blog-2021 section .container-wide .blog-interior p {
      font-size: 17px;
      line-height: 23px; }
      .blog-index .blog-2021 section .container-wide .blog-interior p a {
        text-decoration: underline;
        color: #3f51b5; }
      .blog-index .blog-2021 section .container-wide .blog-interior p span {
        font-size: 17px !important;
        line-height: 23px !important;
        color: #333 !important; }
        .blog-index .blog-2021 section .container-wide .blog-interior p span a {
          text-decoration: underline; }
    .blog-index .blog-2021 section .container-wide .blog-interior strong {
      font-weight: 600; }
    .blog-index .blog-2021 section .container-wide .blog-interior ul, .blog-index .blog-2021 section .container-wide .blog-interior ol {
      margin-left: 40px; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior ul, .blog-index .blog-2021 section .container-wide .blog-interior ol {
          display: inline-block; } }
      .blog-index .blog-2021 section .container-wide .blog-interior ul li, .blog-index .blog-2021 section .container-wide .blog-interior ul ol, .blog-index .blog-2021 section .container-wide .blog-interior ol li, .blog-index .blog-2021 section .container-wide .blog-interior ol ol {
        font-size: 17px; }
    .blog-index .blog-2021 section .container-wide .blog-interior h3:nth-child(1) {
      margin-top: 0 !important; }
    .blog-index .blog-2021 section .container-wide .blog-interior h4, .blog-index .blog-2021 section .container-wide .blog-interior h4 b {
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 0px; }
    .blog-index .blog-2021 section .container-wide .blog-interior p strong, .blog-index .blog-2021 section .container-wide .blog-interior p b, .blog-index .blog-2021 section .container-wide .blog-interior li b {
      font-weight: 600; }
    .blog-index .blog-2021 section .container-wide .blog-interior table {
      margin: -10px 0 15px; }
    .blog-index .blog-2021 section .container-wide .blog-interior tr td {
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      padding: 5px 0px; }
    .blog-index .blog-2021 section .container-wide .blog-interior pre {
      width: 100%;
      word-break: break-word;
      background: #f2f2f2;
      padding: 20px;
      border: 1px solid #eee;
      margin-bottom: 20px; }
    .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption {
      background: #FFF;
      border: 1px solid #eee;
      padding: 6px 6px;
      text-align: center;
      display: table;
      margin-bottom: 30px !important; }
      .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption .right {
        float: right;
        margin: 5px 0 15px 15px; }
      .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption .left {
        float: left;
        margin: 5px 15px 15px 0px; }
      .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto; }
      .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption .wp-caption-text, .blog-index .blog-2021 section .container-wide .blog-interior .wp-caption .gallery-caption {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        padding: 20px;
        text-align: left; }
    .blog-index .blog-2021 section .container-wide .blog-interior .alignnone {
      margin: 5px 20px 0px 0;
      max-width: 100%;
      width: auto;
      height: auto !important; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .alignnone {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .alignleft {
      margin: 5px 20px 20px 0;
      width: auto;
      height: auto !important;
      max-width: 40%;
      float: left; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .alignleft {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .alignright {
      margin: 5px 0 20px 20px;
      width: auto;
      height: auto !important;
      max-width: 40%;
      float: right; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .alignright {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-index .blog-2021 section .container-wide .blog-interior .aligncenter {
      display: block;
      margin: 5px auto 5px auto;
      width: auto;
      max-width: 100%;
      height: auto !important; }
      @media (max-width: 550px) {
        .blog-index .blog-2021 section .container-wide .blog-interior .aligncenter {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
  .blog-index .blog-2021 section .container-wide .page_blocks .page_block {
    min-height: 300px;
    background: #f1f3f5;
    box-shadow: none;
    border-radius: 3px; }
    .blog-index .blog-2021 section .container-wide .page_blocks .page_block:hover {
      box-shadow: 0 10px 15px rgba(30, 45, 62, 0.21), 0 5px 40px rgba(31, 44, 60, 0.1); }
    .blog-index .blog-2021 section .container-wide .page_blocks .page_block .title-group {
      padding: 30px 30px;
      position: relative; }
      .blog-index .blog-2021 section .container-wide .page_blocks .page_block .title-group h2 {
        font-size: 19px;
        margin: 0;
        line-height: 25px;
        color: #1d2b36; }
      .blog-index .blog-2021 section .container-wide .page_blocks .page_block .title-group .cat-group {
        position: absolute;
        top: -20px;
        left: 50%; }
        .blog-index .blog-2021 section .container-wide .page_blocks .page_block .title-group .cat-group .cat-name {
          position: relative;
          left: -50%;
          background: #fdb913;
          color: black;
          font-size: 10px;
          text-transform: uppercase;
          padding: 2px 10px;
          font-weight: 600; }

.blog-index .blog-index .blog-gallery {
  text-align: center;
  transition: 100ms ease-in;
  max-height: 1000em;
  overflow: hidden;
  transition: all 1s ease-in; }
  .blog-index .blog-index .blog-gallery .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: 100;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000000; }
  .blog-index .blog-index .blog-gallery.more {
    display: none;
    position: absolute;
    z-index: -1; }
  .blog-index .blog-index .blog-gallery .gallery {
    width: 325px;
    height: 300px;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer; }
    .blog-index .blog-index .blog-gallery .gallery:hover, .blog-index .blog-index .blog-gallery .gallery:active, .blog-index .blog-index .blog-gallery .gallery:focus {
      text-decoration: none;
      box-shadow: 0px 0px 0px 1px #fdb913; }
    .blog-index .blog-index .blog-gallery .gallery .img {
      height: 165px;
      background-repeat: no-repeat;
      background-size: cover; }
    .blog-index .blog-index .blog-gallery .gallery .category {
      font-size: 14px;
      color: #000000;
      display: block;
      padding-top: 5px;
      padding-bottom: 5px;
      cursor: pointer; }
  .blog-index .blog-index .blog-gallery .rows {
    text-align: left; }
    .blog-index .blog-index .blog-gallery .rows .left,
    .blog-index .blog-index .blog-gallery .rows .right {
      display: inline-block;
      vertical-align: top; }
    .blog-index .blog-index .blog-gallery .rows .left {
      max-width: 300px;
      padding-right: 2rem; }
    .blog-index .blog-index .blog-gallery .rows .category {
      display: block; }

.blog-index .blog-index.related .blog-gallery .gallery {
  width: 46.5%;
  min-height: 315px;
  height: auto; }
  .blog-index .blog-index.related .blog-gallery .gallery .title {
    margin-top: 20px;
    margin-bottom: 0px; }
  @media screen and (max-width: 600px) {
    .blog-index .blog-index.related .blog-gallery .gallery {
      width: 85%; } }

.selectit {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 10px;
  border: 0;
  width: 19em;
  padding: 0;
  outline: none;
  text-align: center; }
  .selectit:after {
    content: "›";
    z-index: -1;
    position: absolute;
    right: -0.6em;
    top: -.3em;
    font-size: 4em;
    -webkit-transform: rotate(0deg) translateY(-0.15em);
    -ms-transform: rotate(0deg) translateY(-0.15em);
    -moz-transform: rotate(0deg) translateY(-0.15em);
    -o-transform: rotate(0deg) translateY(-0.15em);
    transform: rotate(0deg) translateY(-0.15em);
    transition: 100ms ease-in; }
  .selectit.on:after {
    -webkit-transform: rotate(90deg) translateY(0);
    -ms-transform: rotate(90deg) translateY(0);
    -moz-transform: rotate(90deg) translateY(0);
    -o-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0); }
  .selectit.on .select-list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1; }
  .selectit.on .select-list-container {
    max-height: 40em;
    overflow: scroll;
    border-bottom: 1px solid black; }
  .selectit legend {
    display: none; }
  .selectit .stroke {
    background: url(/wp-content/themes/certapro/images/box-black.png) no-repeat;
    background-size: 100% 100%; }
  .selectit .choose-value {
    letter-spacing: .1em;
    background: transparent;
    border: 0;
    position: relative;
    text-align: center;
    width: 100%;
    padding: .2em 0 .2em 0;
    font-size: 1.6em;
    cursor: pointer;
    z-index: 0; }
    .selectit .choose-value:focus, .selectit .choose-value:active, .selectit .choose-value:visited {
      outline: none; }
  .selectit .select-list-container {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    height: initial;
    width: inherit;
    border: 0;
    transition: all 50ms ease-in;
    z-index: 1; }
  .selectit .select-list {
    font: inherit;
    float: left;
    list-style: none;
    width: inherit;
    margin: 0;
    top: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 0;
    font-size: 1em;
    text-align: left;
    z-index: -1;
    padding: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 50ms ease-in; }
    .selectit .select-list li[role=menuitem] {
      font-size: 1.6em;
      padding: .5em;
      cursor: pointer;
      line-height: 1.2rem; }
      .selectit .select-list li[role=menuitem] label {
        font: inherit; }
      .selectit .select-list li[role=menuitem] input {
        display: none; }
      .selectit .select-list li[role=menuitem]:hover {
        background: rgba(0, 0, 0, 0.1); }

.blog-2021 section .blog-title {
  width: 98%;
  padding: 20px;
  background: black;
  color: white;
  float: left;
  margin: 0 1% 20px;
  border-radius: 3px; }
  .blog-2021 section .blog-title h1 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    float: left;
    margin: 0 !important; }
  .blog-2021 section .blog-title a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    float: right;
    font-weight: 600;
    line-height: 32px; }
    .blog-2021 section .blog-title a:hover {
      text-decoration: underline; }
  @media (max-width: 900px) {
    .blog-2021 section .blog-title {
      width: 96%;
      margin: 0 2% 10px; } }
  @media (max-width: 550px) {
    .blog-2021 section .blog-title {
      width: 100%;
      margin: 0 0 10px;
      text-align: center; }
      .blog-2021 section .blog-title h1 {
        width: 100%;
        text-align: center;
        font-size: 18px; }
      .blog-2021 section .blog-title a {
        width: 100%;
        text-align: center;
        font-size: 14px; } }

.blog-2021 section.top {
  padding-top: 15px; }

.blog-2021 section .container-wide {
  max-width: 1400px;
  margin: 0 auto; }
  .blog-2021 section .container-wide .title-block {
    background: #f1f3f5;
    width: 96.5%;
    padding: 10px 20px 12px;
    border-radius: 3px;
    margin: 0 1.8% -15px;
    text-align: left; }
    .blog-2021 section .container-wide .title-block h2 {
      color: #1d2b36;
      margin: 0;
      font-weight: 600;
      font-size: 18px; }
  @media (max-width: 900px) {
    .blog-2021 section .container-wide .post-group {
      padding: 15px; } }
  @media (max-width: 550px) {
    .blog-2021 section .container-wide .post-group.interior {
      padding: 0; } }
  @media (max-width: 550px) {
    .blog-2021 section .container-wide .post-group.interior .indv-post {
      border-radius: 0; } }
  .blog-2021 section .container-wide .post-group.interior .indv-post:hover {
    box-shadow: none; }
  .blog-2021 section .container-wide .post-group.interior .indv-post.featured {
    width: 100%;
    margin: 0 0 15px 0; }
    @media (max-width: 550px) {
      .blog-2021 section .container-wide .post-group.interior .indv-post.featured {
        margin-top: -2px; } }
  .blog-2021 section .container-wide .post-group.interior .indv-post .name-block {
    top: auto;
    bottom: 0; }
    .blog-2021 section .container-wide .post-group.interior .indv-post .name-block h2 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group.interior .indv-post .name-block h2 {
          font-size: 19px;
          line-height: 23px; } }
    .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .cat-name {
      font-size: 15px;
      top: -5px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .cat-name {
          top: -5px !important; } }
    .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .date {
      margin-bottom: 0; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group.interior .indv-post .name-block .date {
          text-align: center; } }
  .blog-2021 section .container-wide .post-group .indv-post {
    position: relative;
    display: block;
    border-radius: 3px;
    width: 30%;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .blog-2021 section .container-wide .post-group .indv-post:hover {
      box-shadow: 0 10px 15px rgba(30, 45, 62, 0.21), 0 5px 40px rgba(31, 44, 60, 0.1);
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    @media (max-width: 900px) {
      .blog-2021 section .container-wide .post-group .indv-post {
        width: 47%; } }
    .blog-2021 section .container-wide .post-group .indv-post.featured {
      max-height: 475px;
      overflow: hidden;
      width: 97.1%;
      margin: 0 1.4% 15px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group .indv-post.featured {
          padding: 0;
          margin: 0 0 -30px 0;
          width: 100%; } }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group .indv-post.featured .name-block .cat-group .cat-name {
          top: -5px !important; } }
    .blog-2021 section .container-wide .post-group .indv-post img.big {
      width: 100%; }
    .blog-2021 section .container-wide .post-group .indv-post .name-block {
      width: 60%;
      position: absolute;
      top: 45%;
      padding: 40px 30px;
      text-align: left;
      background: rgba(0, 0, 0, 0.75);
      padding-left: 120px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group .indv-post .name-block {
          display: block;
          position: relative;
          width: 100%;
          top: auto;
          padding: 15px;
          border-radius: 0;
          background: #000; } }
      .blog-2021 section .container-wide .post-group .indv-post .name-block h2, .blog-2021 section .container-wide .post-group .indv-post .name-block h1 {
        color: white;
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 0; }
        @media (max-width: 900px) {
          .blog-2021 section .container-wide .post-group .indv-post .name-block h2, .blog-2021 section .container-wide .post-group .indv-post .name-block h1 {
            font-size: 19px;
            line-height: 25px;
            margin: 15px 0 10px;
            text-align: center; } }
      .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-name {
        position: absolute;
        top: -5px;
        left: 120px;
        background: #fdb913;
        color: black;
        font-size: 10px;
        text-transform: uppercase;
        padding: 2px 10px;
        font-weight: 600; }
      .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group .cat-name {
        font-size: 15px;
        top: -15px; }
        @media (max-width: 900px) {
          .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group .cat-name {
            position: relative;
            left: -50%;
            background: #fdb913;
            color: black;
            font-size: 10px;
            text-transform: uppercase;
            padding: 2px 10px;
            font-weight: 600; } }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group .indv-post .name-block .cat-group {
          position: absolute;
          top: -5px;
          left: 50%; } }
      .blog-2021 section .container-wide .post-group .indv-post .name-block p.date {
        font-size: 16px;
        color: white; }
        @media (max-width: 550px) {
          .blog-2021 section .container-wide .post-group .indv-post .name-block p.date {
            margin-bottom: 10px; } }
    .blog-2021 section .container-wide .post-group .indv-post.standard {
      width: 31.3333333333%;
      margin: .85% .85%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .post-group .indv-post.standard {
          width: 47%; } }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .post-group .indv-post.standard {
          width: 100%;
          margin: 10px 0; } }
      .blog-2021 section .container-wide .post-group .indv-post.standard .name-block {
        width: 100%;
        bottom: 0;
        top: auto;
        text-align: center;
        padding: 15px;
        padding-top: 25px; }
        .blog-2021 section .container-wide .post-group .indv-post.standard .name-block h2 {
          font-size: 16px;
          line-height: 23px;
          font-weight: 700; }
        .blog-2021 section .container-wide .post-group .indv-post.standard .name-block .cat-group {
          position: absolute;
          top: 5px;
          left: 50%; }
          .blog-2021 section .container-wide .post-group .indv-post.standard .name-block .cat-group .cat-name {
            position: relative;
            left: -50%;
            background: #fdb913;
            color: black;
            font-size: 10px;
            text-transform: uppercase;
            padding: 2px 10px;
            font-weight: 600; }
    .blog-2021 section .container-wide .post-group .indv-post.cat-title .name-block {
      bottom: auto;
      top: 34%;
      background: #fdb914;
      padding: 40px 20px; }
      .blog-2021 section .container-wide .post-group .indv-post.cat-title .name-block h2 {
        color: black;
        font-size: 24px; }
    @media (max-width: 550px) {
      .blog-2021 section .container-wide .post-group .indv-post.cat-title img {
        display: none; } }
  .blog-2021 section .container-wide .page-nav a {
    padding: 20px 45px;
    margin: 50px 5px 0px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    border-radius: 3px;
    border: 0;
    color: #ffffff !important;
    background: #000000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 350px) {
      .blog-2021 section .container-wide .page-nav a {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 20px; } }
  .blog-2021 section .container-wide .blog-interior {
    padding: 25px 0; }
    @media (max-width: 900px) {
      .blog-2021 section .container-wide .blog-interior {
        padding: 0; } }
    .blog-2021 section .container-wide .blog-interior .left-pane {
      width: 10%;
      float: left; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .blog-interior .left-pane {
          width: 100%;
          text-align: center; }
          .blog-2021 section .container-wide .blog-interior .left-pane ul.social-icons li {
            display: inline-block;
            padding: 0px 7px; } }
    .blog-2021 section .container-wide .blog-interior .middle-pane {
      width: 60%;
      float: left;
      padding-left: 15px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .blog-interior .middle-pane {
          padding: 15px 20px 20px 20px;
          width: 100%; } }
      .blog-2021 section .container-wide .blog-interior .middle-pane img {
        padding: 10px;
        border: 1px solid #eee; }
        @media (max-width: 550px) {
          .blog-2021 section .container-wide .blog-interior .middle-pane img {
            padding: 7px;
            margin: 10px 0 20px; } }
    .blog-2021 section .container-wide .blog-interior .right-pane {
      width: 30%;
      float: right;
      padding-left: 75px; }
      @media (max-width: 900px) {
        .blog-2021 section .container-wide .blog-interior .right-pane {
          width: 100%;
          padding: 15px; } }
      .blog-2021 section .container-wide .blog-interior .right-pane .title.related {
        font-size: 18px;
        font-weight: 800;
        background: #efefef; }
      .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post {
        display: block;
        width: 100%;
        padding: 15px;
        background: #efefef;
        border-top: 1px dashed #ccc; }
        .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post img {
          width: 20%;
          float: left;
          height: 60px; }
        .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post .image-crop {
          width: 20%;
          height: 63px;
          overflow: hidden;
          background-position: center top;
          background-size: cover;
          float: left; }
        .blog-2021 section .container-wide .blog-interior .right-pane .blog-index.related .related-blogs .related-post .title {
          font-size: 16px;
          line-height: 17px;
          padding-left: 10px;
          padding-top: 5px;
          float: left;
          width: 80%;
          font-weight: 800; }
      .blog-2021 section .container-wide .blog-interior .right-pane a.view_all {
        background: #000000;
        color: white;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: block;
        padding: 20px;
        text-decoration: none;
        margin-top: 20px; }
        .blog-2021 section .container-wide .blog-interior .right-pane a.view_all:hover {
          background: #0d0d0d; }
    .blog-2021 section .container-wide .blog-interior ul.social-icons {
      margin: 0; }
      .blog-2021 section .container-wide .blog-interior ul.social-icons li {
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: 30px; }
        .blog-2021 section .container-wide .blog-interior ul.social-icons li.count {
          display: none; }
        .blog-2021 section .container-wide .blog-interior ul.social-icons li img {
          height: 32px;
          opacity: .8; }
          @media (max-width: 550px) {
            .blog-2021 section .container-wide .blog-interior ul.social-icons li img {
              height: 25px; } }
    .blog-2021 section .container-wide .blog-interior h1 {
      margin: 0 0 15px 0;
      font-weight: 400;
      font-size: 30px;
      line-height: 36px;
      width: 100%;
      text-align: left; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior h1 {
          font-size: 24px;
          line-height: 32px; } }
      .blog-2021 section .container-wide .blog-interior h1 .spacer {
        margin-bottom: 20px; }
    .blog-2021 section .container-wide .blog-interior h2 {
      font-size: 19px;
      line-height: 24px;
      font-weight: 600;
      margin: 5px 0 5px 0;
      display: block; }
    .blog-2021 section .container-wide .blog-interior h3 {
      margin: 5px 0 5px 0;
      padding: 0;
      font-size: 19px;
      font-weight: 600;
      width: 100%;
      text-align: left; }
    .blog-2021 section .container-wide .blog-interior p {
      font-size: 17px;
      line-height: 23px; }
      .blog-2021 section .container-wide .blog-interior p a {
        text-decoration: underline;
        color: #3f51b5; }
      .blog-2021 section .container-wide .blog-interior p span {
        font-size: 17px !important;
        line-height: 23px !important;
        color: #333 !important; }
        .blog-2021 section .container-wide .blog-interior p span a {
          text-decoration: underline; }
    .blog-2021 section .container-wide .blog-interior strong {
      font-weight: 600; }
    .blog-2021 section .container-wide .blog-interior ul, .blog-2021 section .container-wide .blog-interior ol {
      margin-left: 40px; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior ul, .blog-2021 section .container-wide .blog-interior ol {
          display: inline-block; } }
      .blog-2021 section .container-wide .blog-interior ul li, .blog-2021 section .container-wide .blog-interior ul ol, .blog-2021 section .container-wide .blog-interior ol li, .blog-2021 section .container-wide .blog-interior ol ol {
        font-size: 17px; }
    .blog-2021 section .container-wide .blog-interior h3:nth-child(1) {
      margin-top: 0 !important; }
    .blog-2021 section .container-wide .blog-interior h4, .blog-2021 section .container-wide .blog-interior h4 b {
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 0px; }
    .blog-2021 section .container-wide .blog-interior p strong, .blog-2021 section .container-wide .blog-interior p b, .blog-2021 section .container-wide .blog-interior li b {
      font-weight: 600; }
    .blog-2021 section .container-wide .blog-interior table {
      margin: -10px 0 15px; }
    .blog-2021 section .container-wide .blog-interior tr td {
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      padding: 5px 0px; }
    .blog-2021 section .container-wide .blog-interior pre {
      width: 100%;
      word-break: break-word;
      background: #f2f2f2;
      padding: 20px;
      border: 1px solid #eee;
      margin-bottom: 20px; }
    .blog-2021 section .container-wide .blog-interior .wp-caption {
      background: #FFF;
      border: 1px solid #eee;
      padding: 6px 6px;
      text-align: center;
      display: table;
      margin-bottom: 30px !important; }
      .blog-2021 section .container-wide .blog-interior .wp-caption .right {
        float: right;
        margin: 5px 0 15px 15px; }
      .blog-2021 section .container-wide .blog-interior .wp-caption .left {
        float: left;
        margin: 5px 15px 15px 0px; }
      .blog-2021 section .container-wide .blog-interior .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto; }
      .blog-2021 section .container-wide .blog-interior .wp-caption .wp-caption-text, .blog-2021 section .container-wide .blog-interior .wp-caption .gallery-caption {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        padding: 20px;
        text-align: left; }
    .blog-2021 section .container-wide .blog-interior .alignnone {
      margin: 5px 20px 0px 0;
      max-width: 100%;
      width: auto;
      height: auto !important; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior .alignnone {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-2021 section .container-wide .blog-interior .alignleft {
      margin: 5px 20px 20px 0;
      width: auto;
      height: auto !important;
      max-width: 40%;
      float: left; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior .alignleft {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-2021 section .container-wide .blog-interior .alignright {
      margin: 5px 0 20px 20px;
      width: auto;
      height: auto !important;
      max-width: 40%;
      float: right; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior .alignright {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
    .blog-2021 section .container-wide .blog-interior .aligncenter {
      display: block;
      margin: 5px auto 5px auto;
      width: auto;
      max-width: 100%;
      height: auto !important; }
      @media (max-width: 550px) {
        .blog-2021 section .container-wide .blog-interior .aligncenter {
          max-width: 100%;
          margin-left: 0;
          width: 100%;
          float: left;
          margin: 5px 0px; } }
  .blog-2021 section .container-wide .page_blocks .page_block {
    min-height: 300px;
    background: #f1f3f5;
    box-shadow: none;
    border-radius: 3px; }
    .blog-2021 section .container-wide .page_blocks .page_block:hover {
      box-shadow: 0 10px 15px rgba(30, 45, 62, 0.21), 0 5px 40px rgba(31, 44, 60, 0.1); }
    .blog-2021 section .container-wide .page_blocks .page_block .title-group {
      padding: 30px 30px;
      position: relative; }
      .blog-2021 section .container-wide .page_blocks .page_block .title-group h2 {
        font-size: 19px;
        margin: 0;
        line-height: 25px;
        color: #1d2b36; }
      .blog-2021 section .container-wide .page_blocks .page_block .title-group .cat-group {
        position: absolute;
        top: -20px;
        left: 50%; }
        .blog-2021 section .container-wide .page_blocks .page_block .title-group .cat-group .cat-name {
          position: relative;
          left: -50%;
          background: #fdb913;
          color: black;
          font-size: 10px;
          text-transform: uppercase;
          padding: 2px 10px;
          font-weight: 600; }

.blog-index .blog-gallery {
  text-align: center;
  transition: 100ms ease-in;
  max-height: 1000em;
  overflow: hidden;
  transition: all 1s ease-in; }
  .blog-index .blog-gallery .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: 100;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000000; }
  .blog-index .blog-gallery.more {
    display: none;
    position: absolute;
    z-index: -1; }
  .blog-index .blog-gallery .gallery {
    width: 325px;
    height: 300px;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
    margin: 10px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer; }
    .blog-index .blog-gallery .gallery:hover, .blog-index .blog-gallery .gallery:active, .blog-index .blog-gallery .gallery:focus {
      text-decoration: none;
      box-shadow: 0px 0px 0px 1px #fdb913; }
    .blog-index .blog-gallery .gallery .img {
      height: 165px;
      background-repeat: no-repeat;
      background-size: cover; }
    .blog-index .blog-gallery .gallery .category {
      font-size: 14px;
      color: #000000;
      display: block;
      padding-top: 5px;
      padding-bottom: 5px;
      cursor: pointer; }
  .blog-index .blog-gallery .rows {
    text-align: left; }
    .blog-index .blog-gallery .rows .left,
    .blog-index .blog-gallery .rows .right {
      display: inline-block;
      vertical-align: top; }
    .blog-index .blog-gallery .rows .left {
      max-width: 300px;
      padding-right: 2rem; }
    .blog-index .blog-gallery .rows .category {
      display: block; }

.blog-index.related .blog-gallery .gallery {
  width: 46.5%;
  min-height: 315px;
  height: auto; }
  .blog-index.related .blog-gallery .gallery .title {
    margin-top: 20px;
    margin-bottom: 0px; }
  @media screen and (max-width: 600px) {
    .blog-index.related .blog-gallery .gallery {
      width: 85%; } }

@media screen and (min-width: 992px) {
  .blog-index .featured {
    border: 1px solid #eee; }
    .blog-index .featured .category {
      margin-bottom: 0;
      color: #000000 !important; }
    .blog-index .featured .img {
      float: left;
      width: 50%;
      height: 400px;
      max-width: 515px;
      margin-right: 10px; }
    .blog-index .featured .description {
      margin: 20px 20px 0 0;
      padding-right: 10px;
      width: 100%; }
      .blog-index .featured .description .orange.margin-top {
        color: #000000 !important; }
      .blog-index .featured .description .title {
        margin-top: 0px; }
  .blog-index .browse {
    text-align: initial; }
    .blog-index .browse .title {
      display: inline; }
  .blog-index .trending {
    display: block; } }

.blog_content .details a:visited {
  color: #d2232a; }

.blog_content .details a:link {
  color: #1b1df3; }

.blog_content .details:after {
  clear: both;
  content: " ";
  display: block; }

.blog_content img {
  width: auto; }
  .blog_content img:first-child {
    padding-left: 0 !important; }
  .blog_content img.size-onehalf {
    width: 50%;
    padding: 10px 20px 0px 20px;
    margin: 0 0 25px 0; }
  .blog_content img.size-onethird {
    width: 33%;
    padding: 10px 20px 0px 20px;
    margin: 0 0 25px 0; }

.blog-detail {
  /*
    blockquote {
        &:before {
            content:'';
            display: block;
        }
        p {
          text-align: right;
          font-size: 20px;
          max-width:70%;
          float:right;
          padding:2rem 0;
        }
    }
  */ }
  .blog-detail h1 {
    margin-bottom: 0px; }
  .blog-detail .author {
    color: #000000; }
  .blog-detail h3 {
    margin-bottom: 10px; }
  .blog-detail p {
    line-height: 1.8rem; }
  .blog-detail .bullet {
    font-size: 12px; }
  .blog-detail .row {
    margin-left: 0;
    margin-right: 0; }
  .blog-detail .img {
    padding: 0 0 2rem; }
  .blog-detail .samples {
    padding: 10px 0; }
    .blog-detail .samples .left {
      width: 50%;
      float: left;
      padding-right: 5px; }
    .blog-detail .samples .right {
      width: 50%;
      float: left;
      padding-left: 5px; }
  .blog-detail .quote {
    text-align: right;
    font-size: 20px;
    max-width: 70%;
    float: right;
    padding: 2rem 0; }
    .blog-detail .quote i {
      display: block; }
  .blog-detail blockquote {
    margin: 0 1.5em; }
  .blog-detail blockquote {
    background: white;
    text-align: right;
    max-width: 300px;
    float: left;
    padding: 0px 30px 30px 0;
    border-left: 0;
    font-style: italic;
    margin-left: -90px; }
    @media screen and (max-width: 900px) {
      .blog-detail blockquote {
        margin-left: 0; } }
    @media screen and (max-width: 500px) {
      .blog-detail blockquote {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
        padding-left: 20px; } }
    .blog-detail blockquote p {
      font-weight: 200;
      font-family: sans-serif;
      color: #555;
      line-height: 32px;
      font-size: 22px;
      display: inline-block; }
  .blog-detail blockquote:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f10d";
    margin-top: 0px;
    display: block;
    color: #ddd;
    font-size: 40px;
    /*
      font-family: Georgia, serif;
      color: #ddd;
      content: "\201C";
      display: block;
      font-size: 130px;
      line-height: 0px;
      margin-top: 30px;
  */ }
  .blog-detail blockquote:after {
    content: no-close-quote; }
  .blog-detail blockquote :first-child {
    display: inline; }
  .blog-detail blockquote :last-child {
    margin-bottom: 0; }
  .blog-detail .social-icons {
    padding: 0;
    margin: 0; }
    .blog-detail .social-icons .social {
      margin: 20px 0;
      padding: 0;
      min-width: 17%;
      text-align: center;
      font-size: 24px; }
  @media screen and (max-width: 500px) {
    .blog-detail .tags ul {
      text-align: center; } }
  .blog-detail .tags li {
    padding: 0; }
  .blog-detail .tags span {
    color: #1b1df3 !important;
    font-weight: 600; }
  .blog-detail .tags .uppercase {
    text-transform: uppercase; }
  .blog-detail .social-icons {
    list-style: none;
    text-align: center; }
    .blog-detail .social-icons .shares,
    .blog-detail .social-icons .shares:after,
    .blog-detail .social-icons .count {
      color: #444 !important; }
    .blog-detail .social-icons .shares {
      position: relative;
      margin-bottom: 20px; }
      .blog-detail .social-icons .shares:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -10px;
        box-shadow: 1px 1px 1px #e2e2e2;
        width: 62px;
        height: 1px;
        right: 50%;
        margin-right: -31px; }
    .blog-detail .social-icons .count {
      font-size: 32px;
      line-height: 26px;
      margin-top: 1rem; }
  .blog-detail .share-label {
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
    .blog-detail .share-label:after {
      content: "";
      border-right: 1px solid rgba(0, 0, 0, 0.4);
      position: absolute;
      display: block;
      right: 0;
      top: -4px;
      height: 31px; }
  .blog-detail .pager {
    font-size: 24px;
    line-height: 23px;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 500px) {
      .blog-detail .pager {
        font-size: 19px;
        line-height: 19px; } }
    .blog-detail .pager .prev,
    .blog-detail .pager .next {
      position: relative; }
      .blog-detail .pager .prev:after, .blog-detail .pager .prev:before,
      .blog-detail .pager .next:after,
      .blog-detail .pager .next:before {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        display: inline-block;
        top: -8px;
        content: "";
        height: 35px;
        width: 16px; }
    .blog-detail .pager .prev {
      float: left;
      padding-left: 30px; }
      .blog-detail .pager .prev:after {
        background-image: url(/wp-content/themes/certapro/images/larrow.png);
        left: 0; }
    .blog-detail .pager .next {
      float: right;
      padding-right: 30px; }
      .blog-detail .pager .next:after {
        background-image: url(/wp-content/themes/certapro/images/rarrow.png);
        right: 0; }

@media screen and (min-width: 992px) {
  .blog-detail .produced {
    margin-bottom: 20px; }
  .blog-detail .quote {
    float: left;
    text-align: left;
    padding: 2rem 1rem;
    width: 30%;
    margin-left: -4rem; }
    .blog-detail .quote i {
      text-align: right; } }

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.pad {
  padding: 2rem; }

.pad-light {
  padding: 1rem; }

@media (max-width: 640px) {
  .mast-head.national-home-image {
    background-image: url("/wp-content/themes/certapro/images/franchise-home-1.jpg");
    height: 430px !important; } }

@media (min-width: 641px) {
  .mast-head.national-home-image {
    background-image: url("/wp-content/themes/certapro/images/homepage-split-header.jpg");
    background-position: center 30%; } }

/*Spring 2017*/
.mast-head.spring {
  min-width: 100%;
  position: relative; }
  .mast-head.spring .choices {
    display: inline-block;
    background: url("/wp-content/themes/certapro/images/home/box.png") no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: -20px; }
    .mast-head.spring .choices .choice {
      display: block;
      color: inherit;
      padding: .8rem;
      float: left;
      height: 70px;
      width: 300px; }
  .mast-head.spring .select-box {
    border: 1px solid #ffffff;
    padding: 10px 30px;
    display: inline-block;
    position: relative; }
    .mast-head.spring .select-box:after {
      content: ' ';
      position: absolute;
      background: red;
      height: 10px;
      width: 10px; }
  .mast-head.spring .btn-primary.cta {
    position: absolute;
    bottom: 10%;
    left: 45%; }
  .mast-head.spring .greybox {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    padding: 2rem 0;
    word-spacing: 1rem;
    position: absolute;
    width: 100%;
    top: 30%; }
  .mast-head.spring img {
    width: 100%; }

@media screen and (max-width: 900px) {
  .mast-head.spring .greybox {
    top: 20%;
    font-size: 1.4rem;
    word-spacing: inherit; }
  .mast-head.spring .choices {
    margin-bottom: -10px; }
    .mast-head.spring .choices .choice {
      width: 150px;
      height: 35px;
      padding: 2px; } }

@media screen and (max-width: 600px) {
  .mast-head.spring .greybox {
    top: 20%;
    padding: 1rem;
    font-size: 1rem; }
  .mast-head.spring .choices {
    margin-bottom: -5px; }
    .mast-head.spring .choices .choice {
      width: 100px;
      height: 23px;
      padding: 0; }
  .mast-head.spring .btn-primary.cta {
    left: 35%;
    font-size: 12px; }
    .mast-head.spring .btn-primary.cta:before, .mast-head.spring .btn-primary.cta:after {
      font-size: 16px; } }

@media screen and (max-width: 400px) {
  .mast-head.spring .btn-primary.cta {
    display: none; } }

/*End Spring 2017*/
/*Preloaded Zip CTA*/
.mast-head.preload-zip {
  background-repeat: no-repeat;
  width: 100%;
  margin: -31px 0 0 0;
  padding: 0px 0px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  position: relative;
  display: inline-block;
  height: 570px; }
  @media (max-width: 1100px) {
    .mast-head.preload-zip {
      height: 450px; } }
  .mast-head.preload-zip.no-form {
    height: 480px; }
    @media (max-width: 1100px) {
      .mast-head.preload-zip.no-form {
        height: 330px; } }
    @media (max-width: 550px) {
      .mast-head.preload-zip.no-form {
        height: 380px; } }
  .mast-head.preload-zip.franchise {
    margin: 0;
    height: auto;
    background-image: none; }
    @media (max-width: 650px) {
      .mast-head.preload-zip.franchise {
        height: 350px; } }
    .mast-head.preload-zip.franchise img.featured_image {
      width: 100%; }
      @media (max-width: 650px) {
        .mast-head.preload-zip.franchise img.featured_image {
          display: none; } }
    .mast-head.preload-zip.franchise .zip-body .gray_bar p.sub, .mast-head.preload-zip.franchise .zip-body .gray_bar h2.sub {
      font-size: 23px;
      line-height: 25px;
      margin-top: -5px; }
      @media (max-width: 650px) {
        .mast-head.preload-zip.franchise .zip-body .gray_bar p.sub, .mast-head.preload-zip.franchise .zip-body .gray_bar h2.sub {
          margin-top: 0px;
          font-size: 20px;
          display: none; } }
      .mast-head.preload-zip.franchise .zip-body .gray_bar p.sub.name, .mast-head.preload-zip.franchise .zip-body .gray_bar h2.sub.name {
        display: block !important;
        width: 100%;
        margin-bottom: 13px;
        margin-top: -2px; }

/* @group Header */
.zip-body .gray_bar {
  background: rgba(35, 31, 32, 0.7);
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: left;
  z-index: 50; }
  .zip-body .gray_bar .contain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }

.zip-body p.sub, .zip-body h2.sub, .zip-body .sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: none;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 768px) {
    .zip-body p.sub, .zip-body h2.sub, .zip-body .sub {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 650px) {
    .zip-body p.sub, .zip-body h2.sub, .zip-body .sub {
      margin-bottom: 10px;
      font-size: 21px; } }

.zip-body .zip_form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px; }
  @media (max-width: 650px) {
    .zip-body .zip_form {
      margin-left: 0;
      margin-bottom: 5px; } }
  .zip-body .zip_form input {
    height: 55px;
    border: 0;
    float: left; }
    @media (max-width: 1100px) {
      .zip-body .zip_form input {
        height: 45px; } }
    .zip-body .zip_form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #aaa; }
    .zip-body .zip_form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #aaa; }
    .zip-body .zip_form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #aaa; }
    .zip-body .zip_form input:-moz-placeholder {
      /* Firefox 18- */
      color: #aaa; }
    .zip-body .zip_form input.zip_field {
      border-radius: 0;
      color: black;
      font-size: 19px;
      background: #ffffff;
      font-family: inherit;
      font-weight: normal;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-left: 15px; }
      @media (max-width: 350px) {
        .zip-body .zip_form input.zip_field {
          width: 70%; } }
    .zip-body .zip_form input.zip_submit {
      background: #fdb913;
      color: black;
      font-size: 23px;
      border-radius: 0;
      text-transform: uppercase;
      padding: 0 22px;
      outline: none; }
      @media (max-width: 1100px) {
        .zip-body .zip_form input.zip_submit {
          font-size: 20px; } }
      .zip-body .zip_form input.zip_submit:hover {
        cursor: pointer;
        background: #f4ae02; }

.zip-body .estimate_button {
  background: #fdb913;
  color: black;
  font-size: 22px;
  border-radius: 3px;
  padding: 12px 22px;
  outline: none;
  display: inline-block;
  margin-left: 20px; }
  @media (max-width: 1100px) {
    .zip-body .estimate_button {
      font-weight: 600; } }
  @media (max-width: 650px) {
    .zip-body .estimate_button {
      font-size: 18px;
      margin-left: 0;
      margin-top: 0px;
      font-weight: 600; } }
  .zip-body .estimate_button:hover {
    cursor: pointer;
    background: #f4ae02; }

.zip-body.footer-zipbar .gray_bar {
  background: #231f20;
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative; }
  .zip-body.footer-zipbar .gray_bar p.sub {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .zip-body.footer-zipbar .gray_bar p.sub {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 650px) {
      .zip-body.footer-zipbar .gray_bar p.sub {
        font-size: 21px;
        margin-bottom: 5px; } }
  .zip-body.footer-zipbar .gray_bar .zip_form input {
    height: 45px; }
    @media (max-width: 1100px) {
      .zip-body.footer-zipbar .gray_bar .zip_form input {
        height: 45px; } }
    .zip-body.footer-zipbar .gray_bar .zip_form input.zip_field {
      font-size: 17px; }
    .zip-body.footer-zipbar .gray_bar .zip_form input.zip_submit {
      font-size: 21px;
      padding: 0 18px; }
      @media (max-width: 1100px) {
        .zip-body.footer-zipbar .gray_bar .zip_form input.zip_submit {
          font-size: 20px; } }

/*End Preloaded Zip CTA*/
/* New Homepage Styles */
header.home {
  margin-top: -6px;
  text-align: center;
  padding: 0px 0;
  background-position: center center;
  background-size: cover;
  background-color: black;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding: 0; }
  @media (max-width: 1100px) {
    header.home {
      background-image: url("/wp-content/themes/certapro/images/home-back-interior.jpg") !important; } }
  @media (max-width: 768px) {
    header.home {
      text-align: center; } }
  @media (max-width: 550px) {
    header.home {
      height: 450px; } }
  @media (max-width: 350px) {
    header.home {
      height: auto !important; } }
  header.home .main {
    min-width: 100%;
    min-height: 100%; }
    @media (max-width: 1100px) {
      header.home .main {
        display: none; } }
  header.home img.logo {
    margin-top: -94px;
    width: 450px; }
  header.home h1 {
    font-weight: 900;
    font-size: 42px;
    line-height: 55px;
    margin: 14px 0 11px 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 3px #000000a1; }
    @media (max-width: 900px) {
      header.home h1 {
        font-size: 33px;
        line-height: 36px; } }
    @media (max-width: 550px) {
      header.home h1 {
        font-size: 30px;
        line-height: 34px;
        margin-top: -30px; } }
  header.home .zip-body .gray_bar {
    background: rgba(0, 0, 0, 0.44);
    padding: 16px 34px;
    width: auto;
    margin: auto;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 1px 1px 4px #0000008a;
    position: relative; }
    @media (max-width: 900px) {
      header.home .zip-body .gray_bar {
        max-width: 450px;
        padding: 20px 30px; } }
    @media (max-width: 550px) {
      header.home .zip-body .gray_bar {
        max-width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        padding: 15px 25px;
        max-width: none; } }
    @media (max-width: 550px) {
      header.home .zip-body .gray_bar {
        margin-top: 15px; } }
    header.home .zip-body .gray_bar h2.sub {
      font-size: 26px;
      font-weight: 600; }
      @media (max-width: 550px) {
        header.home .zip-body .gray_bar h2.sub {
          font-size: 20px;
          margin-bottom: 0; } }
    @media (max-width: 900px) {
      header.home .zip-body .gray_bar .zip_form {
        margin-left: 0;
        margin-top: 10px; } }
    header.home .zip-body .gray_bar .zip_form input.zip_field {
      border-radius: 5px 0 0 5px;
      width: 255px; }
      @media (max-width: 550px) {
        header.home .zip-body .gray_bar .zip_form input.zip_field {
          width: 70%; } }
    header.home .zip-body .gray_bar .zip_form input.zip_submit {
      border-radius: 0 5px 5px 0;
      width: 80px; }
      @media (max-width: 550px) {
        header.home .zip-body .gray_bar .zip_form input.zip_submit {
          width: 30%; } }

header .vertical {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11; }
  @media (max-width: 550px) {
    header .vertical {
      position: relative;
      padding: 0; } }
  @media (max-width: 350px) {
    header .vertical {
      position: relative;
      display: block; } }
  header .vertical .centered {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-top: -10px;
    color: #fff;
    position: relative;
    z-index: 3; }
    @media (max-width: 650px) {
      header .vertical .centered {
        text-align: center; } }

header .container {
  max-width: 1400px;
  padding: 0 30px; }
  @media (max-width: 550px) {
    header .container {
      padding: 0; } }

header .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .15;
  background: black; }
  @media (max-width: 1100px) {
    header .filter {
      opacity: .25; } }

header h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
  margin: 0 0 7px 0;
  color: #ffffff; }
  @media (max-width: 768px) {
    header h1 {
      font-size: 33px; } }
  header h1 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600; }
  @media (max-width: 550px) {
    header h1 {
      font-size: 33px;
      line-height: 40px; } }

header p {
  font-size: 29px;
  color: black;
  line-height: 30px;
  padding: 0px;
  margin: -2px 0 0 -19px;
  font-weight: 700;
  display: block;
  font-style: italic; }
  @media (max-width: 550px) {
    header p {
      font-size: 21px;
      line-height: 28px; } }
  header p.small {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px; }

header.home.interior-top.bg-image {
  margin-top: -38px; }
  header.home.interior-top.bg-image .vertical .centered .container h1 {
    margin-top: 0px !important; }
  header.home.interior-top.bg-image a.header_button {
    background: #fdb913;
    color: black;
    font-size: 23px;
    padding: 0 22px;
    outline: none;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-left: 20px;
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle; }
    @media (max-width: 550px) {
      header.home.interior-top.bg-image a.header_button {
        margin-left: 0;
        margin-top: 8px;
        padding: 6px 12px;
        font-size: 18px; } }

.bg-image {
  background-size: cover;
  background-position: center center; }

.overlay {
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 2; }

.video_wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  padding-bottom: 56.5%;
  margin-top: -5px; }
  @media (max-width: 1100px) {
    .video_wrap {
      display: none !important; } }
  .video_wrap iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.container .details p iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-top: 20px; }
  @media (max-width: 900px) {
    .container .details p iframe {
      height: 450px; } }
  @media (max-width: 768px) {
    .container .details p iframe {
      height: 309px;
      width: 550px; } }
  @media (max-width: 550px) {
    .container .details p iframe {
      height: 211px;
      width: 375px; } }
  @media (max-width: 450px) {
    .container .details p iframe {
      height: 169px;
      width: 300px; } }
  @media (max-width: 350px) {
    .container .details p iframe {
      height: 155px;
      width: 276px; } }

.front.dynamic_fields .page_blocks .page_block.portfolio h2 {
  font-weight: 600;
  font-size: 19px; }

.front.dynamic_fields .page_blocks .page_block.portfolio p {
  font-size: 15px;
  line-height: 21px;
  padding: 0 25px 25px; }

/*--------------------------------------------------------------
## Dyanmic Fields Template
--------------------------------------------------------------*/
@media (max-width: 900px) {
  .container.dynamic_fields {
    padding: 0; } }

section.black.franchise-bottom {
  margin-bottom: 3em; }
  @media (max-width: 550px) {
    section.black.franchise-bottom {
      margin-bottom: 1em; } }

.dynamic_fields {
  margin-bottom: -3em;
  /* @group Badges */
  /* @end */
  /* @group Nav*/
  /* @end */
  /* @group Header */
  /* @end */
  /* @group Vertical Center */
  /* @group End */
  /* @group Estimate Form*/
  /* @end */
  /* @group Scroll Nav */
  /* @end */
  /*Preloaded Zip CTA*/
  /*End Preloaded Zip CTA*/
  /* @group Sections */
  /* @end */
  /* @group Team */
  /* @end */
  /* @group Large Image Group */
  /* @end */
  /* @group Large Image Group */
  /* @end */
  /* @end */
  /* @group Page Blocks*/
  /* @end */
  /* @group Page Blocks*/
  /* @end */
  /* @group Maps*/
  /* @end */
  /* @group Turn off mobile transitions and hover */
  /*
	 @include breakpoint($tablet-l) {
	 	*, *:hover {
	 		-webkit-transition: none !important; 
			-moz-transition: none !important; 
			-o-transition: none !important; 
			transition: none !important; 
			-moz-transform: scale(1) !important; 
	    	-o-transform: scale(1) !important; 
	    	transform: scale(1) !important; 
	 	}
	 }
	*/
  /* @end */
  /* @group Columns*/
  /* @end */
  /* @group Buttons*/
  /* @end */
  /* @group Buttons*/
  /* @Loading Animation */
  /* @end */
  /* @end */
  /* @group footer */
  /* @end */
  /* @group Testimonials Home*/
  /* @end */
  /* Core Values Slider */
  /**
 * ==========================
 * Animation styles
 * 
 * Notes:
 * 1. We use z-index to position active slides in-front 
 * of non-active slides
 * 2. We set right:0 and left:0 on .slide to provide us with
 * a default positioning on both sides of the slide. This allows 
 * us to trigger JS and CSS3 animations easily
 *
 */
  /**
 * ==========================
 * JS animation styles
 * 
 * We use jQuery.animate to control the sliding animations
 * when CSS3 animations are not available. In order for
 * the next slide to slide in from the right, we need
 * to change the left:0 property of the slide to left:auto
 *
 */
  /**
 * ==========================
 * CSS animation styles
 * 
 * .slide.left and .slide.right set-up
 * the to-be-animated slide so that it can slide
 * into view. For example, a slide that is about 
 * to slide in from the right will:
 * 1. Be positioned to the right of the viewport (right:-100%)
 * 2. Slide in when the style is superseded with a more specific style (right:0%)
 *
 */
  /**
 * The following classes slide the previously active
 * slide out of view before positioning behind the 
 * currently active slide
 *
 */
  /**
 * This sets the CSS properties that will animate. We set the
 * transition-duration property dynamically via JS.
 * We use the browser's default transition-timing-function
 * for simplicity's sake
 * 
 * It is important to note that we are using CodePen's inbuilt
 * CSS3 property prefixer. For your own projects, you will need
 * to prefix the transition and transform properties here to ensure
 * reliable support across browsers
 *
 */
  /**
 * ==========================
 * Indicators
 *
 */
  /**
 * ==========================
 * Arrows 
 *
 */
  /*
.arrow{
  width: 48px;
  height: 18px;
  position:absolute;
  top:50%;
  z-index:5;
  cursor:pointer;
  opacity: .8;
  margin-top: -24px;
}

.arrow:hover{opacity: .6;
}

.arrow-left{
  left:20px;
}

.arrow-right{
  right:20px;
}
*/ }
  @media (max-width: 550px) {
    .dynamic_fields {
      margin-bottom: -1em; } }
  .dynamic_fields h1, .dynamic_fields h2, .dynamic_fields h3, .dynamic_fields p, .dynamic_fields ul, .dynamic_fields li {
    font-family: 'Roboto', sans-serif; }
  .dynamic_fields.full-width .container {
    margin: 0 auto !important;
    padding: 0 35px !important; }
    @media (max-width: 550px) {
      .dynamic_fields.full-width .container {
        padding: 0 20px !important; } }
    .dynamic_fields.full-width .container.portfolio_container {
      width: 100%;
      max-width: 1700px !important; }
      @media only screen and (max-width: 1900px) {
        .dynamic_fields.full-width .container.portfolio_container {
          max-width: 1600px !important; } }
      @media only screen and (max-width: 1600px) {
        .dynamic_fields.full-width .container.portfolio_container {
          max-width: 1300px !important; } }
      @media only screen and (max-width: 1200px) {
        .dynamic_fields.full-width .container.portfolio_container {
          max-width: 1000px !important; } }
  .dynamic_fields section.portfolio_single {
    display: inline-block;
    margin-top: -35px; }
    .dynamic_fields section.portfolio_single .main_image img {
      max-width: 850px !important;
      display: inline-block;
      border-radius: 3px;
      border: 3px solid white;
      box-shadow: 1px 1px 4px #bbb;
      margin-top: 20px; }
  .dynamic_fields section.zee-contact {
    padding: 40px 0 50px; }
  .dynamic_fields .local-home .panel-grid-cell {
    text-align: center;
    width: auto;
    display: inline-block; }
    .dynamic_fields .local-home .panel-grid-cell .textwidget.custom-html-widget {
      width: auto;
      max-width: 140px;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .dynamic_fields .local-home .panel-grid-cell .textwidget.custom-html-widget img {
        width: 70%;
        display: inline-block !important;
        vertical-align: middle; }
  .dynamic_fields .local-home .container-fluid {
    text-align: center !important; }
    .dynamic_fields .local-home .container-fluid .col-xs-3 {
      width: 25%;
      display: inline-block;
      max-width: 160px;
      float: none;
      padding: 0;
      vertical-align: top; }
      .dynamic_fields .local-home .container-fluid .col-xs-3 img {
        max-width: 75% !important; }
  .dynamic_fields h3.zee-h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #d2232a; }
    @media (max-width: 550px) {
      .dynamic_fields h3.zee-h3 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 5px; } }
  .dynamic_fields .header.title.zee-title h1 {
    max-width: 1100px;
    line-height: 48px;
    margin: 0 auto 15px;
    text-transform: none !important; }
    @media (max-width: 550px) {
      .dynamic_fields .header.title.zee-title h1 {
        line-height: 34px; } }
  .dynamic_fields .zee-left {
    float: left;
    width: 30%;
    padding-right: 5%; }
    @media (max-width: 900px) {
      .dynamic_fields .zee-left {
        width: 25%; } }
    @media (max-width: 768px) {
      .dynamic_fields .zee-left {
        width: 45%; } }
    @media (max-width: 550px) {
      .dynamic_fields .zee-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 35px; } }
    .dynamic_fields .zee-left ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 550px) {
        .dynamic_fields .zee-left ul {
          width: auto;
          display: inline-block;
          margin: 0 auto;
          text-align: left; } }
      .dynamic_fields .zee-left ul li {
        list-style: none;
        margin: 0 0 10px !important;
        padding: 0px;
        position: relative;
        padding-left: 28px;
        text-align: left;
        list-style: none !important; }
        .dynamic_fields .zee-left ul li a {
          text-decoration: none !important;
          font-weight: 800; }
        .dynamic_fields .zee-left ul li img {
          float: left;
          width: 16px;
          margin-right: 10px;
          margin-bottom: 3px;
          position: absolute;
          left: 0;
          top: 2px; }
        .dynamic_fields .zee-left ul li.phone, .dynamic_fields .zee-left ul li .email {
          font-weight: 800; }
        .dynamic_fields .zee-left ul li.address {
          font-size: 14px;
          line-height: 18px; }
        .dynamic_fields .zee-left ul li.sb-address strong, .dynamic_fields .zee-left ul li.sb-phone strong, .dynamic_fields .zee-left ul li.sb-email strong {
          font-weight: 600; }
    .dynamic_fields .zee-left .zee-button {
      background-color: #fdb913;
      font-weight: bold;
      text-decoration: none !important;
      cursor: pointer;
      text-align: center;
      padding: 6px 15px;
      border-radius: 3px;
      margin-top: 9px;
      float: left;
      color: #231F20; }
  .dynamic_fields .zee-right {
    float: right;
    width: 70%; }
    @media (max-width: 900px) {
      .dynamic_fields .zee-right {
        width: 65%; } }
    @media (max-width: 768px) {
      .dynamic_fields .zee-right {
        width: 55%; } }
    @media (max-width: 550px) {
      .dynamic_fields .zee-right {
        width: 100%; } }
    .dynamic_fields .zee-right p.no-top-space {
      margin-top: 0; }
    .dynamic_fields .zee-right ul {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media (max-width: 550px) {
        .dynamic_fields .zee-right ul {
          padding: 0 15px; } }
      .dynamic_fields .zee-right ul li {
        float: left;
        width: 20%;
        padding: 3px;
        margin: 0 !important;
        list-style: none !important; }
        @media (max-width: 900px) {
          .dynamic_fields .zee-right ul li {
            width: 33.3%; } }
        @media (max-width: 768px) {
          .dynamic_fields .zee-right ul li {
            width: 50%; } }
        .dynamic_fields .zee-right ul li a {
          text-decoration: none !important;
          font-size: 14px;
          font-weight: 600; }
          .dynamic_fields .zee-right ul li a:hover {
            text-decoration: underline !important; }
      .dynamic_fields .zee-right ul.three li {
        width: 33%; }
        @media (max-width: 900px) {
          .dynamic_fields .zee-right ul.three li {
            width: 50%; } }
        @media (max-width: 768px) {
          .dynamic_fields .zee-right ul.three li {
            width: 50%; } }
      .dynamic_fields .zee-right ul.four li {
        width: 25%; }
        @media (max-width: 900px) {
          .dynamic_fields .zee-right ul.four li {
            width: 33.3%; } }
        @media (max-width: 768px) {
          .dynamic_fields .zee-right ul.four li {
            width: 50%; } }
  .dynamic_fields section .container p.fine-print {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    max-width: 900px;
    margin: 10px auto 0;
    color: #444;
    display: block; }
  .dynamic_fields .promo-block img {
    margin: 15px 0 10px;
    box-shadow: 1px 1px 3px #aaa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .dynamic_fields .promo-block img:hover {
      box-shadow: 1px 1px 5px #888;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .dynamic_fields .badges {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin: 35px auto 0; }
    @media (max-width: 900px) {
      .dynamic_fields .badges {
        max-width: 425px; } }
    .dynamic_fields .badges.b_only {
      vertical-align: middle;
      max-width: 850px;
      margin-top: 5px; }
      .dynamic_fields .badges.b_only .badge-group {
        max-width: 145px; }
        .dynamic_fields .badges.b_only .badge-group img {
          padding: 10px 15px; }
    .dynamic_fields .badges .badge-group {
      display: inline-block;
      width: 19%;
      vertical-align: top; }
      @media (max-width: 1100px) {
        .dynamic_fields .badges .badge-group {
          width: 24%; } }
      @media (max-width: 900px) {
        .dynamic_fields .badges .badge-group {
          width: 49%;
          margin-bottom: 20px; } }
      .dynamic_fields .badges .badge-group img {
        max-width: 200px;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 10px; }
      .dynamic_fields .badges .badge-group h2 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 25px;
        font-weight: 500; }
        @media (max-width: 550px) {
          .dynamic_fields .badges .badge-group h2 {
            padding: 0 10px;
            font-size: 18px;
            line-height: 22px; } }
      .dynamic_fields .badges .badge-group p {
        padding: 0 25px;
        line-height: 18px; }
  .dynamic_fields section.wide .badges .badge {
    width: 24%; }
    @media (max-width: 900px) {
      .dynamic_fields section.wide .badges .badge {
        width: 49%;
        margin-bottom: 20px; } }
    @media (max-width: 550px) {
      .dynamic_fields section.wide .badges .badge {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px; } }
    .dynamic_fields section.wide .badges .badge img {
      width: 100%;
      max-width: 275px; }
  .dynamic_fields section.gold {
    background: #fdb913; }
    .dynamic_fields section.gold .badges .badge h2 {
      color: #fdb913;
      font-size: 22px;
      line-height: 27px;
      font-weight: 600; }
    .dynamic_fields section.gold .testimonial.brackets .fa {
      font-size: 30px;
      margin-bottom: 25px;
      color: #ffffff; }
      .dynamic_fields section.gold .testimonial.brackets .fa.fa-angle-double-right {
        margin: 0;
        font-size: 25px; }
    .dynamic_fields section.gold .testimonial .bracket {
      border: 4px solid #ffffff; }
    .dynamic_fields section.gold .testimonial p {
      font-weight: 500;
      color: #ffffff; }
      .dynamic_fields section.gold .testimonial p.name {
        font-weight: 500;
        color: #ffffff; }
    .dynamic_fields section.gold .testimonial a.estimate_button {
      color: #ffffff;
      background: #d2232a;
      border-radius: 3px;
      border-bottom: 2px solid #df3f45; }
      .dynamic_fields section.gold .testimonial a.estimate_button:hover {
        background: #dc2d34; }
  .dynamic_fields .half_half .left_wrapper {
    float: left;
    width: 50%;
    padding-right: 30px;
    text-align: left; }
    @media (max-width: 1100px) {
      .dynamic_fields .half_half .left_wrapper {
        width: 100%;
        padding: 0; } }
  .dynamic_fields .half_half .right_wrapper {
    float: left;
    width: 50%;
    text-align: left; }
    .dynamic_fields .half_half .right_wrapper iframe {
      margin: 10px 0 0 0;
      height: 320px;
      max-width: 100%; }
      @media (max-width: 1100px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 450px; } }
      @media (max-width: 900px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 450px; } }
      @media (max-width: 768px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 309px;
          width: 550px; } }
      @media (max-width: 550px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 211px;
          width: 375px; } }
      @media (max-width: 450px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 169px;
          width: 300px; } }
      @media (max-width: 350px) {
        .dynamic_fields .half_half .right_wrapper iframe {
          height: 155px;
          width: 276px; } }
    @media (max-width: 1100px) {
      .dynamic_fields .half_half .right_wrapper {
        width: 100%; } }
  .dynamic_fields .content_container.on {
    display: inline-block;
    width: 100%; }
    .dynamic_fields .content_container.on .placeholder {
      width: 47%;
      margin-bottom: 30px; }
      @media (max-width: 550px) {
        .dynamic_fields .content_container.on .placeholder {
          display: none; } }
    .dynamic_fields .content_container.on.pie:before {
      width: 53%;
      height: 400px !important; }
      @media (max-width: 1100px) {
        .dynamic_fields .content_container.on.pie:before {
          height: 300px !important; } }
    .dynamic_fields .content_container.on.right .placeholder {
      float: right; }
    .dynamic_fields .content_container.on.left .placeholder {
      float: left; }
  .dynamic_fields .image {
    border: 1px solid #e4e4e4;
    padding: 10px;
    background: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    position: relative;
    width: 40%; }
    @media (max-width: 550px) {
      .dynamic_fields .image {
        width: 100%;
        margin-top: 20px; } }
    .dynamic_fields .image.right, .dynamic_fields .image.left {
      position: absolute;
      top: 0; }
      @media (max-width: 550px) {
        .dynamic_fields .image.right, .dynamic_fields .image.left {
          position: static;
          right: 0 !important;
          left: 0 !important; } }
    .dynamic_fields .image.right {
      right: 0px;
      width: 43%; }
      @media (max-width: 550px) {
        .dynamic_fields .image.right {
          width: 100%;
          max-width: 400px; } }
      @media (max-width: 1100px) {
        .dynamic_fields .image.right {
          right: 0px; } }
    .dynamic_fields .image.left {
      left: 0px;
      width: 43%; }
      @media (max-width: 550px) {
        .dynamic_fields .image.left {
          width: 100%;
          max-width: 400px; } }
      @media (max-width: 1100px) {
        .dynamic_fields .image.left {
          left: 0px; } }
    .dynamic_fields .image .caption {
      text-align: center;
      margin: 10px 0;
      font-size: 15px;
      line-height: 23px;
      font-weight: 400;
      background: rgba(0, 0, 0, 0.67);
      color: #fff;
      z-index: 1;
      position: absolute;
      left: 10px;
      bottom: 2px;
      right: 10px;
      padding: 15px; }
  .dynamic_fields .table-wrap {
    display: inline-block;
    width: 48%;
    border-radius: 8px;
    background: #ffffff;
    padding: 25px;
    margin-top: 20px;
    float: left; }
    .dynamic_fields .table-wrap.right-side {
      margin-left: 2%; }
    @media (max-width: 900px) {
      .dynamic_fields .table-wrap {
        width: 100%;
        max-width: 700px;
        float: none;
        margin: 10px 0 5px !important; } }
  .dynamic_fields table.investment {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0; }
    .dynamic_fields table.investment th {
      font-size: 18px;
      font-weight: 600; }
      .dynamic_fields table.investment th.center {
        text-align: center; }
    .dynamic_fields table.investment td strong {
      font-weight: 600; }
    .dynamic_fields table.investment td.round {
      text-align: center;
      width: 18%; }
      .dynamic_fields table.investment td.round span {
        border-radius: 50%;
        padding: 0px;
        color: #ffffff;
        height: 80px;
        width: 80px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        padding-top: 27px; }
    .dynamic_fields table.investment td.low {
      padding: 12px; }
      .dynamic_fields table.investment td.low span {
        background: #514f4f; }
    .dynamic_fields table.investment td.high {
      padding: 12px; }
      .dynamic_fields table.investment td.high span {
        background: #d2232a; }
  .dynamic_fields section.overlay .page_blocks .page_block {
    padding: 0;
    border-radius: 3px; }
    .dynamic_fields section.overlay .page_blocks .page_block img {
      margin-bottom: 0; }
    .dynamic_fields section.overlay .page_blocks .page_block h2.large {
      background: #ffffff;
      color: #333333;
      width: 100%;
      padding: 15px;
      margin: 0;
      font-size: 17px;
      font-weight: 400; }
  .dynamic_fields section.change .page_blocks .page_block {
    padding: 0 0 10px 0;
    border-radius: 3px; }
    .dynamic_fields section.change .page_blocks .page_block img {
      margin-bottom: 0; }
    .dynamic_fields section.change .page_blocks .page_block h2.large {
      background: #ffffff;
      color: #333333;
      width: 100%;
      padding: 15px;
      margin: 10px 0 -10px 0;
      font-size: 19px;
      font-weight: 600 !important; }
  .dynamic_fields.content-area {
    padding: 0 !important; }
  .dynamic_fields .transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .dynamic_fields .transition:hover {
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 1100px) {
        .dynamic_fields .transition:hover {
          -webkit-transition: none !important;
          -moz-transition: none !important;
          -o-transition: none !important;
          transition: none !important;
          -moz-transform: scale(1) !important;
          -o-transform: scale(1) !important;
          transform: scale(1) !important; } }
  .dynamic_fields .main_nav {
    position: fixed;
    background: #fdb913;
    width: 100%;
    z-index: 100;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 550px) {
      .dynamic_fields .main_nav {
        padding: 12px 10px; } }
    .dynamic_fields .main_nav .logo {
      float: left;
      width: auto;
      margin: 2px 0 0 0; }
      .dynamic_fields .main_nav .logo img {
        width: 175px;
        height: auto; }
        @media (max-width: 550px) {
          .dynamic_fields .main_nav .logo img {
            width: 135px;
            position: relative;
            top: 1px; } }
        @media (max-width: 350px) {
          .dynamic_fields .main_nav .logo img {
            width: 125px; } }
    .dynamic_fields .main_nav .get_estimate {
      padding: 7px 15px;
      font-size: 16px;
      font-weight: 600;
      margin-top: 2px;
      text-decoration: none;
      color: #ffffff;
      background: #d2232a;
      border-radius: 3px;
      border-bottom: 2px solid #bc1f26;
      float: right;
      display: none; }
      @media (max-width: 350px) {
        .dynamic_fields .main_nav .get_estimate span {
          display: none; } }
      .dynamic_fields .main_nav .get_estimate.recruit {
        background: #231F20;
        display: block;
        border-bottom: 2px solid #151314; }
      @media (max-width: 550px) {
        .dynamic_fields .main_nav .get_estimate {
          display: block;
          padding: 5px 15px; } }
      @media (max-width: 350px) {
        .dynamic_fields .main_nav .get_estimate {
          padding: 6px 10px;
          font-size: 13px; } }
      .dynamic_fields .main_nav .get_estimate:hover {
        background: #bc1f26;
        color: #ffffff; }
    .dynamic_fields .main_nav .action_button {
      padding: 0;
      font-size: 22px;
      font-weight: 600;
      margin-top: 2px;
      text-decoration: none;
      color: #231F20;
      border-radius: 3px;
      float: right; }
      .dynamic_fields .main_nav .action_button.no_estimate {
        float: right;
        margin-right: 0 !important; }
      .dynamic_fields .main_nav .action_button img, .dynamic_fields .main_nav .action_button span {
        display: inline-block;
        vertical-align: middle; }
      .dynamic_fields .main_nav .action_button img {
        position: relative;
        top: 1px;
        margin-right: 8px;
        max-width: 20px; }
        @media (max-width: 550px) {
          .dynamic_fields .main_nav .action_button img {
            margin-right: 3px; } }
      @media (max-width: 550px) {
        .dynamic_fields .main_nav .action_button {
          padding: 2px 5px 5px;
          margin-top: 3px;
          font-size: 16px;
          font-weight: 600;
          border: 1px solid #231F20;
          margin-right: 10px; }
          .dynamic_fields .main_nav .action_button img {
            width: 20px;
            top: 0;
            margin: 0; } }
      @media (max-width: 350px) {
        .dynamic_fields .main_nav .action_button {
          margin: 2px 5px 4px;
          padding: 1px 5px 5px; }
          .dynamic_fields .main_nav .action_button img {
            width: 18px; } }
      @media (max-width: 550px) {
        .dynamic_fields .main_nav .action_button span {
          display: none; } }
    .dynamic_fields .main_nav.sticky, .dynamic_fields .main_nav.newStick {
      padding: 10px 20px; }
      @media (max-width: 550px) {
        .dynamic_fields .main_nav.sticky, .dynamic_fields .main_nav.newStick {
          padding: 10px; } }
      .dynamic_fields .main_nav.sticky .logo img, .dynamic_fields .main_nav.newStick .logo img {
        width: 170px; }
        @media (max-width: 550px) {
          .dynamic_fields .main_nav.sticky .logo img, .dynamic_fields .main_nav.newStick .logo img {
            width: 135px; } }
      .dynamic_fields .main_nav.sticky .action_button, .dynamic_fields .main_nav.newStick .action_button {
        float: none;
        display: inline-block; }
        .dynamic_fields .main_nav.sticky .action_button.no_estimate, .dynamic_fields .main_nav.newStick .action_button.no_estimate {
          float: right;
          margin-right: 0 !important; }
        @media (max-width: 550px) {
          .dynamic_fields .main_nav.sticky .action_button, .dynamic_fields .main_nav.newStick .action_button {
            float: right;
            margin-top: 2px; } }
      .dynamic_fields .main_nav.sticky .get_estimate, .dynamic_fields .main_nav.newStick .get_estimate {
        display: block; }
        @media (max-width: 550px) {
          .dynamic_fields .main_nav.sticky .get_estimate, .dynamic_fields .main_nav.newStick .get_estimate {
            margin-top: 0; } }
  .dynamic_fields .header {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: black;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0px 0px;
    text-align: center;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    z-index: 1; }
    .dynamic_fields .header .centered p {
      font-size: 24px;
      font-style: italic;
      line-height: 26px; }
    @media (max-width: 900px) {
      .dynamic_fields .header.desk {
        margin-top: 0; } }
    @media (max-width: 768px) {
      .dynamic_fields .header.desk {
        background: #f4f4f4 !important;
        margin-top: -5px; }
        .dynamic_fields .header.desk .container {
          padding: 50px 25px 55px; }
          .dynamic_fields .header.desk .container form.estimate {
            text-align: center;
            padding: 0;
            border: 0;
            box-shadow: none; } }
    .dynamic_fields .header.desk.up {
      margin-top: 64px; }
      @media (max-width: 768px) {
        .dynamic_fields .header.desk.up {
          background: #f4f4f4 !important;
          margin-top: -5px; } }
    .dynamic_fields .header.phone {
      display: none; }
      @media (max-width: 768px) {
        .dynamic_fields .header.phone {
          display: inline-block;
          background-position: left top;
          height: 450px; }
          .dynamic_fields .header.phone .gray_bar {
            display: block;
            text-align: center;
            margin-top: -50px;
            padding: 20px 20px; }
            .dynamic_fields .header.phone .gray_bar .contain {
              width: 100%; }
            .dynamic_fields .header.phone .gray_bar h1 {
              font-size: 28px;
              line-height: 33px;
              margin-bottom: 0; } }
      @media (max-width: 550px) {
        .dynamic_fields .header.phone {
          background-position: left center;
          height: 350px; } }
      @media (max-width: 768px) {
        .dynamic_fields .header.phone.up {
          margin-top: 64px; } }
      @media (max-width: 550px) {
        .dynamic_fields .header.phone.up {
          margin-top: 55px; } }
    .dynamic_fields .header .gray_bar p.sub {
      font-weight: 400;
      font-size: 24px;
      margin-top: -6px; }
      @media (max-width: 550px) {
        .dynamic_fields .header .gray_bar p.sub {
          font-size: 20px;
          margin-top: -3px;
          font-weight: 400; } }
    .dynamic_fields .header h1 {
      font-family: 'Roboto', sans-serif;
      font-size: 35px;
      line-height: 48px;
      margin-bottom: 8px;
      text-transform: none;
      color: #ffffff; }
      @media (max-width: 900px) {
        .dynamic_fields .header h1 {
          font-size: 40px;
          line-height: 45px; } }
      @media (max-width: 450px) {
        .dynamic_fields .header h1 {
          font-size: 35px;
          line-height: 40px; } }
      @media (max-width: 350px) {
        .dynamic_fields .header h1 {
          font-size: 30px;
          line-height: 35px; } }
    .dynamic_fields .header .container {
      max-width: 1200px;
      padding: 100px 30px 100px; }
      @media (max-width: 550px) {
        .dynamic_fields .header .container {
          padding: 100px 20px 100px; } }
    .dynamic_fields .header a {
      background: #d2232a;
      color: #fff;
      display: inline-block;
      margin: 30px auto 0;
      font-weight: 600;
      font-size: 24px;
      line-height: 24px;
      padding: 20px 30px 20px;
      border-radius: 3px;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        .dynamic_fields .header a {
          margin-top: 0;
          font-size: 20px; } }
    .dynamic_fields .header a:hover {
      background: #f4ae02;
      cursor: pointer; }
      @media (max-width: 1100px) {
        .dynamic_fields .header a:hover {
          background: orange; } }
  .dynamic_fields .header.title {
    height: 550px; }
    .dynamic_fields .header.title h1 {
      margin-top: -65px !important;
      font-size: 45px;
      line-height: 50px;
      text-shadow: 1px 1px 6px #000000a8;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media (max-width: 550px) {
        .dynamic_fields .header.title h1 {
          font-size: 36px;
          line-height: 40px;
          margin-top: -80px !important; } }
      @media (max-width: 450px) {
        .dynamic_fields .header.title h1 {
          font-size: 32px; } }
    .dynamic_fields .header.title p.subtitle {
      text-shadow: 1px 1px 6px #000000a8;
      margin-top: -4px;
      padding: 0 10px; }
  .dynamic_fields .header .filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .25;
    background: black; }
    @media (max-width: 1100px) {
      .dynamic_fields .header .filter {
        opacity: .25; } }
  .dynamic_fields .header .vertical {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    padding: 15px 0 0 0 !important; }
    .dynamic_fields .header .vertical .centered {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      margin-top: 0px;
      color: #fff;
      position: relative;
      z-index: 3; }
      .dynamic_fields .header .vertical .centered .gray_bar {
        position: relative;
        top: 0;
        margin: 0;
        background: rgba(35, 31, 32, 0.6);
        padding: 22px 20px 25px; }
        .dynamic_fields .header .vertical .centered .gray_bar h1 {
          color: #ffffff;
          font-weight: 900;
          margin-bottom: 6px;
          text-transform: uppercase;
          font-size: 30px;
          line-height: 34px; }
          @media (max-width: 550px) {
            .dynamic_fields .header .vertical .centered .gray_bar h1 {
              font-size: 23px;
              line-height: 30px; } }
        .dynamic_fields .header .vertical .centered .gray_bar p {
          font-size: 28px;
          line-height: 32px;
          display: block;
          font-weight: 400;
          font-style: italic; }
          @media (max-width: 550px) {
            .dynamic_fields .header .vertical .centered .gray_bar p {
              font-size: 23px;
              line-height: 26px; } }
      .dynamic_fields .header .vertical .centered a.home.button {
        border-radius: 2px;
        background: transparent;
        border: 3px solid #fdb913;
        color: #fdb913;
        padding: 25px 35px 30px;
        display: inline-block;
        font-size: 30px;
        text-transform: capitalize;
        font-weight: 700;
        text-decoration: none;
        margin-top: 50px;
        box-shadow: 0px 1px 4px rgba(42, 42, 42, 0.5); }
        @media (max-width: 450px) {
          .dynamic_fields .header .vertical .centered a.home.button {
            font-size: 22px;
            padding: 20px 30px; } }
        .dynamic_fields .header .vertical .centered a.home.button:hover {
          background: #fdb913;
          color: black; }
  .dynamic_fields form.estimate {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
    .dynamic_fields form.estimate h2 {
      font-size: 26px;
      font-weight: 300;
      color: #231F20;
      margin: 0 0 10px 0; }
    .dynamic_fields form.estimate p {
      color: #231F20;
      font-size: 17px; }
    .dynamic_fields form.estimate.recruitment {
      max-width: 700px;
      display: inline-block;
      float: none;
      background: #f4f4f4;
      padding: 25px;
      border-radius: 3px;
      margin-top: 30px; }
    .dynamic_fields form.estimate.right {
      max-width: 425px;
      float: right;
      background: #f4f4f4;
      padding: 25px;
      border-radius: 3px; }
      @media (max-width: 768px) {
        .dynamic_fields form.estimate.right {
          float: none;
          max-width: 500px;
          margin: 0 auto; } }
      .dynamic_fields form.estimate.right.zip_only {
        margin-top: 25px;
        margin-bottom: 25px; }
        @media (max-width: 768px) {
          .dynamic_fields form.estimate.right.zip_only {
            margin-top: 0;
            margin-bottom: 0; } }
    .dynamic_fields form.estimate.left {
      max-width: 425px;
      float: left;
      background: #f4f4f4;
      padding: 25px;
      border-radius: 3px; }
      @media (max-width: 768px) {
        .dynamic_fields form.estimate.left {
          float: none;
          max-width: 500px;
          margin: 0 auto; } }
    .dynamic_fields form.estimate .no-appointments {
      display: none;
      font-size: 14px;
      clear: both;
      padding-top: 10px; }
    .dynamic_fields form.estimate .group {
      margin-bottom: -1px;
      width: 100%;
      float: left;
      padding: 0; }
      @media (max-width: 550px) {
        .dynamic_fields form.estimate .group {
          margin-bottom: -1px; } }
      .dynamic_fields form.estimate .group.half {
        width: 50%;
        margin-right: 0%; }
        .dynamic_fields form.estimate .group.half.end {
          margin-right: 0%; }
          .dynamic_fields form.estimate .group.half.end input {
            border-left: 0; }
            @media (max-width: 550px) {
              .dynamic_fields form.estimate .group.half.end input {
                border-left: 1px solid #ddd; } }
        @media (max-width: 550px) {
          .dynamic_fields form.estimate .group.half {
            width: 100%;
            margin: 0 0 -1px 0; } }
      .dynamic_fields form.estimate .group.third {
        width: 32.6%;
        margin-right: 1%; }
        .dynamic_fields form.estimate .group.third.end {
          margin-right: 0%; }
        @media (max-width: 550px) {
          .dynamic_fields form.estimate .group.third {
            width: 100%;
            margin-right: 0; } }
      .dynamic_fields form.estimate .group label {
        width: 100%;
        margin-bottom: 9px;
        margin-top: 12px;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #222; }
        .dynamic_fields form.estimate .group label.check {
          margin-bottom: -5px;
          margin-top: 10px; }
      @media (max-width: 550px) {
        .dynamic_fields form.estimate .group.textarea {
          margin-top: -5px; } }
      .dynamic_fields form.estimate .group.textarea label {
        margin-top: 20px; }
      .dynamic_fields form.estimate .group.textarea textarea {
        border-radius: 0;
        font-size: 15px;
        font-family: inherit;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        background: #fff;
        padding: 15px;
        height: 250px;
        width: 100%;
        border-radius: 3px;
        border-bottom: 7px;
        border: 1px solid #ddd;
        border-top: 0;
        float: left;
        resize: none; }
      .dynamic_fields form.estimate .group input {
        background: #fff;
        text-indent: 0px;
        padding-left: 15px;
        height: 55px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0px;
        border: 1px solid #ddd;
        float: left;
        font-family: inherit;
        color: #444; }
        .dynamic_fields form.estimate .group input:focus {
          z-index: 999;
          position: relative; }
        .dynamic_fields form.estimate .group input[type="checkbox"] {
          display: none !important; }
        .dynamic_fields form.estimate .group input[type="checkbox"] + label {
          width: calc(100% - 2px);
          line-height: 80px;
          text-align: center;
          border-radius: 1px;
          background: #ffffff;
          border: 1px solid #ddd;
          cursor: pointer;
          display: block;
          font-size: 18px;
          margin-bottom: 0;
          text-transform: none; }
          @media (max-width: 550px) {
            .dynamic_fields form.estimate .group input[type="checkbox"] + label {
              margin-bottom: -21px;
              line-height: 60px;
              border-radius: 0;
              font-size: 17px; } }
        .dynamic_fields form.estimate .group input[type="checkbox"]:checked + label {
          color: #ffffff;
          background: #231F20;
          border-color: #282425; }
        .dynamic_fields form.estimate .group input[type="radio"] {
          display: none !important; }
        .dynamic_fields form.estimate .group input[type="radio"] + label {
          line-height: 50px;
          text-align: center;
          border-radius: 5px;
          background: #ffffff;
          border: 1px solid #ddd;
          cursor: pointer;
          float: left;
          font-size: 15px;
          font-weight: 400;
          height: 55px;
          margin-bottom: -4px;
          text-transform: none; }
          @media (max-width: 350px) {
            .dynamic_fields form.estimate .group input[type="radio"] + label {
              font-size: 13px; }
              .dynamic_fields form.estimate .group input[type="radio"] + label span {
                display: none; } }
        .dynamic_fields form.estimate .group input[type="radio"]:checked + label {
          color: #ffffff;
          background: #fdb913;
          border-color: #eaa702;
          font-weight: 700; }
          .dynamic_fields form.estimate .group input[type="radio"]:checked + label:before {
            content: ' ';
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/certapro/landing-templates/img/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 6px; }
            @media (max-width: 550px) {
              .dynamic_fields form.estimate .group input[type="radio"]:checked + label:before {
                width: 20px;
                height: 20px;
                top: -1px; } }
      .dynamic_fields form.estimate .group.check {
        text-align: left;
        margin-bottom: -5px;
        margin-top: 10px; }
        .dynamic_fields form.estimate .group.check input[type="checkbox"] {
          display: inline-block !important;
          vertical-align: middle;
          -webkit-appearance: checkbox;
          float: none;
          width: auto;
          height: 12px;
          width: 12px;
          position: relative;
          top: 1px;
          background-color: black; }
        .dynamic_fields form.estimate .group.check span {
          display: inline-block;
          vertical-align: middle;
          padding-left: 5px;
          font-size: 11px; }
          .dynamic_fields form.estimate .group.check span .terms {
            color: #d2232a;
            display: inline-block;
            cursor: pointer; }
            .dynamic_fields form.estimate .group.check span .terms:hover {
              text-decoration: underline;
              cursor: pointer; }
      .dynamic_fields form.estimate .group.pending .drop_line {
        display: none; }
      .dynamic_fields form.estimate .group .errEstType {
        color: #d2232a;
        display: none;
        clear: both;
        padding-top: 13px;
        font-size: 14px; }
      .dynamic_fields form.estimate .group.needsfilled .errEstType,
      .dynamic_fields form.estimate .group.needsfilled .errAppointment {
        display: block; }
      .dynamic_fields form.estimate .group .drop_line {
        max-width: none;
        background: #fff url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat right;
        background-size: 13px;
        background-position: 97% center;
        height: 55px;
        padding: 0px;
        border-radius: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        border: 1px solid #ddd; }
        .dynamic_fields form.estimate .group .drop_line span.drop {
          width: 100%;
          display: inline-block; }
          .dynamic_fields form.estimate .group .drop_line span.drop select {
            background: none;
            height: 50px;
            line-height: 50px;
            position: relative;
            top: 0px;
            border: 0px solid #ddd;
            border-radius: 0px;
            padding: 0px 0px 0px 15px;
            text-indent: 0px;
            vertical-align: middle;
            font-size: 17px;
            width: 100%;
            margin: 0;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            color: #444;
            font-weight: 300; }
      .dynamic_fields form.estimate .group .drop_arrow {
        position: absolute;
        top: 6px;
        left: 369px;
        z-index: 1;
        width: 18px; }
    .dynamic_fields form.estimate .step {
      margin-top: 30px;
      margin-bottom: -5px;
      padding-top: 10px;
      border-top: 1px dashed #ddd;
      float: left;
      width: 100%; }
      .dynamic_fields form.estimate .step.bottom {
        margin-bottom: 15px;
        margin-top: 30px; }
      .dynamic_fields form.estimate .step .group {
        width: 100%;
        float: left;
        margin: 1% 0; }
        .dynamic_fields form.estimate .step .group.half {
          width: 49%;
          margin: 1% 0;
          margin-right: 2%; }
          .dynamic_fields form.estimate .step .group.half.end {
            margin-right: 0; }
        .dynamic_fields form.estimate .step .group.third {
          width: 31.8333333333%;
          margin: 1% 0;
          margin-right: 2%; }
          .dynamic_fields form.estimate .step .group.third.end {
            margin-right: 0; }
    .dynamic_fields form.estimate #schedule_appt {
      display: none; }
    .dynamic_fields form.estimate .submit-estimate, .dynamic_fields form.estimate .submit-painter {
      background: #d2232a;
      border: none;
      border-bottom: 2px solid #bc1f26;
      color: #fff;
      padding: 20px 25px;
      font-size: 22px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 5px;
      border-radius: 3px;
      text-align: left;
      display: inline-block;
      float: none !important;
      outline: none;
      width: 100%;
      margin-left: 0; }
      .dynamic_fields form.estimate .submit-estimate.arrow, .dynamic_fields form.estimate .submit-painter.arrow {
        background: url(/wp-content/themes/certapro/landing-templates/img/arrow_right.svg) no-repeat 94% center #d2232a; }
      @media (max-width: 550px) {
        .dynamic_fields form.estimate .submit-estimate, .dynamic_fields form.estimate .submit-painter {
          font-size: 22px;
          padding: 25px 20px;
          width: 100%; } }
      @media (max-width: 350px) {
        .dynamic_fields form.estimate .submit-estimate, .dynamic_fields form.estimate .submit-painter {
          font-size: 18px; } }
      .dynamic_fields form.estimate .submit-estimate:hover, .dynamic_fields form.estimate .submit-painter:hover {
        background: url(/wp-content/themes/certapro/landing-templates/img/arrow_right.svg) no-repeat 94% center #bc1f26; }
    .dynamic_fields form.estimate.stack {
      max-width: 450px; }
      .dynamic_fields form.estimate.stack .group {
        margin-bottom: 0; }
        .dynamic_fields form.estimate.stack .group input {
          font-size: 18px;
          border-bottom: 1px dashed #ccc;
          border-top: 0; }
        .dynamic_fields form.estimate.stack .group textarea {
          font-size: 18px; }
  .dynamic_fields .no-touch form.apply input.button:hover {
    background: #f4ae02; }
  .dynamic_fields .step.one {
    margin-top: -15px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    width: 100%;
    border: 0 !important; }
  .dynamic_fields input.needsfilled, .dynamic_fields textarea.needsfilled {
    background: #fcebeb !important;
    border: 1px solid #e49f9f !important;
    color: #af0202 !important; }
  .dynamic_fields .drop_line.needsfilled {
    background: url(/wp-content/themes/certapro/landing-templates/img/arrow-form.svg) no-repeat right center #fcebeb !important;
    border: 1px solid #e49f9f !important;
    background-size: 32px !important; }
    .dynamic_fields .drop_line.needsfilled select {
      color: #af0202 !important; }
  .dynamic_fields .country {
    display: none; }
  .dynamic_fields nav.scroll-nav {
    width: 100%;
    background: #231F20;
    box-shadow: 0 1px 2px #ccc;
    position: relative;
    z-index: 99;
    margin-top: -5px;
    float: left; }
    @media (max-width: 900px) {
      .dynamic_fields nav.scroll-nav {
        display: none; } }
    .dynamic_fields nav.scroll-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
      @media (max-width: 900px) {
        .dynamic_fields nav.scroll-nav ul {
          padding: 15px 0; } }
      .dynamic_fields nav.scroll-nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0 !important; }
        .dynamic_fields nav.scroll-nav ul li:first-child {
          border-left: 1px solid rgba(255, 255, 255, 0.09); }
          @media (max-width: 900px) {
            .dynamic_fields nav.scroll-nav ul li:first-child {
              border-left: 0; } }
        .dynamic_fields nav.scroll-nav ul li a {
          display: inline-block;
          padding: 15px 35px;
          font-size: 18px;
          font-weight: 400;
          color: #ffffff;
          background: #231F20;
          text-decoration: none !important;
          border-right: 1px solid rgba(255, 255, 255, 0.09); }
          .dynamic_fields nav.scroll-nav ul li a:hover {
            background: #151314; }
          @media (max-width: 1400px) {
            .dynamic_fields nav.scroll-nav ul li a {
              font-size: 17px;
              padding: 20px 20px; } }
          @media (max-width: 1100px) {
            .dynamic_fields nav.scroll-nav ul li a {
              font-size: 15px;
              padding: 20px 20px; } }
          @media (max-width: 900px) {
            .dynamic_fields nav.scroll-nav ul li a {
              padding: 10px 20px;
              border: 0; } }
  .dynamic_fields .mobile_nav {
    background: #231F20;
    padding: 0 0px;
    position: relative;
    z-index: 99;
    clear: both;
    margin-top: -5px;
    display: none; }
    @media (max-width: 900px) {
      .dynamic_fields .mobile_nav {
        display: block; } }
    .dynamic_fields .mobile_nav .contain {
      max-width: 1700px;
      margin: 0 auto;
      padding: 0 10px; }
    .dynamic_fields .mobile_nav .drop_menu {
      width: 100%; }
      .dynamic_fields .mobile_nav .drop_menu .active_item {
        padding: 13px 10px;
        font-size: 20px;
        font-weight: 400;
        background-image: url(/wp-content/themes/certapro/landing-templates/img/arrow-form.png);
        background-position: 101% center;
        background-repeat: no-repeat;
        z-index: 99999999;
        position: relative;
        display: block;
        border-bottom: 0;
        color: #ffffff; }
        .dynamic_fields .mobile_nav .drop_menu .active_item.open {
          background-image: url(/wp-content/themes/certapro/landing-templates/img/arrow-form-up.png); }
    .dynamic_fields .mobile_nav ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50px;
      left: 0;
      background: #231F20;
      z-index: 9999;
      box-shadow: 1px 2px 4px #444;
      display: none;
      padding-top: 5px;
      padding-bottom: 10px;
      border-top: 1px solid #333; }
      .dynamic_fields .mobile_nav ul li {
        float: left;
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 5px 10px !important;
        background: #231F20; }
        .dynamic_fields .mobile_nav ul li:hover {
          background: #151314; }
        .dynamic_fields .mobile_nav ul li:first-child {
          padding-left: 10px; }
        .dynamic_fields .mobile_nav ul li a {
          text-decoration: none !important;
          color: #ffffff;
          font-size: 18px;
          display: inline-block;
          font-weight: 400;
          padding: 5px 10px;
          border-bottom: 0; }
          .dynamic_fields .mobile_nav ul li a.active {
            font-weight: 600;
            color: #231F20;
            border: 0;
            border-left: 3px solid #231F20;
            font-weight: 600; }
  .dynamic_fields .header_spacer {
    width: 100%;
    display: block;
    height: 75px;
    float: left; }
    @media (max-width: 768px) {
      .dynamic_fields .header_spacer {
        height: 75px; } }
    @media (max-width: 550px) {
      .dynamic_fields .header_spacer {
        height: 60px; } }
  .dynamic_fields div.mast-head.preload-zip {
    background-repeat: no-repeat;
    width: 100%;
    margin: 75px 0 0 0;
    padding: 0px 0px;
    text-align: center;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: inline-block;
    height: 570px;
    /* @group Header */ }
    @media (max-width: 1400px) {
      .dynamic_fields div.mast-head.preload-zip {
        height: 500px; } }
    @media (max-width: 550px) {
      .dynamic_fields div.mast-head.preload-zip {
        height: 450px;
        margin-top: 60px;
        background-position: -425px top; } }
    .dynamic_fields div.mast-head.preload-zip.commercial {
      margin-top: 0; }
      @media (max-width: 550px) {
        .dynamic_fields div.mast-head.preload-zip.commercial {
          background-position: -130px top; } }
    .dynamic_fields div.mast-head.preload-zip .zip-body .gray_bar {
      background: rgba(35, 31, 32, 0.7);
      padding: 20px;
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: left;
      z-index: 100; }
      .dynamic_fields div.mast-head.preload-zip .zip-body .gray_bar .contain {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        text-align: center; }
    .dynamic_fields div.mast-head.preload-zip .zip-body .sub {
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 0px;
      text-transform: none;
      color: #ffffff;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .dynamic_fields div.mast-head.preload-zip .zip-body .sub {
          font-size: 24px;
          line-height: 24px; } }
      @media (max-width: 550px) {
        .dynamic_fields div.mast-head.preload-zip .zip-body .sub {
          margin-bottom: 10px;
          font-size: 21px; } }
      .dynamic_fields div.mast-head.preload-zip .zip-body .sub sup {
        font-size: 15px; }
    .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form {
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; }
      @media (max-width: 550px) {
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form {
          margin-left: 0;
          margin-bottom: 5px; } }
      .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input {
        height: 55px;
        border: 0;
        float: left; }
        @media (max-width: 1100px) {
          .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input {
            height: 45px; } }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #aaa; }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #aaa; }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #aaa; }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input:-moz-placeholder {
          /* Firefox 18- */
          color: #aaa; }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input.zip_field {
          border-radius: 0;
          color: black;
          font-size: 19px;
          background: #ffffff;
          font-family: inherit;
          font-weight: normal;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding-left: 15px; }
          @media (max-width: 350px) {
            .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input.zip_field {
              width: 70%; } }
        .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input[type='button'] {
          background: #fdb913;
          color: black;
          font-size: 23px;
          border-radius: 0;
          text-transform: uppercase;
          padding: 0 22px;
          outline: none; }
          @media (max-width: 1100px) {
            .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input[type='button'] {
              font-size: 20px; } }
          .dynamic_fields div.mast-head.preload-zip .zip-body .zip_form input[type='button']:hover {
            cursor: pointer;
            background: #f4ae02; }
    .dynamic_fields div.mast-head.preload-zip .zip-body .estimate_button {
      background: #fdb913;
      color: #ffffff;
      font-size: 20px;
      border-radius: 3px;
      padding: 12px 22px;
      outline: none;
      display: inline-block;
      margin-left: 20px;
      text-decoration: none; }
      @media (max-width: 550px) {
        .dynamic_fields div.mast-head.preload-zip .zip-body .estimate_button {
          font-size: 18px;
          margin-left: 0;
          margin-top: 0px;
          font-weight: 600; } }
      .dynamic_fields div.mast-head.preload-zip .zip-body .estimate_button:hover {
        cursor: pointer;
        background: #f4ae02; }
    .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar {
      background: #231f20;
      padding: 20px;
      width: 100%;
      text-align: center;
      position: relative; }
      .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar p.sub {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar p.sub {
            font-size: 24px;
            line-height: 24px; } }
        @media (max-width: 550px) {
          .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar p.sub {
            font-size: 21px;
            margin-bottom: 5px; } }
      .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar .zip_form input {
        height: 45px; }
        @media (max-width: 1100px) {
          .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar .zip_form input {
            height: 45px; } }
        .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar .zip_form input.zip_field {
          font-size: 17px; }
        .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar .zip_form input[type='button'] {
          font-size: 21px;
          padding: 0 18px;
          color: black; }
          @media (max-width: 1100px) {
            .dynamic_fields div.mast-head.preload-zip .zip-body.footer-zipbar .gray_bar .zip_form input[type='button'] {
              font-size: 20px; } }
  .dynamic_fields .hide_section {
    display: none; }
  .dynamic_fields.full_width {
    margin-bottom: -45px; }
    .dynamic_fields.full_width section {
      padding: 75px 0; }
    @media (max-width: 768px) {
      .dynamic_fields.full_width {
        margin-bottom: 0; } }
  .dynamic_fields section {
    width: 100%;
    display: block;
    z-index: 1;
    padding: 75px 0px;
    position: relative;
    overflow: hidden;
    margin: 0; }
    .dynamic_fields section.rounded {
      border-radius: 3px;
      margin-left: 35px;
      width: calc(100% - 40px); }
      @media (max-width: 900px) {
        .dynamic_fields section.rounded {
          margin-left: 0;
          border-radius: 0;
          width: 100%; } }
    .dynamic_fields section.light .filter_back {
      opacity: .2; }
    .dynamic_fields section.challenges {
      text-align: left !important; }
      .dynamic_fields section.challenges ul {
        overflow: auto;
        padding: 0 0 0 20px; }
        @media (max-width: 550px) {
          .dynamic_fields section.challenges ul {
            margin-left: 0 !important; } }
        .dynamic_fields section.challenges ul li {
          line-height: 24px; }
      @media (max-width: 550px) {
        .dynamic_fields section.challenges img {
          display: none; } }
    .dynamic_fields section.photo-gallery {
      padding: 0; }
      .dynamic_fields section.photo-gallery.small {
        text-align: center;
        background: none;
        max-width: 850px;
        margin: 20px 0 0 0;
        display: inline-block; }
        .dynamic_fields section.photo-gallery.small .project-block {
          display: inline-block;
          float: none;
          border: 3px solid #fff;
          border-radius: 3px;
          width: 22%;
          margin: 0 1%;
          box-shadow: 1px 1px 4px #bbb; }
      .dynamic_fields section.photo-gallery.single {
        padding: 75px 0; }
        .dynamic_fields section.photo-gallery.single h2 {
          margin-bottom: 50px; }
        .dynamic_fields section.photo-gallery.single .project-block {
          width: 50%; }
          @media (max-width: 550px) {
            .dynamic_fields section.photo-gallery.single .project-block {
              width: 100%; } }
      .dynamic_fields section.photo-gallery.portfolio {
        padding: 0px 0; }
        .dynamic_fields section.photo-gallery.portfolio .project-block {
          width: 33.3333333333%; }
          @media (max-width: 900px) {
            .dynamic_fields section.photo-gallery.portfolio .project-block {
              width: 50%; } }
          @media (max-width: 550px) {
            .dynamic_fields section.photo-gallery.portfolio .project-block {
              width: 100%; } }
      .dynamic_fields section.photo-gallery .featured {
        margin-top: 50px;
        background: #fdb913;
        color: #fff;
        padding: 25px;
        border-bottom: 1px solid #ffffff;
        text-align: center; }
        @media (max-width: 550px) {
          .dynamic_fields section.photo-gallery .featured {
            padding: 20px; } }
        .dynamic_fields section.photo-gallery .featured.single {
          margin-top: 0; }
        .dynamic_fields section.photo-gallery .featured h2 {
          color: #231F20;
          padding: 0;
          margin: 0; }
      .dynamic_fields section.photo-gallery .image-block {
        display: block;
        float: left;
        width: 25%;
        margin: 0;
        background: black;
        position: relative;
        display: block;
        overflow: hidden; }
        @media (max-width: 550px) {
          .dynamic_fields section.photo-gallery .image-block {
            width: 50%; } }
        .dynamic_fields section.photo-gallery .image-block a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: black;
          opacity: .25;
          z-index: 2; }
          .dynamic_fields section.photo-gallery .image-block a:hover {
            opacity: 0; }
        .dynamic_fields section.photo-gallery .image-block img {
          width: 100%;
          margin-bottom: -5px;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          z-index: 1; }
        .dynamic_fields section.photo-gallery .image-block:hover img {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
      .dynamic_fields section.photo-gallery .project-block {
        display: block;
        float: left;
        width: 25%;
        margin: 0;
        background: black;
        position: relative;
        display: block;
        border: 1px solid #ffffff;
        overflow: hidden; }
        @media (max-width: 900px) {
          .dynamic_fields section.photo-gallery .project-block {
            width: 50%; } }
        @media (max-width: 550px) {
          .dynamic_fields section.photo-gallery .project-block {
            width: 100%; } }
        .dynamic_fields section.photo-gallery .project-block.active a {
          background: rgba(0, 0, 0, 0.75) !important; }
          .dynamic_fields section.photo-gallery .project-block.active a .identity {
            opacity: 1 !important;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
            @media (max-width: 550px) {
              .dynamic_fields section.photo-gallery .project-block.active a .identity {
                background: none !important;
                position: absolute !important;
                top: 50% !important;
                margin-top: -30px !important;
                text-align: center !important;
                width: 100% !important; } }
          .dynamic_fields section.photo-gallery .project-block.active a:hover {
            background: rgba(0, 0, 0, 0.83) !important; }
        .dynamic_fields section.photo-gallery .project-block .identity {
          opacity: 0;
          position: absolute;
          top: 50%;
          margin-top: -30px;
          text-align: center;
          width: 100%;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .dynamic_fields section.photo-gallery .project-block .identity h2 {
            color: #ffffff;
            font-size: 22px;
            width: 100%;
            margin: 0; }
            @media (max-width: 550px) {
              .dynamic_fields section.photo-gallery .project-block .identity h2 {
                font-size: 20px;
                line-height: 25px;
                margin-top: 10px;
                margin-bottom: -2px; } }
            @media (max-width: 350px) {
              .dynamic_fields section.photo-gallery .project-block .identity h2 {
                font-size: 20px; } }
          .dynamic_fields section.photo-gallery .project-block .identity p {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            margin: 0;
            color: #ffffff; }
            @media (max-width: 550px) {
              .dynamic_fields section.photo-gallery .project-block .identity p {
                font-size: 15px; } }
          @media (max-width: 550px) {
            .dynamic_fields section.photo-gallery .project-block .identity {
              background: rgba(0, 0, 0, 0.5);
              height: 70px;
              bottom: 0;
              top: auto;
              opacity: 1; } }
        .dynamic_fields section.photo-gallery .project-block a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.01);
          z-index: 2;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .dynamic_fields section.photo-gallery .project-block a:hover {
            background: rgba(0, 0, 0, 0.75); }
            .dynamic_fields section.photo-gallery .project-block a:hover .identity {
              opacity: 1;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
          @media (max-width: 550px) {
            .dynamic_fields section.photo-gallery .project-block a {
              background: transparent !important; } }
        .dynamic_fields section.photo-gallery .project-block img {
          width: 100%;
          margin-bottom: -5px;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          z-index: 1; }
        .dynamic_fields section.photo-gallery .project-block:hover img {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
    .dynamic_fields section .container {
      max-width: 1300px;
      padding: 0 35px;
      position: relative; }
      .dynamic_fields section .container.wide {
        max-width: 1450px; }
      @media (max-width: 1100px) {
        .dynamic_fields section .container {
          padding: 0 20px; } }
      @media (max-width: 550px) {
        .dynamic_fields section .container {
          padding: 0 20px; } }
      @media (max-width: 350px) {
        .dynamic_fields section .container {
          padding: 0 15px; } }
      .dynamic_fields section .container > h1, .dynamic_fields section .container h2 {
        font-size: 25px;
        color: black; }
      .dynamic_fields section .container > p {
        color: black; }
    .dynamic_fields section.border-top {
      border-top: 1px solid #cdcdcd; }
    .dynamic_fields section.no-padding {
      padding: 0; }
    .dynamic_fields section.center {
      text-align: center; }
      .dynamic_fields section.center ul {
        margin-left: 0; }
        .dynamic_fields section.center ul li {
          list-style-position: inside; }
      .dynamic_fields section.center ul.leftalign {
        padding-left: 20px;
        overflow: hidden; }
        .dynamic_fields section.center ul.leftalign li {
          list-style-position: outside; }
      .dynamic_fields section.center ul.blocks {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 15px; }
        .dynamic_fields section.center ul.blocks li {
          list-style: none;
          background: #ffffff;
          padding: 20px;
          color: #4C555C;
          border: 1px solid #e8e8e8;
          display: inline-block;
          margin: .5%;
          width: 48%;
          vertical-align: middle;
          font-size: 17px;
          line-height: 25px; }
          @media (max-width: 900px) {
            .dynamic_fields section.center ul.blocks li {
              width: 100%;
              margin: .5% 0; } }
          @media (max-width: 550px) {
            .dynamic_fields section.center ul.blocks li {
              margin: 5px 0; } }
      .dynamic_fields section.center h3.title {
        margin-top: 45px;
        margin-bottom: 15px; }
      .dynamic_fields section.center p.small {
        font-size: 12px;
        line-height: 16px;
        font-style: italic;
        margin-top: 30px; }
    .dynamic_fields section.left {
      text-align: left; }
      @media (max-width: 550px) {
        .dynamic_fields section.left {
          text-align: center; } }
      .dynamic_fields section.left .container ul li {
        list-style: outside;
        margin-bottom: 10px; }
    .dynamic_fields section.white {
      background: #fff; }
      .dynamic_fields section.white .container {
        padding-right: 0; }
        @media (max-width: 900px) {
          .dynamic_fields section.white .container {
            padding-right: 15px; } }
    .dynamic_fields section.gray {
      background: #f3f3f3; }
      .dynamic_fields section.gray .info_block {
        border-bottom: 1px solid #d5d5d5; }
        .dynamic_fields section.gray .info_block:last-child {
          border-bottom: 0; }
    .dynamic_fields section.black, .dynamic_fields section.yellow, .dynamic_fields section.red {
      background: #231F20; }
      .dynamic_fields section.black.sign_up, .dynamic_fields section.yellow.sign_up, .dynamic_fields section.red.sign_up {
        padding: 75px 0; }
        @media (max-width: 550px) {
          .dynamic_fields section.black.sign_up, .dynamic_fields section.yellow.sign_up, .dynamic_fields section.red.sign_up {
            padding: 75px 0; } }
      .dynamic_fields section.black p, .dynamic_fields section.yellow p, .dynamic_fields section.red p {
        color: #fff;
        font-weight: 300;
        font-size: 19px;
        line-height: 32px; }
        .dynamic_fields section.black p.large, .dynamic_fields section.yellow p.large, .dynamic_fields section.red p.large {
          font-size: 22px;
          line-height: 30px; }
      .dynamic_fields section.black h1, .dynamic_fields section.black h2, .dynamic_fields section.black h3, .dynamic_fields section.yellow h1, .dynamic_fields section.yellow h2, .dynamic_fields section.yellow h3, .dynamic_fields section.red h1, .dynamic_fields section.red h2, .dynamic_fields section.red h3 {
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        margin-top: 0;
        margin-bottom: 15px; }
        @media (max-width: 550px) {
          .dynamic_fields section.black h1, .dynamic_fields section.black h2, .dynamic_fields section.black h3, .dynamic_fields section.yellow h1, .dynamic_fields section.yellow h2, .dynamic_fields section.yellow h3, .dynamic_fields section.red h1, .dynamic_fields section.red h2, .dynamic_fields section.red h3 {
            font-size: 28px;
            line-height: 35px;
            margin-bottom: 30px; } }
    .dynamic_fields section.red {
      background: #d2232a; }
      .dynamic_fields section.red.banner {
        background: #231F20;
        padding: 12px 0;
        margin-top: -3px; }
        .dynamic_fields section.red.banner p {
          margin: 0;
          font-size: 16px;
          line-height: 20px; }
        .dynamic_fields section.red.banner a {
          font-weight: bold;
          color: #fdb911; }
          @media (max-width: 550px) {
            .dynamic_fields section.red.banner a {
              display: block;
              padding-top: 4px;
              padding-bottom: 4px; } }
      .dynamic_fields section.red h2 {
        font-weight: 500; }
      .dynamic_fields section.red p {
        font-weight: 500; }
    .dynamic_fields section.yellow {
      background: #fdb913; }
      .dynamic_fields section.yellow h2 {
        font-weight: 400; }
      .dynamic_fields section.yellow p {
        font-weight: 300; }
      .dynamic_fields section.yellow .badges .badge-group h2 {
        font-weight: 500; }
      .dynamic_fields section.yellow:before {
        background: none;
        border: 2px solid #fff;
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: 0px;
        right: 0px;
        pointer-events: none; }
      .dynamic_fields section.yellow:after {
        background: none;
        border: 2px solid #fff;
        content: "";
        display: block;
        position: absolute;
        bottom: 7px;
        left: 0px;
        right: 0px;
        pointer-events: none; }
      .dynamic_fields section.yellow.why {
        background: #231F20; }
    .dynamic_fields section .testimonial {
      text-align: center;
      padding: 0 40px;
      position: relative; }
      .dynamic_fields section .testimonial.brackets {
        padding: 20px 60px 0 60px;
        max-width: 1000px;
        min-width: 750px;
        display: inline-block; }
        @media (max-width: 550px) {
          .dynamic_fields section .testimonial.brackets {
            padding: 10px 0px;
            min-width: 0; } }
        .dynamic_fields section .testimonial.brackets .fa {
          font-size: 30px;
          margin-bottom: 25px; }
      @media (max-width: 768px) {
        .dynamic_fields section .testimonial {
          padding: 0 50px; } }
      @media (max-width: 550px) {
        .dynamic_fields section .testimonial {
          padding: 0 10px; } }
      .dynamic_fields section .testimonial .bracket {
        border: 4px solid #fdb913;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px; }
        @media (max-width: 550px) {
          .dynamic_fields section .testimonial .bracket {
            display: none; } }
        .dynamic_fields section .testimonial .bracket.right {
          border-left: 0;
          right: 0; }
        .dynamic_fields section .testimonial .bracket.left {
          border-right: 0;
          left: 0; }
      .dynamic_fields section .testimonial p {
        font-size: 24px;
        line-height: 37px;
        font-weight: 300; }
        @media (max-width: 550px) {
          .dynamic_fields section .testimonial p {
            font-size: 22px;
            line-height: 33px; } }
        .dynamic_fields section .testimonial p.name {
          font-size: 24px;
          line-height: 25px;
          margin-top: 30px;
          font-weight: 400;
          font-style: italic; }
          @media (max-width: 550px) {
            .dynamic_fields section .testimonial p.name {
              font-size: 22px; } }
      .dynamic_fields section .testimonial .rating {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 0px; }
        .dynamic_fields section .testimonial .rating img {
          display: inline-block;
          height: 30px; }
      .dynamic_fields section .testimonial a.estimate_button {
        font-size: 19px;
        font-weight: 600;
        color: #231F20;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 40px;
        background: #fdb913;
        padding: 10px 25px;
        border-radius: 2px;
        border-bottom: 2px solid #e5a302; }
        @media (max-width: 350px) {
          .dynamic_fields section .testimonial a.estimate_button {
            font-size: 17px; } }
        .dynamic_fields section .testimonial a.estimate_button:hover {
          background: #e5a302; }
        .dynamic_fields section .testimonial a.estimate_button img {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          left: 5px; }
    .dynamic_fields section h1 {
      margin: 0 0 20px 0 !important;
      font-size: 26px;
      line-height: 34px;
      font-weight: 400; }
      @media (max-width: 450px) {
        .dynamic_fields section h1 {
          font-size: 26px;
          line-height: 33px; } }
    .dynamic_fields section h2 {
      font-size: 25px;
      font-weight: 400;
      line-height: 36px;
      margin: 0px 0 10px 0;
      color: #434d5f; }
      @media (max-width: 1100px) {
        .dynamic_fields section h2 {
          font-size: 24px;
          line-height: 32px; } }
    .dynamic_fields section h3 {
      font-size: 20px;
      line-height: 30px;
      color: #323a45;
      margin-top: 25px;
      margin-bottom: 5px;
      font-weight: 400; }
      .dynamic_fields section h3 strong {
        font-weight: 600; }
    .dynamic_fields section h6 {
      font-size: 13px;
      margin-bottom: 0;
      font-weight: 400;
      font-style: italic; }
    .dynamic_fields section p {
      font-size: 17px;
      line-height: 27px;
      font-weight: 300;
      margin: 5px 0 15px; }
      .dynamic_fields section p a {
        color: #2A5DB0;
        font-weight: 500; }
      .dynamic_fields section p.short {
        max-width: 715px;
        margin: 0 auto 45px; }
    .dynamic_fields section strong {
      font-weight: 500; }
    .dynamic_fields section ol {
      margin: 0;
      padding: 0 0 0 25px; }
    .dynamic_fields section ul {
      margin: 10px 0 20px 35px;
      padding: 0; }
    .dynamic_fields section ul li, .dynamic_fields section ol li {
      font-size: 17px;
      line-height: 20px;
      font-weight: 400;
      margin: 5px 0 15px;
      list-style: inside; }
    .dynamic_fields section .size-onehalf {
      float: left;
      width: 50%;
      height: auto;
      margin: 0 30px 15px 0; }
      @media (max-width: 550px) {
        .dynamic_fields section .size-onehalf {
          width: 100%; } }
    .dynamic_fields section .left {
      width: 50%;
      float: left; }
      @media (max-width: 900px) {
        .dynamic_fields section .left {
          width: 100%;
          float: none; } }
      .dynamic_fields section .left.text {
        padding-right: 50px; }
        @media (max-width: 900px) {
          .dynamic_fields section .left.text {
            padding: 0; } }
    .dynamic_fields section .right {
      width: 50%;
      float: right; }
      @media (max-width: 550px) {
        .dynamic_fields section .right {
          width: 100%;
          float: none;
          text-align: center; } }
      .dynamic_fields section .right.text {
        padding-left: 50px; }
        @media (max-width: 900px) {
          .dynamic_fields section .right.text {
            padding: 0; } }
      .dynamic_fields section .right.img img {
        width: 100%;
        float: right;
        max-width: 900px; }
        @media (max-width: 900px) {
          .dynamic_fields section .right.img img {
            float: none; } }
    .dynamic_fields section .filter_back {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .08;
      z-index: 0;
      background-color: #000;
      background-position: top center;
      background-size: cover !important; }
    .dynamic_fields section.footer .filter_back {
      opacity: .52; }
    .dynamic_fields section.footer.dark .filter_back {
      opacity: .15; }
    .dynamic_fields section.footer .container {
      max-width: 650px; }
    .dynamic_fields section.footer h2 {
      font-weight: 600;
      font-size: 36px; }
      @media (max-width: 550px) {
        .dynamic_fields section.footer h2 {
          font-size: 32px;
          line-height: 36px; } }
    .dynamic_fields section.footer p {
      font-size: 22px;
      font-weight: 400; }
  .dynamic_fields .desktop {
    display: inline-block; }
    @media (max-width: 550px) {
      .dynamic_fields .desktop {
        display: none; } }
  .dynamic_fields .mobile {
    display: none; }
    @media (max-width: 550px) {
      .dynamic_fields .mobile {
        display: inline-block; } }
  .dynamic_fields a.estimate_button {
    font-size: 19px;
    font-weight: 600;
    color: #231F20;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
    background: #fdb913;
    padding: 15px 25px;
    border-radius: 2px;
    border-bottom: 2px solid #e5a302;
    text-decoration: none !important; }
    .dynamic_fields a.estimate_button.solo {
      margin-top: 10px; }
    .dynamic_fields a.estimate_button.mobile {
      display: none !important; }
      @media (max-width: 550px) {
        .dynamic_fields a.estimate_button.mobile {
          display: inline-block !important; } }
    @media (max-width: 350px) {
      .dynamic_fields a.estimate_button {
        font-size: 17px; } }
    .dynamic_fields a.estimate_button:hover {
      background: #e5a302; }
    .dynamic_fields a.estimate_button img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -2px;
      left: 5px; }
    .dynamic_fields a.estimate_button.link_button {
      background: #fdb913;
      color: #231F20;
      font-size: 22px;
      border-radius: 3px;
      padding: 14px 22px;
      outline: none;
      display: inline-block;
      margin-left: 20px;
      font-weight: 500;
      vertical-align: middle;
      margin: 0 0 0 17px;
      text-transform: none; }
  .dynamic_fields section.location_no_link .team .member {
    display: inline-block !important; }
    .dynamic_fields section.location_no_link .team .member img {
      border: 3px solid #ffffff;
      box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .dynamic_fields section.location_no_link .team .member h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 6px; }
    .dynamic_fields section.location_no_link .team .member p {
      font-size: 16px;
      line-height: 25px; }
  .dynamic_fields section.location_no_link .block_line {
    display: none !important; }
  .dynamic_fields .team {
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    .dynamic_fields .team .member {
      display: inline-block;
      width: 29%;
      margin: 2%;
      vertical-align: top; }
      @media (max-width: 900px) {
        .dynamic_fields .team .member {
          width: 45%; } }
      @media (max-width: 550px) {
        .dynamic_fields .team .member {
          width: 100%;
          margin: 20px 0; } }
      .dynamic_fields .team .member.dynamic {
        width: 29%;
        max-width: 275px; }
        @media (max-width: 900px) {
          .dynamic_fields .team .member.dynamic {
            width: 45%; } }
        @media (max-width: 550px) {
          .dynamic_fields .team .member.dynamic {
            width: 100%; } }
        .dynamic_fields .team .member.dynamic img {
          width: 70%; }
      .dynamic_fields .team .member h2 {
        font-size: 28px;
        font-weight: 500;
        margin: 20px 0 0 0; }
        @media (max-width: 550px) {
          .dynamic_fields .team .member h2 {
            margin: 10px 0 0 0; } }
      .dynamic_fields .team .member p {
        margin: 0;
        font-size: 18px;
        max-height: 32px;
        overflow: hidden;
        font-weight: 300; }
      .dynamic_fields .team .member .circle {
        position: relative;
        border-radius: 50%;
        width: 80%;
        display: inline-block;
        height: auto;
        padding-top: 80%;
        background-size: cover;
        background-position: top center;
        border: 2px solid #eee; }
      .dynamic_fields .team .member img {
        border-radius: 50%;
        overflow: hidden;
        width: 80%;
        max-width: 300px; }
        @media (max-width: 550px) {
          .dynamic_fields .team .member img {
            max-width: 250px; } }
  .dynamic_fields .photo-gallery {
    padding: 0 0 100px 0;
    margin-top: -35px; }
    @media (max-width: 550px) {
      .dynamic_fields .photo-gallery {
        margin-top: -25px;
        padding-bottom: 65px; } }
    .dynamic_fields .photo-gallery.single {
      padding: 75px 0; }
      .dynamic_fields .photo-gallery.single h2 {
        margin-bottom: 50px; }
      .dynamic_fields .photo-gallery.single .project-block {
        width: 50%; }
        @media (max-width: 550px) {
          .dynamic_fields .photo-gallery.single .project-block {
            width: 100%; } }
    .dynamic_fields .photo-gallery.portfolio {
      padding: 0px 0; }
      .dynamic_fields .photo-gallery.portfolio .project-block {
        width: 33.3333333333%; }
        @media (max-width: 900px) {
          .dynamic_fields .photo-gallery.portfolio .project-block {
            width: 50%; } }
        @media (max-width: 550px) {
          .dynamic_fields .photo-gallery.portfolio .project-block {
            width: 100%; } }
    .dynamic_fields .photo-gallery .image-block {
      display: block;
      float: left;
      width: 25%;
      margin: 0;
      background: black;
      position: relative;
      display: block;
      overflow: hidden; }
      @media (max-width: 550px) {
        .dynamic_fields .photo-gallery .image-block {
          width: 50%; } }
      .dynamic_fields .photo-gallery .image-block a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: .25;
        z-index: 2; }
        .dynamic_fields .photo-gallery .image-block a:hover {
          opacity: 0; }
      .dynamic_fields .photo-gallery .image-block img {
        width: 100%;
        margin-bottom: -5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 1; }
      .dynamic_fields .photo-gallery .image-block:hover img {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
  .dynamic_fields .large_image_group {
    width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .dynamic_fields .large_image_group {
        border-bottom: 1px solid #ddd; } }
    .dynamic_fields .large_image_group .left {
      width: 50%;
      float: left;
      position: absolute;
      left: 0px;
      top: -1px;
      height: 100%;
      background-position: right top;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1100px) {
        .dynamic_fields .large_image_group .left {
          background-position: 67% top;
          width: 44%; } }
      @media (max-width: 768px) {
        .dynamic_fields .large_image_group .left {
          width: 100%;
          opacity: .1;
          z-index: 1; } }
    .dynamic_fields .large_image_group .right {
      width: 50%;
      float: right; }
      @media (max-width: 1100px) {
        .dynamic_fields .large_image_group .right {
          width: 100%;
          width: 56%; } }
      @media (max-width: 768px) {
        .dynamic_fields .large_image_group .right {
          width: 100%;
          position: relative;
          z-index: 2;
          text-align: left; } }
      .dynamic_fields .large_image_group .right .contain {
        padding: 90px 0px 50px 80px;
        max-width: 650px; }
        @media (max-width: 550px) {
          .dynamic_fields .large_image_group .right .contain {
            padding: 60px 30px; } }
        .dynamic_fields .large_image_group .right .contain h2 {
          text-transform: uppercase;
          margin-bottom: 40px; }
          @media (max-width: 550px) {
            .dynamic_fields .large_image_group .right .contain h2 {
              font-size: 28px; } }
        .dynamic_fields .large_image_group .right .contain ul.icon_bullets {
          list-style: none;
          padding: 0;
          margin: 15px 0 0 0; }
          .dynamic_fields .large_image_group .right .contain ul.icon_bullets li {
            list-style: none;
            padding: 0 80px 0 0;
            margin: 40px 0; }
            @media (max-width: 550px) {
              .dynamic_fields .large_image_group .right .contain ul.icon_bullets li {
                padding: 0; } }
            .dynamic_fields .large_image_group .right .contain ul.icon_bullets li img {
              float: left;
              margin: 0 40px 35px 0;
              position: relative;
              top: 7px; }
              @media (max-width: 550px) {
                .dynamic_fields .large_image_group .right .contain ul.icon_bullets li img {
                  margin-right: 20px;
                  margin-bottom: 110px; } }
            .dynamic_fields .large_image_group .right .contain ul.icon_bullets li p {
              line-height: 30px; }
  .dynamic_fields .info_block {
    width: 100%;
    float: left;
    padding: 35px 0px 30px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    /* border-top: 1px solid #e5e5e5; */ }
    .dynamic_fields .info_block:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .dynamic_fields .info_block h3 {
      font-weight: 500;
      margin-top: 0px; }
      .dynamic_fields .info_block h3 a {
        font-size: 15px;
        font-style: italic; }
    .dynamic_fields .info_block ul {
      display: inherit;
      margin-top: 15px;
      list-style: outside disc;
      margin-left: 1em; }
      .dynamic_fields .info_block ul li {
        position: relative;
        left: 1em;
        padding-right: 1em;
        margin-top: 5px;
        margin-bottom: 8px;
        line-height: 23px; }
    .dynamic_fields .info_block .content_container.on {
      display: inline-block;
      width: 100%; }
      .dynamic_fields .info_block .content_container.on .placeholder {
        content: '';
        width: 27%;
        margin-bottom: 13px; }
        @media (max-width: 768px) {
          .dynamic_fields .info_block .content_container.on .placeholder {
            width: 53%; } }
        @media (max-width: 550px) {
          .dynamic_fields .info_block .content_container.on .placeholder {
            display: none; } }
      .dynamic_fields .info_block .content_container.on.left .placeholder {
        float: left; }
    .dynamic_fields .info_block .image {
      border: 1px solid #e4e4e4;
      padding: 7px;
      background: #fff;
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 10px;
      position: relative;
      width: 25%; }
      @media (max-width: 550px) {
        .dynamic_fields .info_block .image {
          width: 100%;
          margin-top: 20px; } }
      .dynamic_fields .info_block .image.left {
        position: absolute;
        top: 35px; }
        @media (max-width: 550px) {
          .dynamic_fields .info_block .image.left {
            position: static;
            right: 0 !important;
            left: 0 !important; } }
      .dynamic_fields .info_block .image.left {
        left: 0px; }
        @media (max-width: 1100px) {
          .dynamic_fields .info_block .image.left {
            left: 0px; } }
    .dynamic_fields .info_block img.image {
      width: 25%; }
      @media (max-width: 768px) {
        .dynamic_fields .info_block img.image {
          width: 50%; } }
      @media (max-width: 550px) {
        .dynamic_fields .info_block img.image {
          width: 100%;
          margin: 20px 0 5px 0;
          padding: 0; } }
    .dynamic_fields .info_block .budget {
      font-size: 15px;
      line-height: 22px; }
      .dynamic_fields .info_block .budget span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; }
      .dynamic_fields .info_block .budget img {
        display: inline-block;
        vertical-align: middle;
        height: 17px; }
    .dynamic_fields .info_block p {
      font-size: 17px; }
  @media (max-width: 768px) {
    .dynamic_fields section.rounded .info_block {
      text-align: center; } }
  @media (max-width: 768px) {
    .dynamic_fields section.rounded .info_block .content_container.on .placeholder {
      display: none; } }
  .dynamic_fields section.rounded .info_block .image {
    width: 23%; }
    @media (max-width: 550px) {
      .dynamic_fields section.rounded .info_block .image {
        width: 100%;
        margin-top: 20px; } }
  .dynamic_fields section.rounded .info_block img.image {
    width: 23%;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .dynamic_fields section.rounded .info_block img.image {
        width: 50%;
        max-width: 260px !important;
        position: relative;
        margin: -20px 0 40px; } }
    @media (max-width: 550px) {
      .dynamic_fields section.rounded .info_block img.image {
        width: 100%;
        margin: -20px 0 40px;
        padding: 0; } }
  .dynamic_fields section.rounded_testimonials .container {
    display: inline-block;
    max-width: 850px !important; }
  @media (max-width: 768px) {
    .dynamic_fields section.rounded_testimonials .info_block {
      text-align: center; } }
  .dynamic_fields section.rounded_testimonials .info_block .content_container.on .placeholder {
    width: 18%; }
    @media (max-width: 768px) {
      .dynamic_fields section.rounded_testimonials .info_block .content_container.on .placeholder {
        display: none; } }
  .dynamic_fields section.rounded_testimonials .info_block .image {
    width: 15%; }
    @media (max-width: 550px) {
      .dynamic_fields section.rounded_testimonials .info_block .image {
        width: 100%;
        margin-top: 20px; } }
  .dynamic_fields section.rounded_testimonials .info_block img.image {
    width: 15%;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .dynamic_fields section.rounded_testimonials .info_block img.image {
        width: 50%;
        max-width: 260px !important;
        position: relative;
        margin: -20px 0 40px; } }
    @media (max-width: 550px) {
      .dynamic_fields section.rounded_testimonials .info_block img.image {
        width: 100%;
        margin: -20px 0 40px;
        padding: 0; } }
  .dynamic_fields .faqs_outer {
    margin-top: 40px; }
  .dynamic_fields .faq_block {
    text-align: left;
    border-top: 1px dashed #ccc;
    padding: 30px 15px 25px 15px;
    margin-bottom: 20px; }
  .dynamic_fields .question {
    font-size: 24px !important; }
  .dynamic_fields .header.title.faq {
    margin-top: -35px;
    background-image: url(https://certapro.com/wp-content/themes/certapro/images/faq-back.jpg);
    background-position: top center; }
  .dynamic_fields #areas {
    text-align: center; }
  .dynamic_fields .page_blocks {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    text-align: center;
    justify-content: center; }
    @media (max-width: 550px) {
      .dynamic_fields .page_blocks {
        margin-top: 25px; } }
    .dynamic_fields .page_blocks#areas .page_block h2 {
      font-weight: 400 !important; }
    .dynamic_fields .page_blocks .page_block {
      width: 30.8333333333%;
      margin: 1.2% 1%;
      display: inline-block;
      vertical-align: top;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      text-align: center;
      background: #ffffff;
      text-decoration: none;
      box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 900px) {
        .dynamic_fields .page_blocks .page_block {
          width: 48.4%;
          margin: .85% .65%; } }
      @media (max-width: 550px) {
        .dynamic_fields .page_blocks .page_block {
          width: 100%;
          margin: 10px 0;
          max-width: 400px;
          float: none;
          display: inline-block; } }
      @media (min-width: 900px) {
        .dynamic_fields .page_blocks .page_block:hover {
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; } }
  @media (min-width: 900px) and (max-width: 450px) {
    .dynamic_fields .page_blocks .page_block:hover {
      box-shadow: none; } }
      @media (min-width: 900px) {
          .dynamic_fields .page_blocks .page_block:hover .button.yellow {
            background: #fdb913;
            color: black;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          .dynamic_fields .page_blocks .page_block:hover img {
            opacity: 1;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; } }
      .dynamic_fields .page_blocks .page_block.padding {
        padding-bottom: 85px; }
      .dynamic_fields .page_blocks .page_block.link {
        text-decoration: none !important; }
        .dynamic_fields .page_blocks .page_block.link h2 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px;
          padding: 0 8px; }
          .dynamic_fields .page_blocks .page_block.link h2.blog-title {
            font-size: 19px;
            margin-bottom: 20px; }
          @media (max-width: 550px) {
            .dynamic_fields .page_blocks .page_block.link h2 {
              font-size: 19px !important; } }
        .dynamic_fields .page_blocks .page_block.link p {
          font-size: 15px;
          line-height: 24px;
          font-weight: 300;
          margin-bottom: 5px; }
      .dynamic_fields .page_blocks .page_block.no_hover:hover {
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
      .dynamic_fields .page_blocks .page_block.left {
        float: none; }
        .dynamic_fields .page_blocks .page_block.left p {
          margin-bottom: 10px; }
      .dynamic_fields .page_blocks .page_block.w_text h2 {
        font-weight: 600;
        margin: 20px 0 15px 0;
        font-size: 18px; }
        @media (max-width: 1100px) {
          .dynamic_fields .page_blocks .page_block.w_text h2 {
            font-size: 20px; } }
      .dynamic_fields .page_blocks .page_block.w_text p {
        font-size: 17px;
        line-height: 26px;
        margin: 15px 0 25px 0; }
      .dynamic_fields .page_blocks .page_block a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99; }
      .dynamic_fields .page_blocks .page_block img {
        width: 100%;
        opacity: 1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-bottom: 10px; }
      .dynamic_fields .page_blocks .page_block h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #231F20;
        margin: 0 0 15px 0;
        margin-top: 20px;
        overflow: hidden;
        padding: 0 8px; }
        .dynamic_fields .page_blocks .page_block h2.large {
          overflow: visible;
          color: #231F20;
          font-size: 22px; }
          .dynamic_fields .page_blocks .page_block h2.large span {
            width: 35px;
            height: 35px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            text-align: center;
            color: #231F20;
            background: #fdb913;
            border-radius: 50%;
            font-size: 20px;
            font-weight: 600;
            padding-top: 5px;
            position: relative;
            top: -2px; }
      .dynamic_fields .page_blocks .page_block p {
        font-size: 15px;
        font-weight: 300;
        padding: 0px 20px 10px;
        line-height: 28px;
        color: #231F20; }
        .dynamic_fields .page_blocks .page_block p.learn {
          text-transform: uppercase;
          margin-top: 5px;
          margin-bottom: 20px;
          display: inline-block;
          vertical-align: middle;
          color: #231F20;
          background: #fdb913;
          font-size: 16px;
          font-weight: 600;
          padding: 13px 36px 12px 25px;
          border-radius: 3px;
          border-bottom: 2px solid #f4ae02; }
          .dynamic_fields .page_blocks .page_block p.learn.two {
            color: #231F20 !important; }
          .dynamic_fields .page_blocks .page_block p.learn.nospace {
            padding-right: 20px; }
          .dynamic_fields .page_blocks .page_block p.learn img {
            width: 20px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 3px;
            left: 10px; }
        .dynamic_fields .page_blocks .page_block p.dark {
          background: #231F20;
          font-size: 19px;
          padding: 16px 40px 14px 30px;
          border-radius: 3px;
          text-transform: none;
          border-bottom: 0px;
          margin-bottom: 20px;
          font-weight: 400; }
          .dynamic_fields .page_blocks .page_block p.dark img {
            left: 10px;
            position: relative;
            top: 3px; }
      .dynamic_fields .page_blocks .page_block .centered {
        position: absolute;
        bottom: 5px;
        width: 100%;
        text-align: center; }
      .dynamic_fields .page_blocks .page_block.portfolio h2 {
        margin: 20px 0 5px 0;
        color: #231F20;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        padding: 0 15px; }
      .dynamic_fields .page_blocks .page_block.portfolio p {
        font-size: 17px;
        padding: 0 20px 30px; }
      .dynamic_fields .page_blocks .page_block.no_link {
        padding-bottom: 20px;
        text-align: left; }
        .dynamic_fields .page_blocks .page_block.no_link:hover {
          box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .dynamic_fields .page_blocks.two {
      max-width: 1100px;
      margin: 25px auto 0; }
      .dynamic_fields .page_blocks.two .page_block {
        width: 47.5%;
        margin: 1.5% 1%;
        max-width: 430px; }
        @media (max-width: 1100px) {
          .dynamic_fields .page_blocks.two .page_block {
            width: 47.5%;
            margin: 1.5% 1%; } }
        @media (max-width: 550px) {
          .dynamic_fields .page_blocks.two .page_block {
            width: 100%;
            margin: 10px 0; } }
        .dynamic_fields .page_blocks.two .page_block h2 {
          font-size: 20px;
          line-height: 24px; }
    .dynamic_fields .page_blocks.four .page_block {
      width: 23%; }
      @media (max-width: 1100px) {
        .dynamic_fields .page_blocks.four .page_block {
          width: 48.3%;
          margin: .85% .65%; } }
      @media (max-width: 550px) {
        .dynamic_fields .page_blocks.four .page_block {
          width: 100%;
          margin: 10px 0; } }
    .dynamic_fields .page_blocks.process .page_block {
      padding: 25px 30px 30px 30px;
      text-align: left;
      margin-bottom: 1.2%; }
      @media (max-width: 550px) {
        .dynamic_fields .page_blocks.process .page_block {
          padding: 25px; } }
      .dynamic_fields .page_blocks.process .page_block span.count {
        width: 45px;
        height: 45px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        text-align: center;
        color: #ffffff;
        background: #fdb913;
        border-radius: 50%;
        font-size: 22px;
        font-weight: 500;
        padding-top: 6px;
        position: relative;
        top: -2px; }
        @media (max-width: 550px) {
          .dynamic_fields .page_blocks.process .page_block span.count {
            width: 40px;
            height: 40px;
            font-size: 18px;
            padding-top: 2px;
            margin-right: 6px;
            top: -2px; } }
      .dynamic_fields .page_blocks.process .page_block h2 {
        color: #fdb913;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; }
        @media (max-width: 550px) {
          .dynamic_fields .page_blocks.process .page_block h2 {
            font-size: 20px; } }
      .dynamic_fields .page_blocks.process .page_block p {
        padding: 0;
        font-size: 18px; }
    .dynamic_fields .page_blocks.inline {
      text-align: center; }
      .dynamic_fields .page_blocks.inline .page_block {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 31.6333333333%; }
        @media (max-width: 550px) {
          .dynamic_fields .page_blocks.inline .page_block {
            width: 100%;
            margin: 10px 0;
            max-width: 400px;
            float: none;
            display: inline-block; } }
  .dynamic_fields .maps-cover {
    width: 100%;
    margin-bottom: -5px; }
    .dynamic_fields .maps-cover iframe {
      pointer-events: none;
      width: 100%; }
    .dynamic_fields .maps-cover.open {
      overflow: hidden;
      float: left;
      margin-top: -35px;
      position: relative;
      z-index: 99; }
      @media (max-width: 550px) {
        .dynamic_fields .maps-cover.open.desktop {
          display: none; } }
      .dynamic_fields .maps-cover.open iframe {
        pointer-events: all;
        width: 100%;
        height: 700px;
        margin-top: 0px; }
        @media (max-width: 1100px) {
          .dynamic_fields .maps-cover.open iframe {
            height: 600px; } }
  .dynamic_fields p iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin-top: 20px; }
    @media (max-width: 900px) {
      .dynamic_fields p iframe {
        height: 450px; } }
    @media (max-width: 768px) {
      .dynamic_fields p iframe {
        height: 309px;
        width: 550px; } }
    @media (max-width: 550px) {
      .dynamic_fields p iframe {
        height: 211px;
        width: 375px; } }
    @media (max-width: 450px) {
      .dynamic_fields p iframe {
        height: 169px;
        width: 300px; } }
    @media (max-width: 350px) {
      .dynamic_fields p iframe {
        height: 155px;
        width: 276px; } }
  .dynamic_fields .columns {
    width: 100%;
    margin-top: 60px; }
    @media (max-width: 550px) {
      .dynamic_fields .columns {
        margin-top: 30px; } }
    .dynamic_fields .columns.three .column {
      width: 33.3333333333%; }
      @media (max-width: 768px) {
        .dynamic_fields .columns.three .column {
          width: 100%;
          border-right: 0;
          border-bottom: 1px dashed #beb6b8; } }
    .dynamic_fields .columns .column {
      margin: 0;
      float: left;
      border-right: 2px dashed #beb6b8;
      padding: 40px; }
      @media (max-width: 550px) {
        .dynamic_fields .columns .column {
          padding: 35px 10px; } }
      .dynamic_fields .columns .column:last-child {
        border-right: 0;
        border-bottom: 0;
        padding-right: 0; }
      .dynamic_fields .columns .column:first-child {
        padding-left: 0; }
      .dynamic_fields .columns .column h3 {
        margin: 0 0 25px 0;
        font-size: 25px;
        font-weight: 600;
        color: #fdb913;
        font-family: 'Roboto', sans-serif;
        font-weight: 900; }
      .dynamic_fields .columns .column span.number {
        border: 4px solid #fdb913;
        color: #fdb913;
        padding: 10px;
        font-size: 25px;
        font-weight: 400;
        display: inline-block;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        line-height: 25px;
        margin-bottom: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900; }
  .dynamic_fields .painter-videos .row {
    padding: 25px 0; }
  @media (max-width: 1100px) {
    .dynamic_fields .painter-videos .col-xs-12.col-md-6 {
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .dynamic_fields .painter-videos .col-xs-12.col-md-6 {
      text-align: center;
      padding: 0 15px; }
      .dynamic_fields .painter-videos .col-xs-12.col-md-6 h2 {
        margin-top: 15px; } }
  @media (max-width: 550px) {
    .dynamic_fields .painter-videos .col-xs-12.col-md-6 iframe {
      height: 245px; } }
  @media (max-width: 450px) {
    .dynamic_fields .painter-videos .col-xs-12.col-md-6 iframe {
      height: 200px; } }
  .dynamic_fields .button {
    padding: 20px 45px;
    margin: 50px 5px 0px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
    @media (max-width: 350px) {
      .dynamic_fields .button {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 20px; } }
    .dynamic_fields .button.small {
      font-size: 18px;
      padding: 15px 20px;
      border-radius: 3px; }
    .dynamic_fields .button.black {
      color: #ffffff !important;
      background: #231F20; }
    .dynamic_fields .button.blue {
      background: #231F20;
      color: #fff; }
      .dynamic_fields .button.blue:hover {
        background: #3e3739; }
    .dynamic_fields .button.white {
      background: #fff;
      color: #231F20;
      border: 1px solid #231F20; }
      .dynamic_fields .button.white:hover {
        background: #231F20;
        color: #fff; }
    .dynamic_fields .button.yellow {
      background: #fdb913;
      border: none;
      border-bottom: 2px solid #db9c02;
      color: #231F20;
      padding: 20px 55px 20px 25px;
      font-size: 22px;
      width: auto;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 5px;
      border-radius: 3px;
      text-align: left;
      display: inline-block;
      float: none !important;
      outline: none;
      margin-left: 0; }
      .dynamic_fields .button.yellow.arrow {
        background: url(landing-templates/img/arrow_right_black.svg) no-repeat 93% center #fdb913; }
        .dynamic_fields .button.yellow.arrow:hover {
          background: url(landing-templates/img/arrow_right_black.svg) no-repeat 93% center #f4ae02; }
      .dynamic_fields .button.yellow.centered_arrow {
        text-align: center; }
        .dynamic_fields .button.yellow.centered_arrow span {
          display: inline-block;
          vertical-align: middle; }
        .dynamic_fields .button.yellow.centered_arrow img {
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px; }
      @media (max-width: 450px) {
        .dynamic_fields .button.yellow {
          width: 295px;
          font-size: 18px; } }
    .dynamic_fields .button.orange {
      background: #fdb913;
      color: #fff; }
      .dynamic_fields .button.orange:hover {
        background: #f4ae02; }
        @media (max-width: 1100px) {
          .dynamic_fields .button.orange:hover {
            background: #fdb913; } }
      .dynamic_fields .button.orange.round {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 0;
        margin-top: -50px;
        font-size: 17px;
        position: relative;
        top: -23px; }
  .dynamic_fields .block_line {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden; }
  .dynamic_fields .more_btn, .dynamic_fields .static_btn {
    font-weight: 500;
    font-size: 19px;
    background: black;
    color: #ffffff;
    margin-top: 25px;
    cursor: pointer;
    display: none; }
  .dynamic_fields .static_btn {
    display: inline-block !important; }
  .dynamic_fields .pending .loading {
    display: block; }
  .dynamic_fields .loading {
    display: none;
    padding-left: 170px;
    margin: 30px 0; }
  .dynamic_fields .loading-submit {
    margin: 0;
    padding-left: 150px; }
  .dynamic_fields .load:before,
  .dynamic_fields .load:after,
  .dynamic_fields .load div {
    content: '';
    height: 1em;
    width: 1em;
    border-radius: 100%;
    background: inherit;
    float: left;
    margin: 0 .1em;
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3);
    animation: loading .5s ease-in-out alternate infinite; }

@keyframes loading {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
  .dynamic_fields .load:before {
    animation-delay: 0s; }
  .dynamic_fields .load div {
    animation-delay: -.1s; }
  .dynamic_fields .load:after {
    animation-delay: -.2s; }
  .dynamic_fields .biggest {
    font-size: 256px; }
  .dynamic_fields .bigger {
    font-size: 128px; }
  .dynamic_fields .big {
    font-size: 64px; }
  .dynamic_fields .small {
    font-size: 32px; }
  .dynamic_fields .smaller {
    font-size: 16px; }
  .dynamic_fields .smallest {
    font-size: 8px; }
  .dynamic_fields .red {
    background: red; }
  .dynamic_fields .blue {
    background: #2196F3; }
  .dynamic_fields .teal {
    background: #009688; }
  .dynamic_fields .green {
    background: #4CAF50; }
  .dynamic_fields .amber {
    background: #FFC107; }
  .dynamic_fields .deep-orange {
    background: #FF5722; }
  .dynamic_fields .white {
    background: #FFFFFF; }
  .dynamic_fields .buttons {
    width: 100%;
    text-align: center; }
  .dynamic_fields .footer_disclaimer {
    background: #f4f4f4;
    text-align: center;
    padding: 20px; }
    .dynamic_fields .footer_disclaimer p {
      margin: 0px;
      font-size: 14px; }
  .dynamic_fields .testimonials-home {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    overflow: hidden; }
    .dynamic_fields .testimonials-home .group {
      width: 33.3333333333%;
      float: left;
      padding: 0 40px; }
      @media (max-width: 1100px) {
        .dynamic_fields .testimonials-home .group {
          padding: 0 20px; } }
      @media (max-width: 900px) {
        .dynamic_fields .testimonials-home .group {
          width: 100%;
          margin-bottom: 50px; } }
      .dynamic_fields .testimonials-home .group:last-child {
        margin-bottom: 0; }
      .dynamic_fields .testimonials-home .group img {
        width: 50%;
        border-radius: 50%;
        border: 3px solid #fff; }
        @media (max-width: 900px) {
          .dynamic_fields .testimonials-home .group img {
            max-width: 150px; } }
      .dynamic_fields .testimonials-home .group p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 20px;
        font-weight: 400; }
        .dynamic_fields .testimonials-home .group p.name {
          font-size: 22px;
          color: #ffffff;
          margin-top: 30px;
          font-weight: 600; }
          @media (max-width: 900px) {
            .dynamic_fields .testimonials-home .group p.name {
              margin-top: 15px; } }
          .dynamic_fields .testimonials-home .group p.name span {
            font-size: 18px; }
  @media (max-width: 768px) {
    .dynamic_fields #cboxNext, .dynamic_fields #cboxPrevious {
      bottom: 35px !important; } }
  .dynamic_fields .carousel {
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 550px) {
      .dynamic_fields .carousel {
        height: auto !important;
        display: none; } }
  .dynamic_fields .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .dynamic_fields .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0; }
    .dynamic_fields .slide.show {
      opacity: 1; }
    @media (max-width: 550px) {
      .dynamic_fields .slide {
        position: relative;
        opacity: 1;
        float: left; } }
    .dynamic_fields .slide .slide_contain {
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-top: 1px solid #EDE9E9;
      border-bottom: 1px solid #EDE9E9;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
      @media (max-width: 768px) {
        .dynamic_fields .slide .slide_contain {
          box-shadow: none; } }
      @media (max-width: 550px) {
        .dynamic_fields .slide .slide_contain {
          border: 0; } }
      .dynamic_fields .slide .slide_contain .left {
        width: 50%;
        float: left;
        background: url(/wp-content/themes/certapro/landing-templates/img/triangle.png) no-repeat right center #fdb913;
        text-align: left; }
        .dynamic_fields .slide .slide_contain .left * {
          color: #231F20; }
        @media (max-width: 768px) {
          .dynamic_fields .slide .slide_contain .left {
            padding: 10px 0 15px;
            width: 100%;
            background: url(/wp-content/themes/certapro/landing-templates/img/triangle_gray.png) no-repeat center bottom #fdb913;
            text-align: center; } }
        @media (max-width: 550px) {
          .dynamic_fields .slide .slide_contain .left {
            background: url(/wp-content/themes/certapro/landing-templates/img/triangle_up.svg) no-repeat center bottom #f4f4f4; } }
        .dynamic_fields .slide .slide_contain .left .contain {
          float: right;
          padding-right: 80px; }
      .dynamic_fields .slide .slide_contain .right {
        width: 50%;
        float: right;
        background: #ffffff; }
        @media (max-width: 768px) {
          .dynamic_fields .slide .slide_contain .right {
            width: 100%;
            background: #f4f4f4; } }
        @media (max-width: 550px) {
          .dynamic_fields .slide .slide_contain .right {
            background: #ffffff; } }
        .dynamic_fields .slide .slide_contain .right .contain {
          padding: 0; }
        .dynamic_fields .slide .slide_contain .right .helper {
          display: inline-block;
          height: 100%;
          width: 1px;
          vertical-align: middle; }
        .dynamic_fields .slide .slide_contain .right img {
          width: 140px;
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 768px) {
            .dynamic_fields .slide .slide_contain .right img {
              width: 100px;
              padding: 25px 0 15px; } }
          @media (max-width: 550px) {
            .dynamic_fields .slide .slide_contain .right img {
              width: 75px; } }
      .dynamic_fields .slide .slide_contain .contain {
        max-width: 640px;
        padding: 80px 40px; }
        @media (max-width: 768px) {
          .dynamic_fields .slide .slide_contain .contain {
            max-width: none;
            padding: 40px 40px 60px !important; } }
        .dynamic_fields .slide .slide_contain .contain h2 {
          font-size: 32px; }
          @media (max-width: 768px) {
            .dynamic_fields .slide .slide_contain .contain h2 {
              font-size: 28px; } }
        .dynamic_fields .slide .slide_contain .contain p {
          font-size: 19px;
          font-weight: 400; }
          @media (max-width: 768px) {
            .dynamic_fields .slide .slide_contain .contain p {
              font-size: 17px; } }
  .dynamic_fields .slide.active,
  .dynamic_fields .slide.left,
  .dynamic_fields .slide.right {
    z-index: 2;
    opacity: 1; }
  .dynamic_fields .js-reset-left {
    left: auto; }
  .dynamic_fields .slide.left {
    left: -100%;
    right: 0; }
  .dynamic_fields .slide.right {
    right: -100%;
    left: auto; }
  .dynamic_fields .transition .slide.left {
    left: 0%; }
  .dynamic_fields .transition .slide.right {
    right: 0%; }
  .dynamic_fields .transition .slide.shift-right {
    right: 100%;
    left: auto; }
  .dynamic_fields .transition .slide.shift-left {
    left: 100%;
    right: auto; }
  .dynamic_fields .transition .slide {
    transition-property: right, left, margin; }
  .dynamic_fields .indicators {
    width: 100%;
    position: absolute;
    bottom: -75px;
    z-index: 99;
    padding: 0;
    text-align: center; }
  .dynamic_fields .indicators li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 5px;
    background: transparent;
    border: 2px solid #fdb913;
    list-style-type: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-out; }
  .dynamic_fields .indicators li.active {
    background: #fdb913;
    border: 2px solid #fdb913; }
  .dynamic_fields .indicators li:hover {
    opacity: .8; }
  .dynamic_fields .slide {
    text-align: center;
    /*padding-top:25%;*/
    background-size: cover;
    background-position: center center; }

.locations .header.map {
  margin-top: -35px;
  height: 650px;
  background-image: url("/wp-content/themes/certapro/images/coverage-map-desktop.jpg");
  background-position: top center;
  background-size: contain; }
  @media (max-width: 1200px) {
    .locations .header.map {
      background-size: cover; } }
  @media (max-width: 900px) {
    .locations .header.map {
      background-image: url("/wp-content/themes/certapro/images/coverage-map.jpg");
      background-size: contain; } }
  @media (max-width: 768px) {
    .locations .header.map {
      height: 550px; } }
  @media (max-width: 550px) {
    .locations .header.map {
      height: 450px; }
      .locations .header.map p.subtitle {
        display: none; } }
  @media (max-width: 450px) {
    .locations .header.map {
      height: 350px; } }
  .locations .header.map .vertical .centered {
    padding: 0 20px; }
  .locations .header.map .filter {
    opacity: .20; }
    @media (max-width: 550px) {
      .locations .header.map .filter {
        opacity: .2; } }

.locations .location_main {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px dashed #ccc;
  display: inline-block;
  width: 100%; }
  .locations .location_main .location_column {
    width: 33.3333333333%;
    float: left;
    padding: 0 .2%; }
    @media (max-width: 768px) {
      .locations .location_main .location_column {
        width: 100%; } }
    .locations .location_main .location_column .location_block {
      width: 97.5%;
      margin: 2%;
      display: inline-block;
      vertical-align: top;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      text-align: center;
      background: #ffffff;
      text-decoration: none;
      box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .locations .location_main .location_column .location_block:hover {
        cursor: pointer; }
      @media (max-width: 768px) {
        .locations .location_main .location_column .location_block {
          margin: 5px; } }
      .locations .location_main .location_column .location_block h2 {
        font-size: 17px;
        line-height: 17px;
        font-weight: 600;
        color: #231F20;
        margin: 0;
        padding: 20px 20px 21px 20px;
        text-align: left; }
        .locations .location_main .location_column .location_block h2 span {
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0px;
          text-align: center;
          color: #ffffff;
          background: #fdb913;
          border-radius: 50%;
          font-size: 16px;
          font-weight: 600;
          padding-top: 0px;
          position: relative;
          top: -3px;
          line-height: 16px;
          margin-left: 3px;
          float: right; }
          .locations .location_main .location_column .location_block h2 span:before {
            content: '+'; }
          .locations .location_main .location_column .location_block h2 span.open:before {
            content: '-'; }
      .locations .location_main .location_column .location_block ul.location_list {
        display: none;
        overflow: hidden;
        padding-bottom: 1px;
        text-align: left;
        padding-left: 20px;
        margin-top: 0; }
        .locations .location_main .location_column .location_block ul.location_list.show {
          display: inline-block; }
        .locations .location_main .location_column .location_block ul.location_list li {
          list-style: none;
          padding-bottom: 0px !important; }
          .locations .location_main .location_column .location_block ul.location_list li a {
            text-decoration: none !important; }
            .locations .location_main .location_column .location_block ul.location_list li a:hover {
              text-decoration: underline !important; }

body figure {
  margin: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.touch {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .touch .wrapper {
    width: 100%; }
  .touch .internal {
    display: inline; }

#featured-video {
  width: 100%;
  max-width: 550px; }

/* Hide video controls */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.video-container {
  position: relative;
  cursor: pointer;
  text-align: center; }

.play-button {
  text-align: left;
  position: absolute;
  cursor: pointer;
  top: 24%;
  left: 35%;
  padding: 15px;
  border: 4px solid #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transition: all 100ms ease-in; }

.triangle, .triangle:before, .triangle:after {
  width: 4em;
  height: 4em; }

.triangle {
  cursor: pointer;
  top: -43px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  margin: 7em auto 0;
  border-radius: 20%;
  transform: rotate(0deg) skewY(30deg) scaleX(0.866) scale(1.3);
  cursor: pointer;
  pointer-events: none; }

.triangle:before, .triangle:after {
  text-align: left;
  position: absolute;
  background: #fff;
  pointer-events: auto;
  content: '';
  transition: all 100ms ease-in; }

.triangle:before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%); }

.triangle:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%); }

.video-container:hover .play-button {
  border-color: #efefef; }

.video-container:hover .triangle:before,
.video-container:hover .triangle:after {
  background: #efefef; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Grid Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  #grid[data-columns]::before {
    content: '1 .col-xs-12'; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  #grid[data-columns]::before {
    content: '2 .col-xs-6'; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #grid[data-columns]::before {
    content: '3 .col-sm-4'; } }

@media screen and (min-width: 992px) and (max-width: 9999px) {
  #grid[data-columns]::before {
    content: '4 .col-md-3'; } }

#container {
  width: 1200px;
  margin: 0 auto; }

/* 
 * Masonry Media Queries
 */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  #container {
    width: 1000px; } }

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
  #container {
    width: 800px; } }

@media only screen and (max-width: 799px), only screen and (max-device-width: 799px) {
  #container {
    width: 600px; } }

@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
  #container {
    width: 400px; } }

@media only screen and (max-width: 399px), only screen and (max-device-width: 399px) {
  #container {
    width: 200px; } }

/*--------------------------------------------------------------
## Header Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .touch {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .touch .wrapper {
      width: 100%; }
    .touch .internal {
      display: inline; } }

@media screen and (min-width: 992px) and (max-width: 9999px) {
  .container, .row {
    max-width: 1920px; } }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#sidebar-outer {
  padding-left: 0;
  padding-right: 0; }
  #sidebar-outer .nav .active {
    border-bottom: none; }
  #sidebar-outer #sidebar {
    margin-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 992px) {
      #sidebar-outer #sidebar {
        margin-top: 0; } }
    #sidebar-outer #sidebar #menu-residential-local-sidebar,
    #sidebar-outer #sidebar #menu-commercial-local-sidebar {
      padding-top: 1rem;
      padding-bottom: 60px; }
    #sidebar-outer #sidebar nav > ul {
      float: none; }
      #sidebar-outer #sidebar nav > ul > li {
        display: block;
        float: none; }
    #sidebar-outer #sidebar .current-page-ancestor > a {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #fdb913; }
    #sidebar-outer #sidebar .active > a, #sidebar-outer #sidebar .active > a:visited, #sidebar-outer #sidebar .active > a:hover, #sidebar-outer #sidebar .active > a:active {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #fdb913; }
    #sidebar-outer #sidebar.widget-area ul.sub-menu {
      padding-left: 0;
      list-style: none;
      margin-top: 0; }
      #sidebar-outer #sidebar.widget-area ul.sub-menu .menu-item-has-children > ul {
        display: none; }
      #sidebar-outer #sidebar.widget-area ul.sub-menu .menu-item-has-children.active > ul {
        display: inherit; }
      #sidebar-outer #sidebar.widget-area ul.sub-menu .current-menu-ancestor > ul,
      #sidebar-outer #sidebar.widget-area ul.sub-menu .current_page_item.menu-item-has-children > ul {
        display: inherit; }
        #sidebar-outer #sidebar.widget-area ul.sub-menu .current-menu-ancestor > ul > li a,
        #sidebar-outer #sidebar.widget-area ul.sub-menu .current_page_item.menu-item-has-children > ul > li a {
          font-size: 90%;
          padding: 0.5rem 1rem 0.5rem 2rem !important; }
    @media screen and (min-width: 992px) {
      #sidebar-outer #sidebar #sidebar-wrapper {
        border-right: 1px solid #cdcdcd; } }
    #sidebar-outer #sidebar #sidebar-wrapper li {
      margin: 0; }
      #sidebar-outer #sidebar #sidebar-wrapper li.social {
        border-bottom: none; }
      #sidebar-outer #sidebar #sidebar-wrapper li > a {
        display: block;
        border-bottom: 0;
        padding: 1rem 2rem; }
        #sidebar-outer #sidebar #sidebar-wrapper li > a:hover, #sidebar-outer #sidebar #sidebar-wrapper li > a:focus {
          text-decoration: underline;
          background-color: transparent; }
      #sidebar-outer #sidebar #sidebar-wrapper li > a[href='#estimate'] {
        background-color: #333;
        color: #fff; }
        #sidebar-outer #sidebar #sidebar-wrapper li > a[href='#estimate']:hover {
          background-color: #333; }
      #sidebar-outer #sidebar #sidebar-wrapper li.sb-phone {
        border-top: solid 1px #cdcdcd;
        font-weight: bold; }
        #sidebar-outer #sidebar #sidebar-wrapper li.sb-phone #local-phone {
          padding-bottom: 0.25rem;
          border-top: none; }
        #sidebar-outer #sidebar #sidebar-wrapper li.sb-phone #local-email {
          padding-top: 0.25rem;
          border-top: none;
          font-size: 90%; }
      #sidebar-outer #sidebar #sidebar-wrapper li.sb-address {
        font-size: 90%;
        color: #333333;
        border-top: solid 1px #cdcdcd;
        padding: 1.5rem 2rem; }
      #sidebar-outer #sidebar #sidebar-wrapper li.sb-areas {
        font-size: 90%;
        color: #333333;
        padding: 1.5rem 2rem;
        border-top: solid 1px #cdcdcd; }
        #sidebar-outer #sidebar #sidebar-wrapper li.sb-areas span.title {
          display: inline-block;
          font-weight: bold;
          color: black;
          padding-bottom: 0.5rem; }
        #sidebar-outer #sidebar #sidebar-wrapper li.sb-areas a {
          border-top: none;
          padding: 0.5rem 1.5rem; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-pad-marg {
  margin: 0 !important;
  padding: 0 !important; }

/* 
 * HERO *
 */
#hero {
  margin-top: 0; }

.hero-image {
  position: relative;
  background: white url("images/home/FPO .jpg") no-repeat;
  width: 100%;
  min-height: 26.625em; }

#hero-bar {
  position: absolute;
  bottom: 40%;
  width: 100%;
  height: 20%;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 10; }

.hero-btn {
  color: #333333;
  background-color: white;
  border-radius: 0; }

.hero-text {
  padding: 1.25em 0 0 10em;
  margin: 0;
  overflow: auto; }

/* 
 * CERTAINTY *
 */
section#certainty h2 {
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    section#certainty h2 {
      margin-top: 2rem; } }

section#certainty .certainty-container {
  padding-top: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    section#certainty .certainty-container {
      padding-bottom: 2rem; } }
  section#certainty .certainty-container .certainty-box {
    flex: 0 0 auto;
    width: 90%;
    margin: 7px 0;
    text-align: center;
    margin: 0rem 1rem 0.5rem 1rem; }
    @media screen and (min-width: 480px) {
      section#certainty .certainty-container .certainty-box {
        width: 39%;
        margin: 0.75rem 1.5rem; } }
    @media screen and (min-width: 768px) {
      section#certainty .certainty-container .certainty-box {
        width: 41%;
        margin: 0.75rem 1.5rem; } }
    @media screen and (min-width: 992px) {
      section#certainty .certainty-container .certainty-box {
        width: 24%;
        margin: 1rem 2rem; } }
    @media screen and (min-width: 1200px) {
      section#certainty .certainty-container .certainty-box {
        width: 16%;
        margin: 1rem 1rem; } }
    section#certainty .certainty-container .certainty-box div > circle {
      display: inline-block;
      width: 5em;
      height: 5em;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      border-radius: 50px;
      border: 0.25em solid #fdb913; }
    section#certainty .certainty-container .certainty-box .fa,
    section#certainty .certainty-container .certainty-box .ca {
      position: relative;
      padding: .25em;
      color: #fdb913; }
    section#certainty .certainty-container .certainty-box .ca {
      font-size: 3em; }

/* 
 * REVIEW *
 */
section#review {
  padding-top: 3em; }
  section#review .review-single {
    font-style: italic; }
  section#review .signature-block {
    font-size: 14px;
    font-size: 0.875rem; }
    section#review .signature-block span {
      font-weight: bold;
      color: #1f1f1f; }
  section#review .col-md-10 {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 1em 1em; }

/* 
 * CROSS SELL *
 */
#quad-box {
  background-color: #efefef;
  padding-top: 0;
  /* LOCAL VERSION OVERRIDES */ }
  #quad-box .container, #quad-box .quad-container {
    background-color: white;
    max-width: 90%;
    margin: 4em auto 4rem auto; }
    @media screen and (min-width: 768px) {
      #quad-box .container, #quad-box .quad-container {
        margin: 6em auto; } }
  #quad-box .quad-text {
    margin: 2rem; }
    #quad-box .quad-text a {
      text-decoration: underline;
      font-weight: bold; }
      #quad-box .quad-text a i {
        color: #fdb913; }
    #quad-box .quad-text h2 {
      margin-top: 20px; }
    @media screen and (min-width: 992px) {
      #quad-box .quad-text.quad-text--left {
        margin: 2rem;
        margin-top: 0rem;
        margin-right: 6rem;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      #quad-box .quad-text.quad-text--left {
        margin: 5rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-right: 9rem;
        text-align: left; } }
    @media screen and (min-width: 992px) {
      #quad-box .quad-text.quad-text--right {
        margin: 2rem;
        margin-left: 6rem;
        text-align: right; } }
    @media screen and (min-width: 1200px) {
      #quad-box .quad-text.quad-text--right {
        margin: 5rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: 9rem;
        text-align: right; } }
  #quad-box .quad-img {
    margin: 0;
    padding: 0; }
  #quad-box.quad-box--local {
    background-color: transparent; }
    #quad-box.quad-box--local .container {
      max-width: 100%;
      margin: 3em 0; }
    #quad-box.quad-box--local .container, #quad-box.quad-box--local .quad-container {
      border: 1px solid #fdb913; }
    #quad-box.quad-box--local .quad-text {
      font-size: 90%;
      margin: 1rem; }
      @media screen and (min-width: 1200px) {
        #quad-box.quad-box--local .quad-text {
          font-size: inherit;
          margin: 1.5rem; } }
      @media screen and (max-width: 1199px) {
        #quad-box.quad-box--local .quad-text h2 {
          font-size: 150%;
          margin-top: 0;
          margin-bottom: 10px; } }

/* 
 * INSPIRATION *
 */
#inspiration {
  padding: 0;
  margin: 5em 0 5em 0; }

/* RESIDENTIAL PAINTING */
/* 
 * DIFFERENCE *
 */
#difference li {
  list-style-type: none; }

/* 
 * RECENT-WORK *
 */
section#recent-work {
  border-top: solid 1px #cdcdcd;
  padding-top: 3em;
  margin-top: 3rem; }
  section#recent-work .block {
    padding-right: 1rem; }
    section#recent-work .block:last-child {
      padding-right: 0;
      padding-left: 1rem; }
    section#recent-work .block a img {
      width: 100%;
      height: 15rem;
      margin-bottom: 1rem;
      object-fit: cover;
      font-family: 'object-fit: cover'; }
      @media screen and (min-width: 768px) {
        section#recent-work .block a img {
          height: 13rem; } }
      @media screen and (min-width: 992px) {
        section#recent-work .block a img {
          height: 13rem; } }
      @media screen and (min-width: 1200px) {
        section#recent-work .block a img {
          height: 14rem; } }
  section#recent-work h2 {
    margin-top: 0; }

/* 
 * OUR APPROACH *
 */
section#approach {
  border-top: solid 1px #cdcdcd;
  padding-top: 3em;
  margin-top: 3rem;
  text-align: center; }
  section#approach h2 {
    margin-top: 0; }

/* 
 * OUR TEAM *
 */
section#our-team {
  border-top: solid 1px #cdcdcd;
  padding-top: 3em;
  margin-top: 3rem;
  margin-bottom: 6rem; }
  section#our-team h2 {
    margin-top: 0; }
  section#our-team h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-weight: normal;
    font-size: 1rem; }
  section#our-team h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 1.5rem; }
  section#our-team h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 1rem; }

/* 
 * DIFFERENCE *
 */
section#difference {
  border-top: solid 1px #cdcdcd;
  padding-top: 3em;
  margin-top: 3rem; }
  section#difference h2 {
    margin-top: 0; }

/* 
 * SERVICES UNIT *
 */
section#services .row {
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    section#services .row {
      padding-bottom: 4rem; } }

section#services h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.5rem; }

/* 
 * PORTFOLIO UNIT *
 */
#portfolio {
  margin-top: 3rem; }
  #portfolio #portfolio-single {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1rem; }
    #portfolio #portfolio-single span.upper {
      color: black;
      position: absolute;
      top: 0;
      right: 15px;
      display: inline-block;
      padding: 0.25rem 0.5rem;
      background-color: rgba(255, 255, 255, 0.8); }
    #portfolio #portfolio-single h6 {
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }

/* 
 * REFRESH *
 */
#refresh .box {
  margin: 0 3em 3em 0;
  max-width: 30%; }

/*
 * INSPIRATION *
 */
.toggler {
  width: 31.25em;
  height: 12.5em; }

#button {
  padding: .5em 1em;
  text-decoration: none; }

#effect {
  position: relative;
  width: 15em;
  height: 10.625em;
  padding: 0.4em; }

/* PROMO BOX */
section#promo .block {
  border: solid 1px #cdcdcd; }

section#promo .promo-block h2 {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    section#promo .promo-block h2 {
      text-align: left;
      font-size: 1.75rem; } }
  @media screen and (min-width: 992px) {
    section#promo .promo-block h2 {
      font-size: 1.85rem; } }

section#promo .promo-block span {
  display: block;
  color: #333333;
  font-size: 1rem;
  text-align: center;
  padding-right: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    section#promo .promo-block span {
      text-align: left;
      padding-bottom: 0; } }

section#promo .promo-block .left-line {
  border-left: solid 1px #cdcdcd;
  padding: 1rem 1rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    section#promo .promo-block .left-line.left-line--first {
      border-left: none; } }
  section#promo .promo-block .left-line h3 {
    margin: 0;
    font-size: 2.5rem;
    color: #fdb913;
    text-transform: uppercase;
    text-align: center; }
  section#promo .promo-block .left-line h4 {
    margin: 0;
    font-size: 1.25rem;
    color: #fdb913;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section#promo .promo-block .left-line h4 {
        font-size: 1rem; } }

section#promo .fine-print {
  padding-top: 1rem;
  font-size: 0.75rem; }

section#promo .link-bar {
  display: block;
  padding: 1rem 2rem;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1rem; }
  section#promo .link-bar:visited, section#promo .link-bar:hover, section#promo .link-bar:active {
    color: white; }

.cert-badges .cert-badge {
  padding: 0.5rem; }
  @media screen and (min-width: 768px) {
    .cert-badges .cert-badge {
      padding: 2rem; } }

.blog-item {
  border-bottom: dotted 1px #cdcdcd;
  margin-bottom: 3rem; }
  .blog-item .blog-image-preview {
    padding-bottom: 1rem; }
  .blog-item h3.entry-title {
    margin-top: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: normal;
    font-size: 1.75rem; }
  .blog-item h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: normal;
    color: #333;
    text-transform: none;
    font-size: 0.9rem;
    margin-bottom: 0; }
  .blog-item .read-more-link {
    display: block;
    padding-top: 1rem; }

/* LOCATIONS PAGE */
#statelocator .country-links {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-weight: normal;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  #statelocator .country-links .country-link {
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0 4rem;
    font-size: 2rem; }
    #statelocator .country-links .country-link.active {
      border-bottom: 2px solid #fdb913; }

#statelocator .state-leadin {
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #fdb913; }

#statelocator .state-franchise-block {
  padding: 2rem 1rem; }

#statelocator .state-locator-loading {
  padding: 6rem;
  text-align: center; }
  #statelocator .state-locator-loading img {
    max-width: 32px; }

/* PRIMARY CONTENT AREA */
#primary.content-area {
  /* OUR TEAM PAGE */
  /* 
     * SERVICES BOXES UNIT *
     */
  /* 
     * SITE MAP CONTENT *
     */ }
  #primary.content-area.no-featured-image {
    padding-top: 0; }
  #primary.content-area h1 {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      #primary.content-area h1 {
        margin-top: 3rem; } }
    #primary.content-area h1.our-team-name {
      margin-top: 0; }
  #primary.content-area a {
    text-decoration: underline; }
    #primary.content-area a:hover {
      text-decoration: underline; }
    #primary.content-area a.cbtn, #primary.content-area a.job-posting {
      text-decoration: none; }
  #primary.content-area h1 > a, #primary.content-area h2 > a, #primary.content-area h3 > a, #primary.content-area h4 > a, #primary.content-area h5 > a {
    text-decoration: none;
    font-weight: normal; }
    #primary.content-area h1 > a:hover, #primary.content-area h2 > a:hover, #primary.content-area h3 > a:hover, #primary.content-area h4 > a:hover, #primary.content-area h5 > a:hover {
      text-decoration: underline; }
  #primary.content-area img {
    max-width: 100%; }
  #primary.content-area #portfolio a {
    text-decoration: none;
    font-weight: normal; }
  #primary.content-area #portfolio img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover'; }
  #primary.content-area #portfolio .modal-body img {
    height: auto;
    max-height: 700px; }
  #primary.content-area li {
    padding-bottom: 0.75rem; }
  #primary.content-area .our-team-photo {
    padding-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      #primary.content-area .our-team-photo {
        padding-right: 2rem;
        padding-bottom: 1rem; } }
    #primary.content-area .our-team-photo .photo {
      width: 15rem;
      height: 15rem;
      background-size: contain; }
    #primary.content-area .our-team-photo img {
      width: 100%;
      height: 25rem;
      object-fit: cover;
      font-family: 'object-fit: cover'; }
      @media screen and (min-width: 768px) {
        #primary.content-area .our-team-photo img {
          width: 100%;
          height: 13rem; } }
      @media screen and (min-width: 992px) {
        #primary.content-area .our-team-photo img {
          width: 100%;
          height: 13rem; } }
      @media screen and (min-width: 1200px) {
        #primary.content-area .our-team-photo img {
          width: 100%;
          height: 14rem; } }
  #primary.content-area .our-team-info h1.our-team-name span.our-team-position {
    display: block;
    font-size: 1.5rem; }
  #primary.content-area .our-team-info p.our-team-field {
    margin-bottom: 1rem; }
  #primary.content-area .our-team-info .ot-email, #primary.content-area .our-team-info .ot-phone {
    font-weight: bold; }
  #primary.content-area .our-team-block {
    margin-top: 3rem;
    border-top: solid 1px #cdcdcd;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #primary.content-area .our-team-block .block {
      display: -ms-flexbox;
      flex: 0 0 auto;
      width: 100%;
      margin: 7px 0;
      text-align: center;
      width: 41%;
      margin: 0.5rem 1rem; }
      @media screen and (min-width: 480px) {
        #primary.content-area .our-team-block .block {
          width: 26%;
          margin: 0.6 1.1rem; } }
      @media screen and (min-width: 768px) {
        #primary.content-area .our-team-block .block {
          width: 26%;
          margin: 0.75rem 1.5rem; } }
      @media screen and (min-width: 992px) {
        #primary.content-area .our-team-block .block {
          width: 24%;
          margin: 1rem 2rem; } }
      @media screen and (min-width: 1200px) {
        #primary.content-area .our-team-block .block {
          width: 25%;
          margin: 1rem 2rem; } }
      #primary.content-area .our-team-block .block a {
        text-decoration: none; }
        #primary.content-area .our-team-block .block a:hover {
          text-decoration: underline; }
      #primary.content-area .our-team-block .block h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: none;
        font-size: 1.25rem;
        padding-top: 1rem; }
      #primary.content-area .our-team-block .block h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-weight: normal;
        font-size: 0.9rem;
        margin-top: 0.5rem; }
        #primary.content-area .our-team-block .block h5 span {
          font-weight: bold;
          color: #231F20; }
      #primary.content-area .our-team-block .block img {
        border: solid 1px #cdcdcd; }
  #primary.content-area section.services-boxes {
    padding-top: 0;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #cdcdcd;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    #primary.content-area section.services-boxes .service-box-container {
      display: -ms-flexbox;
      display: flex;
      flex: 0 0 auto;
      width: 100%;
      margin: 7px 0;
      border: dotted 1px #cdcdcd;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #primary.content-area section.services-boxes .service-box-container {
          width: 47%;
          margin: 7px; } }
      @media screen and (min-width: 992px) {
        #primary.content-area section.services-boxes .service-box-container {
          width: 31%;
          margin: 7px; } }
      @media screen and (min-width: 1200px) {
        #primary.content-area section.services-boxes .service-box-container {
          width: 23%;
          margin: 7px; } }
      #primary.content-area section.services-boxes .service-box-container:hover {
        border: solid 1px #fdb913; }
      #primary.content-area section.services-boxes .service-box-container a {
        display: block;
        margin: auto;
        width: 100%;
        padding: 0.5rem 1rem;
        font-weight: normal;
        text-decoration: none; }
        #primary.content-area section.services-boxes .service-box-container a:hover, #primary.content-area section.services-boxes .service-box-container a:active {
          color: black; }
  #primary.content-area ul.sitemap {
    padding-left: 15px; }
    #primary.content-area ul.sitemap li > ul {
      padding-left: 15px; }
    #primary.content-area ul.sitemap a {
      font-weight: normal; }
  @media screen and (min-width: 992px) {
    #primary.content-area {
      padding-left: 30px; } }
  @media screen and (min-width: 1200px) {
    #primary.content-area {
      padding-left: 50px; } }

#content.site-content {
  padding-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    #content.site-content {
      padding-bottom: 3rem; } }
  #content.site-content.front-page {
    padding-top: 0;
    margin-top: -2rem; }
    @media screen and (min-width: 768px) {
      #content.site-content.front-page {
        margin-top: -2rem; } }
  #content.site-content a.back-link {
    display: block;
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 1.5rem; }

/*
 * Hurrican Harvey Landing *
 */
.page_blocks {
  margin-top: 20px; }
  .page_blocks .page_block {
    width: 31.6333333333%;
    margin: .65% .65%;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    background: #fdb913;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    @media (max-width: 900px) {
      .page_blocks .page_block {
        width: 48.4%;
        margin: .85% .65%; } }
    @media (max-width: 550px) {
      .page_blocks .page_block {
        width: 100%;
        margin: 10px 0;
        max-width: 400px;
        float: none;
        display: inline-block; } }
    @media (min-width: 900px) {
      .page_blocks .page_block:hover {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.25); } }
  @media (min-width: 900px) and (max-width: 450px) {
    .page_blocks .page_block:hover {
      box-shadow: none; } }
    @media (min-width: 900px) {
        .page_blocks .page_block:hover img {
          opacity: 1; } }
    .page_blocks .page_block a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999999; }
    .page_blocks .page_block img {
      width: 100%;
      opacity: 1; }
    .page_blocks .page_block h2 {
      font-size: 22px;
      line-height: 29px;
      font-weight: 300;
      margin: 0 0 30px 0;
      margin-top: 20px;
      overflow: hidden; }
    .page_blocks .page_block p {
      font-size: 20px;
      font-weight: 400;
      padding: 0px 20px 10px;
      line-height: 30px; }
    .page_blocks .page_block.portfolio h2 {
      font-size: 23px;
      line-height: 30px;
      font-weight: 400;
      margin: 15px 0 5px 0;
      text-align: center;
      color: white;
      font-weight: bold; }
    .page_blocks .page_block.portfolio p {
      font-size: 17px;
      padding: 0 20px 30px; }
    .page_blocks .page_block.no_link {
      padding-bottom: 10px;
      text-align: left; }
      .page_blocks .page_block.no_link:hover {
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }

.questions {
  width: 100%;
  text-align: center; }
  .questions .question {
    width: 31.6333333333%;
    margin: .65% .65%;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 30px 0; }
    @media (max-width: 900px) {
      .questions .question {
        width: 48.4%;
        margin: .85% .65%; } }
    @media (max-width: 550px) {
      .questions .question {
        width: 100%;
        margin: 10px 0;
        max-width: 400px;
        float: none;
        display: inline-block;
        padding: 15px 0; } }
    .questions .question img {
      display: inline-block;
      height: 100px; }
    .questions .question p {
      margin: 15px 0 0 0;
      padding: 0;
      font-size: 15px; }

.full_image {
  width: 100%; }

/*
 * Careers *
 */
body[class*=careers] #main {
  padding-left: 3rem;
  line-height: 2rem; }
  body[class*=careers] #main .page-header {
    padding: 0;
    margin: 0;
    border: 0; }
  body[class*=careers] #main .container {
    max-width: calc(100% - 11rem);
    margin-left: 0; }

/*
 * Twenty Fifth *
 */
.twenty-fifth {
  text-align: center; }
  .twenty-fifth .twenty-fifth-mast {
    margin: auto;
    background: url("images/home/25years.png");
    background-size: contain;
    height: 200px;
    width: 200px; }

#footer-nav .ca {
  font-size: 3em; }

/*--------------------------------------------------------------
## Grids
--------------------------------------------------------------*/
/* 
 * BOX *
 */
.box:before, .box:after, .grid:before, .grid:after, .hero-text:after {
  box-sizing: inherit;
  overflow: auto; }

.box {
  display: inline-block;
  float: left; }
  .box img {
    margin-bottom: 0.5em; }

.border-box {
  border: 1px solid #f4f4f4;
  margin-right: 1em; }

/* 
 * MASONRY GRID *
 */
.grid {
  background: white;
  width: 100%; }

.grid:after:before, .grid:after:after {
  content: " ";
  display: table; }

.grid:after:after {
  clear: both; }

/* ---- grid-item ---- */
.grid-sizer, .grid-item {
  width: 32%; }

.gutter-sizer {
  width: 2%; }

.grid-item {
  float: left;
  margin-bottom: 2em;
  margin-right: 0;
  padding-right: 0; }

.grid-item--width1 {
  width: 32%; }

.grid-item--width2 {
  width: 64%; }

.grid-item--width3 {
  width: 96%; }

.grid-item--height1 {
  height: 32%; }

.grid-item--height2 {
  height: 64%; }

.grid-item--height3 {
  height: 96%; }

.insp-inner {
  background: #fdb913 url("https://certapro.com/wp-content/themes/certapro/images/home/Rectangle41copy4.jpg");
  padding: 3.25%; }
  .insp-inner p, .insp-inner h6 {
    text-align: center; }

/* 
 * FLEX BOX *
 */
.vertical-align {
  display: flex;
  flex-direction: row; }

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  /* Align the flex-items vertically */
  justify-content: center;
  /* Optional, to align inner flex-items 
                              horizontally within the column  */ }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* --------- Custom Breakpoints ---------- */
/* ----------- Styles ------------- */
fieldset {
  border: 0;
  padding: 0;
  width: 100%; }
  fieldset legend {
    display: none; }

.hide_text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

body.noscroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0; }

.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .transition:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.clear {
  clear: both; }

/* @group Modal */
.modal_main {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  text-align: center;
  display: none;
  -webkit-overflow-scrolling: touch; }
  .modal_main * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .modal_main .btn_spacer {
    margin-top: 35px; }

.modal_background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: .89;
  z-index: 10039;
  min-height: 900px;
  height: 100%;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 550px) {
    .modal_background {
      min-height: 0 !important; } }
  .modal_background.black {
    background: #000;
    opacity: .85; }
  .modal_background.white {
    background: #FFF;
    opacity: .85; }
  .modal_background.active {
    display: block; }

.modal_group {
  z-index: 10042;
  position: relative;
  margin: 40px auto 75px;
  width: 450px;
  text-align: left; }
  @media (max-width: 550px) {
    .modal_group {
      width: 100%;
      margin: 0%;
      background: #f4f4f4;
      min-height: 100%;
      padding: 0px;
      overflow: hidden; } }
  .modal_group.active {
    display: block; }
  .modal_group p.disclaimer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600; }
    .modal_group p.disclaimer a {
      text-decoration: none; }
      .modal_group p.disclaimer a:hover {
        text-decoration: underline; }

.modal_main .modal_content {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
  background: #f4f4f4;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
  @media (max-width: 550px) {
    .modal_main .modal_content {
      box-shadow: none;
      border-radius: 0;
      max-width: 100%; } }
  .modal_main .modal_content #res_form, .modal_main .modal_content #com_form {
    display: none; }
  .modal_main .modal_content .cust_times.label {
    white-space: normal; }
  .modal_main .modal_content .x_box {
    width: 29px;
    height: 29px;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 2;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #666666;
    background: #d2232a; }
    @media (max-width: 550px) {
      .modal_main .modal_content .x_box {
        top: 0px;
        right: 0px;
        border-radius: 0;
        box-shadow: none; } }
    .modal_main .modal_content .x_box:hover {
      background: #e0484e;
      cursor: pointer; }
  .modal_main .modal_content.gray {
    background: #f4f4f4; }
  .modal_main .modal_content .title {
    background: #2c2c2c;
    padding: 12px 15px;
    position: relative;
    border-radius: 0;
    margin: 0px;
    overflow: hidden; }
    .modal_main .modal_content .title h2 {
      color: white;
      font-size: 18px;
      padding-bottom: 2px;
      margin: 0;
      float: left;
      font-weight: bold;
      padding-left: 10px; }
    .modal_main .modal_content .title .x_btn {
      width: 15px;
      float: right;
      cursor: pointer;
      margin-top: 5px; }
    .modal_main .modal_content .title .dashed {
      float: right;
      border-right: 1px dashed rgba(255, 255, 255, 0.45);
      height: 28px;
      margin-top: -3px;
      margin-right: 13px; }
      .modal_main .modal_content .title .dashed.left {
        float: left; }
    .modal_main .modal_content .title .drop {
      padding-top: 1px;
      width: 30%;
      float: left;
      color: white;
      font-size: 16px;
      font-weight: bold;
      padding-right: 20px;
      background: url(/wp-content/themes/certapro/images/arrow_down_white.svg) no-repeat 90% center;
      cursor: pointer; }
      @media (max-width: 450px) {
        .modal_main .modal_content .title .drop {
          width: 32%; } }
    .modal_main .modal_content .title .total {
      padding-top: 1px;
      float: left;
      color: white;
      font-size: 16px;
      font-weight: bold;
      width: 55%; }
      @media (max-width: 450px) {
        .modal_main .modal_content .title .total {
          width: 53%; } }
      @media (max-width: 550px) {
        .modal_main .modal_content .title .total {
          font-size: 13px; } }
      .modal_main .modal_content .title .total span {
        color: white; }
        @media (max-width: 450px) {
          .modal_main .modal_content .title .total span {
            display: none; } }
  .modal_main .modal_content .oe_drop {
    display: none;
    position: absolute;
    top: 49px;
    width: 100%;
    max-width: 450px;
    background: #2c2c2c;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
    .modal_main .modal_content .oe_drop.fixed {
      position: fixed;
      top: 49px; }
    .modal_main .modal_content .oe_drop .room {
      width: 100%;
      padding: 13px 5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .modal_main .modal_content .oe_drop .room span {
        color: white;
        font-weight: 600; }
      .modal_main .modal_content .oe_drop .room img {
        float: right;
        margin-left: 10px; }
      .modal_main .modal_content .oe_drop .room.new img.plus {
        float: left;
        width: 20px;
        margin: 0 8px 0 0; }
    .modal_main .modal_content .oe_drop .oe_menu_close {
      padding: 15px 0 0;
      text-align: center;
      cursor: pointer; }
      .modal_main .modal_content .oe_drop .oe_menu_close span {
        display: inline-block;
        color: white;
        font-size: 12px;
        font-weight: 600;
        float: none; }
      .modal_main .modal_content .oe_drop .oe_menu_close img {
        display: inline-block;
        float: none;
        margin-left: 8px;
        width: 10px; }
  .modal_main .modal_content .slide_panel {
    overflow: hidden;
    padding: 0px;
    display: none;
    background: transparent; }
    .modal_main .modal_content .slide_panel .sub-button-text {
      padding-top: 20px;
      clear: both; }
    .modal_main .modal_content .slide_panel.active {
      display: block; }
    .modal_main .modal_content .slide_panel .summary {
      margin-bottom: 0px;
      padding-bottom: 5px; }
      .modal_main .modal_content .slide_panel .summary p.disclaimer {
        font-size: 12px;
        line-height: 18px;
        text-align: left; }
      .modal_main .modal_content .slide_panel .summary p.desc {
        margin-top: 5px; }
      .modal_main .modal_content .slide_panel .summary .summary_box {
        padding: 15px 20px;
        background: white;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
        cursor: pointer;
        border-radius: 2px;
        margin-bottom: 13px;
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative; }
        .modal_main .modal_content .slide_panel .summary .summary_box:hover {
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.49);
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .modal_main .modal_content .slide_panel .summary .summary_box a.summary_edit {
          position: absolute;
          bottom: 20px;
          right: 20px;
          color: #d2232a;
          font-size: 14px; }
        .modal_main .modal_content .slide_panel .summary .summary_box .item {
          font-size: 18px;
          color: #333333;
          line-height: 30px;
          float: left;
          font-weight: 600; }
          @media (max-width: 550px) {
            .modal_main .modal_content .slide_panel .summary .summary_box .item {
              font-size: 17px; } }
        .modal_main .modal_content .slide_panel .summary .summary_box .cost {
          font-size: 18px;
          color: #333333;
          line-height: 30px;
          float: right;
          font-weight: 600;
          padding-right: 40px;
          background: url(/wp-content/themes/certapro/images/oe_plus.svg) no-repeat right 3px;
          background-size: 24px; }
          @media (max-width: 550px) {
            .modal_main .modal_content .slide_panel .summary .summary_box .cost {
              font-size: 17px; } }
        .modal_main .modal_content .slide_panel .summary .summary_box.open .cost {
          background: url(/wp-content/themes/certapro/images/oe_minus.svg) no-repeat right 3px;
          background-size: 24px; }
        .modal_main .modal_content .slide_panel .summary .summary_box .details {
          display: none;
          clear: both;
          float: left;
          margin-top: 20px; }
          .modal_main .modal_content .slide_panel .summary .summary_box .details h3 {
            display: block;
            width: 100%;
            margin-top: 0px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 5px; }
          .modal_main .modal_content .slide_panel .summary .summary_box .details ul {
            margin-bottom: 15px;
            padding-left: 15px; }
        .modal_main .modal_content .slide_panel .summary .summary_box.total {
          margin-top: 18px;
          background: #fdb913;
          border: 1px solid #efaa02;
          color: #1f1f1f;
          cursor: default; }
          .modal_main .modal_content .slide_panel .summary .summary_box.total * {
            color: white; }
          .modal_main .modal_content .slide_panel .summary .summary_box.total .cost, .modal_main .modal_content .slide_panel .summary .summary_box.total .item {
            background: none;
            font-size: 21px;
            padding-right: 0;
            color: #1f1f1f; }
            @media (max-width: 550px) {
              .modal_main .modal_content .slide_panel .summary .summary_box.total .cost, .modal_main .modal_content .slide_panel .summary .summary_box.total .item {
                font-size: 20px; } }
    .modal_main .modal_content .slide_panel .padding {
      padding: 25px;
      overflow: hidden; }
      @media (max-width: 550px) {
        .modal_main .modal_content .slide_panel .padding {
          padding: 20px 20px 30px; } }
      @media (max-width: 350px) {
        .modal_main .modal_content .slide_panel .padding {
          padding: 12px 12px 30px; } }
      .modal_main .modal_content .slide_panel .padding.space {
        padding-bottom: 45px; }
      .modal_main .modal_content .slide_panel .padding h2 {
        font-size: 18px;
        margin-bottom: 6px; }
        .modal_main .modal_content .slide_panel .padding h2.main {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 5px;
          margin-top: 0;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-weight: 600;
          letter-spacing: 0; }
          .modal_main .modal_content .slide_panel .padding h2.main.rooms {
            margin-bottom: 20px; }
      .modal_main .modal_content .slide_panel .padding p {
        padding: 6px 0;
        line-height: 24px;
        font-size: 16px;
        margin-top: 10px; }
      .modal_main .modal_content .slide_panel .padding .form_body {
        margin: -15px 0 20px 0;
        padding-bottom: 2px;
        overflow: hidden; }
        .modal_main .modal_content .slide_panel .padding .form_body label.desc {
          margin-top: 17px;
          margin-bottom: 3px;
          font-size: 15px;
          font-weight: 600; }
    .modal_main .modal_content .slide_panel .button_group {
      width: 100%;
      height: 65px;
      position: relative;
      z-index: 2;
      border-radius: 0 0 2px 2px;
      background: #2c2c2c;
      overflow: hidden;
      float: left;
      margin-top: 15px;
      border-radius: 3px; }
      @media (max-width: 550px) {
        .modal_main .modal_content .slide_panel .button_group {
          border-radius: 3px;
          overflow: hidden; } }
      .modal_main .modal_content .slide_panel .button_group.cust_times {
        margin-top: 30px; }
      .modal_main .modal_content .slide_panel .button_group .main {
        width: 100%;
        height: 100%;
        background: #2c2c2c;
        text-align: center;
        display: inline-block;
        position: relative;
        cursor: pointer; }
        .modal_main .modal_content .slide_panel .button_group .main.half {
          width: 50% !important;
          float: left !important; }
          .modal_main .modal_content .slide_panel .button_group .main.half span.text {
            margin-left: 0; }
          .modal_main .modal_content .slide_panel .button_group .main.half.left span.icon {
            margin-right: 10px;
            margin-left: 0; }
          .modal_main .modal_content .slide_panel .button_group .main.half.left:after {
            content: " ";
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 11px;
            border-right: 1px dashed rgba(255, 255, 255, 0.45); }
        @media (max-width: 550px) {
          .modal_main .modal_content .slide_panel .button_group .main {
            border-radius: 0 3px 3px 0; } }
        .modal_main .modal_content .slide_panel .button_group .main span {
          display: inline-block;
          vertical-align: middle; }
          .modal_main .modal_content .slide_panel .button_group .main span.text {
            color: white;
            line-height: 65px;
            font-size: 19px;
            margin-left: -20px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400; }
            @media (max-width: 550px) {
              .modal_main .modal_content .slide_panel .button_group .main span.text {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 18px;
                margin-left: -5px; } }
          .modal_main .modal_content .slide_panel .button_group .main span.icon {
            margin-left: 10px; }
            @media (max-width: 550px) {
              .modal_main .modal_content .slide_panel .button_group .main span.icon.icon_submit {
                display: none; } }
            .modal_main .modal_content .slide_panel .button_group .main span.icon .arrow {
              width: 18px;
              position: relative;
              top: -1px; }
        .modal_main .modal_content .slide_panel .button_group .main:hover {
          cursor: pointer;
          background: #1f1f1f; }
        .modal_main .modal_content .slide_panel .button_group .main.choose span.text {
          margin-left: 0; }
      .modal_main .modal_content .slide_panel .button_group .sub {
        background: #2c2c2c;
        height: 100%;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .modal_main .modal_content .slide_panel .button_group .sub:hover {
          background: #1f1f1f; }
        .modal_main .modal_content .slide_panel .button_group .sub img {
          width: 18px;
          margin: 0 auto;
          padding-top: 25px;
          display: inline-block; }
          @media (max-width: 350px) {
            .modal_main .modal_content .slide_panel .button_group .sub img {
              width: 25px;
              padding-top: 21px; } }
        .modal_main .modal_content .slide_panel .button_group .sub:after {
          content: " ";
          position: absolute;
          top: 10px;
          right: 0;
          bottom: 10px;
          border-right: 1px dashed rgba(255, 255, 255, 0.4); }
      .modal_main .modal_content .slide_panel .button_group.has_back .main {
        width: 85%;
        float: right; }
      .modal_main .modal_content .slide_panel .button_group.has_back .sub {
        width: 15%;
        float: left; }
  .modal_main .modal_content .room_selector {
    margin: 0 0 15px;
    overflow: hidden;
    padding-bottom: 1px; }
    .modal_main .modal_content .room_selector label.desc {
      margin-bottom: 7px !important; }
    .modal_main .modal_content .room_selector .group {
      width: 33.33%;
      margin-right: -1px;
      margin-bottom: -1px;
      background: white;
      border: 1px solid #DEDDDD;
      padding: 10px;
      text-align: center; }
      @media (max-width: 550px) {
        .modal_main .modal_content .room_selector .group {
          padding: 6px; } }
      .modal_main .modal_content .room_selector .group.end {
        margin-right: 0; }
      .modal_main .modal_content .room_selector .group h2 {
        margin: 0;
        font-weight: 600;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        @media (max-width: 550px) {
          .modal_main .modal_content .room_selector .group h2 {
            font-size: 13px; } }
      .modal_main .modal_content .room_selector .group img.icon {
        height: 26px; }
      .modal_main .modal_content .room_selector .group .counter {
        margin-top: 10px;
        text-align: center; }
        .modal_main .modal_content .room_selector .group .counter img.counter_btn {
          width: 20px;
          display: inline-block;
          cursor: pointer;
          vertical-align: middle; }
        .modal_main .modal_content .room_selector .group .counter input.number {
          border: 0;
          font-size: 22px;
          line-height: 26px;
          font-weight: 600;
          display: inline-block;
          width: 20px;
          height: 35px;
          vertical-align: middle;
          text-align: center;
          padding: 0;
          text-indent: 0;
          margin: 0 12px;
          font-family: 'Roboto', sans-serif;
          font-weight: 400; }
          @media (max-width: 550px) {
            .modal_main .modal_content .room_selector .group .counter input.number {
              position: relative;
              top: -2px;
              width: 27px;
              margin: 0; } }
  .modal_main .modal_content .constrained {
    margin-top: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center; }
    .modal_main .modal_content .constrained.step_one {
      margin-bottom: 15px;
      margin-top: 2px; }
    @media (max-width: 550px) {
      .modal_main .modal_content .constrained {
        margin: 25px 0 20px; } }
    .modal_main .modal_content .constrained label.title_txt,
    .modal_main .modal_content .constrained .label.title_txt {
      margin-bottom: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-weight: normal;
      font-size: 17px; }
      .modal_main .modal_content .constrained label.title_txt span,
      .modal_main .modal_content .constrained .label.title_txt span {
        font-size: 14px;
        font-style: italic;
        color: #1f1f1f;
        display: block;
        margin-top: 1px;
        margin-bottom: 0px; }
  .modal_main .modal_content label.cust_times {
    margin-bottom: 30px; }
  .modal_main .modal_content form {
    overflow: hidden; }
    .modal_main .modal_content form .label {
      text-align: left; }
    .modal_main .modal_content form .padded-row .row {
      padding: 10px 0;
      font-weight: bold; }
      .modal_main .modal_content form .padded-row .row .col-xs-3 {
        text-align: center; }
        .modal_main .modal_content form .padded-row .row .col-xs-3:first-child {
          text-align: left;
          padding-left: 35px; }
        .modal_main .modal_content form .padded-row .row .col-xs-3 img {
          display: inline-block;
          width: 28px;
          height: 28px; }
    .modal_main .modal_content form .separator {
      width: 100%;
      margin: 35px 0 10px;
      display: block;
      height: 1px;
      border-top: 1px dashed #929292;
      float: left; }
    .modal_main .modal_content form .question_toggle {
      display: none; }
    .modal_main .modal_content form .group {
      width: 100%;
      float: left;
      margin: 0 0 -1px 0; }
      .modal_main .modal_content form .group.hide_group {
        display: none; }
      .modal_main .modal_content form .group.has_commercial {
        margin-bottom: 5px; }
      .modal_main .modal_content form .group:last-child .group.half, .modal_main .modal_content form .group:last-child .group.third {
        margin-bottom: 0 !important; }
      .modal_main .modal_content form .group.half {
        width: 50%; }
        .modal_main .modal_content form .group.half.space {
          margin-bottom: 15px !important; }
        .modal_main .modal_content form .group.half.end input {
          border-left: 0 !important; }
        .modal_main .modal_content form .group.half.space {
          width: 48%;
          margin-right: 2%; }
          .modal_main .modal_content form .group.half.space.end {
            width: 50%;
            margin-right: 0%; }
      .modal_main .modal_content form .group.third {
        width: 33.3333333333%; }
      .modal_main .modal_content form .group.checks {
        margin-bottom: -2%; }
      .modal_main .modal_content form .group.checked {
        margin-bottom: 10px;
        width: 49%;
        margin-right: 2%; }
        .modal_main .modal_content form .group.checked.end {
          margin-right: 0; }
        .modal_main .modal_content form .group.checked.small {
          width: 43%;
          float: none;
          display: inline-block;
          margin-right: -1px; }
        .modal_main .modal_content form .group.checked input[type="radio"] + label, .modal_main .modal_content form .group.checked input[type="checkbox"] + label {
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          color: #1f1f1f;
          font-weight: 500; }
        .modal_main .modal_content form .group.checked label,
        .modal_main .modal_content form .group.checked .label {
          text-align: left;
          padding-left: 15px;
          position: relative;
          margin-top: 1px; }
          .modal_main .modal_content form .group.checked label:before,
          .modal_main .modal_content form .group.checked .label:before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            right: 15px;
            background-size: cover;
            margin-right: 0; }
          .modal_main .modal_content form .group.checked label:hover,
          .modal_main .modal_content form .group.checked .label:hover {
            background: #f2f2f2; }
        .modal_main .modal_content form .group.checked input[type="radio"]:checked + label, .modal_main .modal_content form .group.checked input[type="checkbox"]:checked + label {
          background: #fff1ce;
          color: black;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-weight: 500; }
        .modal_main .modal_content form .group.checked input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.checked input[type="checkbox"]:checked + label:before {
          background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
          position: absolute;
          top: 50%;
          margin-top: -11px;
          right: 15px;
          background-size: cover;
          margin-right: 0; }
      .modal_main .modal_content form .group.icon {
        float: none;
        display: inline-block;
        max-width: 250px;
        margin-bottom: 7px; }
        .modal_main .modal_content form .group.icon label {
          width: calc(100% - 50px) !important;
          text-align: left;
          padding-left: 15px;
          position: relative;
          margin-top: 0; }
          .modal_main .modal_content form .group.icon label:before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            right: 15px;
            background-size: cover;
            margin-right: 0; }
          .modal_main .modal_content form .group.icon label:hover {
            background: #f2f2f2; }
        .modal_main .modal_content form .group.icon input[type="radio"]:checked + label, .modal_main .modal_content form .group.icon input[type="checkbox"]:checked + label {
          background: #fdc12c;
          color: white; }
        .modal_main .modal_content form .group.icon input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.icon input[type="checkbox"]:checked + label:before {
          background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
          position: absolute;
          top: 50%;
          margin-top: -13px;
          right: 13px;
          margin-right: 0; }
        .modal_main .modal_content form .group.icon span.icon {
          float: left;
          width: 38px;
          height: 27px;
          margin-right: 10px;
          margin-top: 12px;
          background-size: contain;
          background-repeat: no-repeat; }
          .modal_main .modal_content form .group.icon span.icon.commercial {
            background-image: url(/wp-content/themes/certapro/images/icon_business.png); }
            .modal_main .modal_content form .group.icon span.icon.commercial.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_business_active.png); }
          .modal_main .modal_content form .group.icon span.icon.residential {
            background-image: url(/wp-content/themes/certapro/images/icon_home.png); }
            .modal_main .modal_content form .group.icon span.icon.residential.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_home_active.png); }
          .modal_main .modal_content form .group.icon span.icon.exterior {
            background-image: url(/wp-content/themes/certapro/images/icon_exterior.png); }
            .modal_main .modal_content form .group.icon span.icon.exterior.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_exterior_active.png); }
          .modal_main .modal_content form .group.icon span.icon.interior {
            background-image: url(/wp-content/themes/certapro/images/icon_interior.png); }
            .modal_main .modal_content form .group.icon span.icon.interior.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_interior_active.png); }
      .modal_main .modal_content form .group.icon_stacked {
        float: left;
        display: inline-block;
        width: 50%;
        margin-bottom: 7px;
        text-align: center;
        padding: 0 10px; }
        @media (max-width: 350px) {
          .modal_main .modal_content form .group.icon_stacked {
            padding: 0 5px; } }
        .modal_main .modal_content form .group.icon_stacked label,
        .modal_main .modal_content form .group.icon_stacked .label {
          width: 100% !important;
          height: 70px;
          font-size: 17px;
          line-height: 23px;
          text-align: left;
          padding-left: 15px;
          position: relative;
          margin-top: 0;
          padding: 11px 20px;
          font-weight: 500; }
          @media (max-width: 350px) {
            .modal_main .modal_content form .group.icon_stacked label,
            .modal_main .modal_content form .group.icon_stacked .label {
              font-size: 16px;
              line-height: 21px;
              padding: 11px 15px; } }
          .modal_main .modal_content form .group.icon_stacked label:before,
          .modal_main .modal_content form .group.icon_stacked .label:before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            right: 13px;
            margin-right: 0; }
          .modal_main .modal_content form .group.icon_stacked label:hover,
          .modal_main .modal_content form .group.icon_stacked .label:hover {
            background: #f2f2f2; }
        .modal_main .modal_content form .group.icon_stacked input[type="radio"]:checked + label, .modal_main .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label {
          background: #fff1ce;
          color: black;
          font-weight: 500; }
        .modal_main .modal_content form .group.icon_stacked input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label:before {
          background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
          position: absolute;
          top: 50%;
          margin-top: -13px;
          right: 13px;
          margin-right: 0; }
        .modal_main .modal_content form .group.icon_stacked span.icon {
          display: inline-block;
          width: 75px;
          height: 60px;
          margin-right: 0px;
          margin-top: 10px;
          margin-bottom: 7px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
          .modal_main .modal_content form .group.icon_stacked span.icon.iconHome {
            background-image: url(/wp-content/themes/certapro/images/icon_in_home.svg); }
            .modal_main .modal_content form .group.icon_stacked span.icon.iconHome.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_in_home_active.svg); }
          .modal_main .modal_content form .group.icon_stacked span.icon.iconOnline {
            background-image: url(/wp-content/themes/certapro/images/icon_online.svg); }
            .modal_main .modal_content form .group.icon_stacked span.icon.iconOnline.selected {
              background-image: url(/wp-content/themes/certapro/images/icon_online_active.svg); }
        .modal_main .modal_content form .group.icon_stacked p.info_txt {
          font-size: 13px;
          line-height: 18px;
          text-align: left;
          margin: 10px 0 0 0;
          float: left;
          padding: 7px; }
          @media (max-width: 350px) {
            .modal_main .modal_content form .group.icon_stacked p.info_txt {
              padding: 7px 0; } }
      .modal_main .modal_content form .group.checkbox {
        margin-right: -1px !important;
        margin-bottom: 15px !important; }
        .modal_main .modal_content form .group.checkbox input[type="radio"] + label, .modal_main .modal_content form .group.checkbox input[type="checkbox"] + label {
          border-radius: 0; }
        .modal_main .modal_content form .group.checkbox:first-child input[type="radio"] + label, .modal_main .modal_content form .group.checkbox:first-child input[type="checkbox"] + label {
          border-radius: 3px 0 0 3px; }
        .modal_main .modal_content form .group.checkbox:last-child input[type="radio"] + label, .modal_main .modal_content form .group.checkbox:last-child input[type="checkbox"] + label {
          border-radius: 0 3px 3px 0; }
        .modal_main .modal_content form .group.checkbox.half {
          width: 50%;
          margin: 0; }
        .modal_main .modal_content form .group.checkbox.third {
          width: 33.3333333333%;
          margin: 0; }
      .modal_main .modal_content form .group input[type="checkbox"] {
        display: none !important; }
      .modal_main .modal_content form .group.needsfilled input[type="radio"] + label, .modal_main .modal_content form .group.needsfilled input[type="checkbox"] + label, .modal_main .modal_content form .group.needsfilled input select, .modal_main .modal_content form .group.needsfilled .drop_line span.drop[type="radio"] + label, .modal_main .modal_content form .group.needsfilled .drop_line span.drop[type="checkbox"] + label, .modal_main .modal_content form .group.needsfilled .drop_line span.drop select {
        background: rgba(255, 191, 191, 0.5);
        border: 1px solid #e49f9f;
        color: #af0202; }
      .modal_main .modal_content form .group .preferred:focus {
        outline: none; }
    .modal_main .modal_content form .step {
      margin-top: 20px;
      padding-top: 5px;
      border-top: 1px dashed #ddd;
      float: left;
      width: 100%; }
    .modal_main .modal_content form label,
    .modal_main .modal_content form .label {
      width: 100%;
      margin-bottom: 5px;
      margin-top: 5px;
      display: block;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #1f1f1f;
      padding-left: 0;
      float: left;
      font-weight: 500; }
      .modal_main .modal_content form label.title_txt,
      .modal_main .modal_content form .label.title_txt {
        font-weight: 600; }
        .modal_main .modal_content form label.title_txt.top_space,
        .modal_main .modal_content form .label.title_txt.top_space {
          margin-top: 35px; }
        .modal_main .modal_content form label.title_txt.center,
        .modal_main .modal_content form .label.title_txt.center {
          text-align: center;
          margin-bottom: 15px; }
      .modal_main .modal_content form label.slide_one.check.title_txt,
      .modal_main .modal_content form .label.slide_one.check.title_txt {
        margin-bottom: 5px !important;
        text-align: center; }
        .modal_main .modal_content form label.slide_one.check.title_txt.top_space,
        .modal_main .modal_content form .label.slide_one.check.title_txt.top_space {
          margin-top: 15px !important; }
      .modal_main .modal_content form label.spacer,
      .modal_main .modal_content form .label.spacer {
        margin-top: 35px; }
      .modal_main .modal_content form label.check,
      .modal_main .modal_content form .label.check {
        margin-bottom: -1px;
        margin-top: 10px; }
      .modal_main .modal_content form label span.toggle,
      .modal_main .modal_content form .label span.toggle {
        float: right;
        background-image: url(images/add_icon.svg);
        background-size: cover;
        width: 26px;
        height: 26px;
        position: relative;
        top: -2px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .modal_main .modal_content form label span.toggle.open,
        .modal_main .modal_content form .label span.toggle.open {
          background-image: url(images/close_icon.svg); }
        .modal_main .modal_content form label span.toggle:hover,
        .modal_main .modal_content form .label span.toggle:hover {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          opacity: .7;
          cursor: pointer; }
          @media (max-width: 550px) {
            .modal_main .modal_content form label span.toggle:hover,
            .modal_main .modal_content form .label span.toggle:hover {
              opacity: 1; } }
    .modal_main .modal_content form textarea {
      background: #fff;
      /*text-indent: 15px;*/
      padding: 15px;
      height: 150px;
      width: 100%;
      font-size: 16px;
      line-height: 20px;
      border-radius: 3px;
      border-bottom: 7px;
      border: 1px solid #ddd;
      float: left;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-width: normal; }
      @media (max-width: 550px) {
        .modal_main .modal_content form textarea {
          font-family: 'Roboto', sans-serif;
          font-weight: 400; } }
      .modal_main .modal_content form textarea.project_details {
        display: none; }
    .modal_main .modal_content form .drop_line {
      max-width: none;
      background: #fff url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 96% center;
      height: 45px;
      padding: 0px;
      border: 1px solid #c9c9c9;
      border-radius: 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center; }
      .modal_main .modal_content form .drop_line.selected {
        background: #fff1ce url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 96% center;
        color: black;
        font-weight: 500;
        border: 1px solid #fdb913; }
      .modal_main .modal_content form .drop_line span.drop {
        width: 100%;
        display: inline-block; }
        .modal_main .modal_content form .drop_line span.drop select {
          background: none;
          height: auto;
          position: relative;
          top: 0px;
          border: 0px solid #ddd;
          border-radius: 0px;
          padding: 10px 7px 10px 13px;
          text-indent: 0px;
          vertical-align: middle;
          font-size: 15px;
          width: 100%;
          margin: 0;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          color: #000;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-weight: normal; }
          @media (max-width: 550px) {
            .modal_main .modal_content form .drop_line span.drop select {
              padding: 10px 7px 10px 12px;
              font-size: 15px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-width: normal; } }
      .modal_main .modal_content form .drop_line .drop_arrow {
        position: absolute;
        top: 6px;
        left: 369px;
        z-index: 1;
        width: 18px; }
    .modal_main .modal_content form input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 45px;
      text-indent: 0px;
      width: 100%;
      margin: 0;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-weight: normal;
      outline: none;
      border: 1px solid #c9c9c9;
      border-radius: 0px;
      padding: 0 0 0 15px; }
      .modal_main .modal_content form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #aaa; }
      .modal_main .modal_content form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #aaa; }
      .modal_main .modal_content form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #aaa; }
      .modal_main .modal_content form input:-moz-placeholder {
        /* Firefox 18- */
        color: #aaa; }
      @media (max-width: 550px) {
        .modal_main .modal_content form input {
          font-size: 15px;
          height: 45px;
          text-indent: 0px;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-width: normal; } }
      .modal_main .modal_content form input[type="radio"], .modal_main .modal_content form input[type="checkbox"] {
        display: none !important; }
      .modal_main .modal_content form input[type="radio"] + label,
      .modal_main .modal_content form input[type="checkbox"] + label,
      .modal_main .modal_content form input[type="radio"] + .label,
      .modal_main .modal_content form input[type="checkbox"] + .label {
        line-height: 42px;
        text-align: center;
        background: white;
        border: 1px solid #ccc;
        cursor: pointer;
        float: left;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        height: 45px;
        margin-bottom: -4px;
        text-transform: none;
        border-radius: 0;
        transition: background-color 0.5s ease; }
      .modal_main .modal_content form input[type="radio"]:checked + label,
      .modal_main .modal_content form input[type="checkbox"]:checked + label,
      .modal_main .modal_content form input[type="radio"]:checked + .label,
      .modal_main .modal_content form input[type="checkbox"]:checked + .label {
        color: #ffffff;
        background: #fdb913;
        border-color: #f9b202;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        transition: background-color 0.5s ease; }
        .modal_main .modal_content form input[type="radio"]:checked + label:before,
        .modal_main .modal_content form input[type="checkbox"]:checked + label:before,
        .modal_main .modal_content form input[type="radio"]:checked + .label:before,
        .modal_main .modal_content form input[type="checkbox"]:checked + .label:before {
          content: ' ';
          width: 20px;
          height: 20px;
          background: url(images/white_check.svg) no-repeat center center;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-right: 6px; }
      .modal_main .modal_content form input[type="checkbox"]:checked + label > .icon_check.inactive {
        display: none; }
      .modal_main .modal_content form input[type="checkbox"] {
        -webkit-appearance: normal; }
    .modal_main .modal_content form input.needsfilled, .modal_main .modal_content form textarea.needsfilled {
      background: #fcebeb !important;
      border: 1px solid #e49f9f !important;
      color: #af0202 !important; }
    .modal_main .modal_content form .drop_line.needsfilled {
      background-color: #FCEBEB;
      color: #af0202 !important;
      border: 1px solid #e49f9f !important; }
      .modal_main .modal_content form .drop_line.needsfilled select {
        color: #af0202 !important; }
    .modal_main .modal_content form .instruction.needsfilled {
      background: #FCEBEB;
      color: #af0202 !important;
      border: 1px solid #e49f9f !important;
      padding: 1rem; }
    .modal_main .modal_content form .country {
      display: none; }
  .modal_main .modal_content #no_appt_available {
    padding: 20px 0;
    overflow: hidden; }

.oe-spacer {
  height: 50px;
  width: 100%;
  display: none; }
  @media (max-width: 550px) {
    .oe-spacer {
      display: block; } }
  .oe-spacer.fixed {
    display: block; }

.fixed#oe-title-bar .title {
  position: fixed;
  top: 0;
  width: 450px;
  z-index: 99; }
  @media (max-width: 550px) {
    .fixed#oe-title-bar .title {
      width: 100%; } }

#oe-title-bar .title {
  z-index: 99; }
  @media (max-width: 550px) {
    #oe-title-bar .title {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  #oe-title-bar .title .total {
    font-weight: bold;
    position: relative; }
    #oe-title-bar .title .total span {
      position: absolute;
      top: 0;
      margin-left: 10px; }
      #oe-title-bar .title .total span:nth-child(1).positive {
        animation: positive-highlight 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(1).negative {
        animation: negative-highlight 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(2).positive {
        animation: positive-peel 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(2).negative {
        animation: negative-peel 700ms ease-in-out; }

.progress_bar {
  z-index: 98;
  width: 100%;
  height: 18px;
  border-radius: 0px;
  background: #e0dede;
  border: 0px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .progress_bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2%;
    background-color: #fdb913;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1ad04), color-stop(1, #f5d996));
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; }
    .progress_bar .bar:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
      background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      z-index: 1;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      background-size: 50px 50px;
      -webkit-animation: move 2s linear infinite;
      -moz-animation: move 2s linear infinite;
      -webkit-border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      -moz-border-radius-bottomright: 8px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }

/* @end */
/* Loading panel */
.vertical {
  display: table;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 50px 20px; }
  @media (max-width: 350px) {
    .vertical {
      padding: 50px 10px; } }
  .vertical .centered {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-top: -10px;
    position: relative;
    z-index: 3;
    padding: 0 0px 25px 0px; }

.loading {
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #f4f4f4;
  transition: all 100ms ease-in;
  text-align: center; }
  .loading .msg {
    display: inline-block;
    padding: 50px 20px;
    text-align: center; }
    .loading .msg p {
      font-size: 19px;
      line-height: 23px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
  .loading .holder {
    display: inline-block; }
  .loading.done {
    opacity: 0;
    display: none; }
  .loading.no-service {
    min-height: 150px; }
    .loading.no-service .msg {
      opacity: 0;
      display: none; }
    .loading.no-service .denied {
      display: block;
      opacity: 1; }
    .loading.no-service .holder {
      display: none; }

.denied {
  text-align: center; }
  .denied h2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 35px 0; }
    @media (max-width: 350px) {
      .denied h2 {
        font-size: 18px; } }
  .denied p {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 10px; }

/* @end */
/* @group Date & Time Picker */
.date_slider_group {
  overflow: hidden;
  width: 100%; }
  .date_slider_group .date_slider {
    width: 86%;
    float: left;
    overflow: hidden;
    height: 58px;
    position: relative;
    margin-bottom: 15px; }
    .date_slider_group .date_slider .slider_track {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .date_slider_group .date_slider .block_group {
      width: auto;
      float: left; }
      .date_slider_group .date_slider .block_group .block {
        width: 18.5%;
        height: auto;
        margin: 0 .75%;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background: white;
        float: left;
        cursor: pointer;
        transition: border-color 0.5s ease, background-color 0.5s ease; }
        .date_slider_group .date_slider .block_group .block:hover {
          cursor: pointer;
          border: 1px solid #fdb913;
          transition: border-color 0.5s ease, background-color 0.5s ease; }
        .date_slider_group .date_slider .block_group .block span {
          text-align: center;
          width: 100%;
          display: block;
          color: #1f1f1f;
          font-family: 'Roboto', sans-serif;
          font-weight: 400; }
          .date_slider_group .date_slider .block_group .block span.top {
            font-size: 10px;
            padding-bottom: 2px;
            text-transform: uppercase; }
          .date_slider_group .date_slider .block_group .block span.bottom {
            font-size: 16px; }
        .date_slider_group .date_slider .block_group .block.active {
          background: #fdb913;
          border: 1px solid #fdb913; }
          .date_slider_group .date_slider .block_group .block.active span {
            color: white; }
  .date_slider_group .arrow {
    position: relative;
    width: 7%;
    height: 70px; }
    .date_slider_group .arrow img {
      width: 30px;
      margin-top: 4px;
      display: inline-block;
      padding: 14px; }
      .date_slider_group .arrow img:hover {
        opacity: .5;
        cursor: pointer; }
    .date_slider_group .arrow .arrow_overlay {
      background: #f4f4f4;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .date_slider_group .arrow .arrow_overlay.show {
        opacity: .8;
        display: block; }
    .date_slider_group .arrow.left {
      float: left;
      text-align: left; }
      .date_slider_group .arrow.left img {
        padding-left: 0; }
    .date_slider_group .arrow.right {
      float: right;
      text-align: right; }
      .date_slider_group .arrow.right img {
        padding-right: 0; }

.time_group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 0px; }
  .time_group .time {
    float: left;
    width: 100%;
    margin: 3px 0;
    border: 1px solid #ddd;
    background: white;
    padding: 11px 10px;
    color: #1f1f1f;
    font-size: 17px;
    text-align: center;
    transition: border-color 0.5s ease, background-color 0.5s ease;
    cursor: pointer; }
    .time_group .time:before {
      content: ' ';
      width: 20px;
      height: 20px;
      display: inline-block;
      background-image: url(images/check_inactive.svg);
      background-size: cover;
      margin-right: 5px;
      position: relative;
      top: 4px;
      display: none; }
    @media (max-width: 550px) {
      .time_group .time {
        font-size: 16px; } }
    .time_group .time:hover {
      cursor: pointer;
      border: 1px solid #fdb913;
      transition: border-color 0.5s ease, background-color 0.5s ease; }
    .time_group .time.active {
      background: #fdb913;
      border: 1px solid #fdb913;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
      .time_group .time.active:before {
        background-image: url(images/check_active.svg);
        display: inline-block; }

.custom_time,
.room_check {
  width: 100%;
  float: left;
  border: 0;
  background: transparent;
  padding: 15px 10px;
  color: #1f1f1f;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: border-color 0.5s ease, background-color 0.5s ease; }
  .custom_time:hover,
  .room_check:hover {
    cursor: pointer; }
  .custom_time:before,
  .room_check:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 4px;
    background-image: url(images/check_inactive.svg);
    display: inline-block; }
  .custom_time.active,
  .room_check.active {
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
    .custom_time.active:before,
    .room_check.active:before {
      content: ' ';
      width: 20px;
      height: 20px;
      background-size: cover;
      margin-right: 8px;
      position: relative;
      top: 4px;
      background-image: url(images/check_yellow_active.svg);
      display: inline-block; }

/* @end */
@keyframes negative-highlight {
  0% {
    color: red; }
  100% {
    opacity: #FFF; } }

@keyframes positive-highlight {
  0% {
    color: green; }
  100% {
    opacity: #FFF; } }

@keyframes negative-peel {
  0% {
    color: red; }
  100% {
    transform: translateY(-20px) scale(3);
    opacity: 0; } }

@keyframes positive-peel {
  0% {
    color: green; }
  100% {
    transform: translateY(-20px) scale(3);
    opacity: 0; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/*--------------------------------------------------------------
## Bootstrap
--------------------------------------------------------------*/
.container-fluid, .row-fluid,
.col-sm-12, .col-xs-12, .col-md-12, .col-lg-12, .col-xl-12 {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Overrides and misc
--------------------------------------------------------------*/
#topbar #language {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    #topbar #language {
      padding-left: 25px; } }
  @media screen and (max-width: 767px) {
    #topbar #language {
      position: absolute; } }
  #topbar #language .select-lang {
    position: absolute;
    text-align: left;
    z-index: 1002; }
    #topbar #language .select-lang span {
      font-size: 0.9rem;
      color: #000;
      cursor: pointer; }
      #topbar #language .select-lang span i {
        padding-top: 0;
        padding-bottom: 0; }
    #topbar #language .select-lang a {
      display: none;
      background: #fdb913;
      padding: 15px 30px;
      margin: 0;
      position: relative;
      margin-left: -30px; }
    #topbar #language .select-lang:hover span {
      padding-bottom: 15px; }
    #topbar #language .select-lang:hover a {
      display: block; }
    #topbar #language .select-lang.active span {
      padding-bottom: 15px; }
    #topbar #language .select-lang.active a {
      display: block; }

#topbar .row > div {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem; }

@media screen and (max-width: 767px) {
  #topbar #locale {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  #topbar #locale .header-location.location-reserve-space {
    padding-bottom: 1.47rem; } }

#topbar #locale i.fa.fa-map-marker {
  font-size: 120%; }

#topbar #locale .location-input {
  width: 140px;
  padding: 0 0.5rem;
  line-height: 1.35rem;
  font-size: 16px; }

#topbar #locale .location-outlet {
  color: black;
  padding-right: 1rem;
  white-space: normal !important; }

#topbar #locale .location-change {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    #topbar #locale .location-change {
      display: block; } }

#topbar #locale a.location-go {
  display: inline-block;
  font-size: 90%;
  padding: 0.07rem 0.5rem;
  background-color: green;
  border-radius: 2px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0.5rem; }

#topbar #locale a.location-cancel {
  display: inline-block;
  font-size: 90%;
  padding: 0.07rem 0.5rem;
  background-color: #f4a500;
  border-radius: 2px;
  color: white;
  text-transform: uppercase; }

#topbar #locale .location-certapro {
  display: inline-block;
  padding-right: 1rem;
  border-right: 1px solid #c28a02;
  margin-right: 1rem; }
  @media screen and (max-width: 767px) {
    #topbar #locale .location-certapro {
      display: block;
      position: absolute;
      width: 100%;
      border-right: none; } }

#topbar #phone {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  #topbar #phone a {
    display: block;
    margin-left: inherit;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 768px) {
      #topbar #phone a {
        display: inline-block;
        margin-left: 2rem;
        text-align: left; } }

#topbar p {
  margin-bottom: 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #topbar p {
      text-align: right; } }

#copyright p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0; }

/*
 * FOOTER *
 */
footer #footer-topbar {
  border-top: solid 0px #cdcdcd;
  padding: 1rem;
  background: #fdb913;
  margin-top: -15px; }
  footer #footer-topbar ul#social-icons {
    margin: 0; }
    footer #footer-topbar ul#social-icons li {
      color: #333333;
      font-size: 2rem; }
      footer #footer-topbar ul#social-icons li a:hover {
        border-bottom: 0; }

footer #footer-nav {
  background-color: #fdb913;
  padding: 0; }
  footer #footer-nav a {
    font-weight: normal; }
  footer #footer-nav #company-block, footer #footer-nav #help-block, footer #footer-nav #franchise-block {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      footer #footer-nav #company-block, footer #footer-nav #help-block, footer #footer-nav #franchise-block {
        padding-bottom: 2rem; } }
  footer #footer-nav #franchise-block {
    padding-right: 0;
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      footer #footer-nav #franchise-block {
        padding-left: 3rem;
        border-left: 1px solid #eaa702; } }
    footer #footer-nav #franchise-block i {
      padding-left: 0; }
  footer #footer-nav #footer-topbar > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    border-right: 1px solid #f4f4f4; }
  footer #footer-nav ul {
    list-style: none; }
    footer #footer-nav ul li {
      margin-bottom: 1rem; }
  footer #footer-nav h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  footer #footer-nav hr {
    background-color: #eaa702; }
  footer #footer-nav h3.widget-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.875em; }

footer #copyright {
  background-color: #f4f4f4; }
  footer #copyright p {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em; }

#masthead .navbar-right {
  margin-right: 0; }

#footer-nav ul {
  padding-left: 0; }

li > a {
  border-bottom: 0.25em solid transparent; }

#logo {
  display: inline-block;
  padding: 10px !important;
  max-width: 240px; }
  #logo img {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    #logo {
      max-width: 250px; } }
  @media screen and (min-width: 992px) {
    #logo {
      padding: 15px 12px 12px 12px !important; } }

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 51px; }

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-left: 12px;
  margin-top: 0px; }

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  color: #efefef;
  vertical-align: middle; }

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 14px 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #f4f4f4; }

.scroller-right {
  float: right; }

.scroller-left {
  float: left; }

.certa-badges .certa-badge.col-xs-4 img {
  max-height: 120px; }

.five-stars {
  background: url("/wp-content/themes/certapro/images/five-stars.png");
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  height: 2rem;
  width: 6rem;
  margin-top: -1rem; }

/*# sourceMappingURL=style.css.map */