*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  padding-left:20px;
  padding-right:20px;
  margin: 0 auto;
}
::selection {
  background: #949494;
  color: #dddddd;
  text-shadow: none;
}

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

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;   
  line-height: 1.5em; 
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0; 
  line-height: 1.5em;
  margin-bottom: .875em;
}

/* Anchors */

a {
  cursor: pointer; 
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;    
  word-break: break-word;  
}

h1 {
  margin: 0; 
  line-height: 1.1em;
  margin-bottom: .5em;
}

h2 {
  margin: 0; 
  line-height: 1em;
  margin-bottom: .5em;
}

h3 {
  margin: 0; 
  line-height: 1em;
  margin-bottom: .5em;
}

h4 {
  margin: 0; 
  line-height: 1em;
  margin-bottom: .5em;
}

h5 {
  margin: 0; 
  line-height: 1em;
  margin-bottom: .5em;
}

h6 {
  margin: 0; 
  line-height: 1em;
  margin-bottom: .5em;
}



/* Lists */

ul,
ol {  
  margin-bottom: .875em; 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote { 
  padding: 10px 30px;
  border-radius: 3px;  
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
  background-color: #f8f8f8; 
}

/* Horizontal rules */

hr { 
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  margin: 0 0 .75em;
  padding: 0;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  clear: both;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  font-size: .95em;
  line-height: 1.3em; 
  margin-bottom: 10px;  
  margin-top: 16px; 
}

/* Labels */


.hs-form-field > label,
.field > label{
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  vertical-align: baseline;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 300;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);  
  background: #fafafa;
  outline: 0;
  border: 1px solid;   
  letter-spacing: normal;
  font-size: 1em;
  padding: 1px;
  color: #3f3f3f;
  width: 100%;
}



form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
 

form .hs-richtext img {
  max-width: 100% !important;
}

form{
  padding: 20px;
  margin-bottom: 30px;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */


.hs-form-required {
  color: #790000;
  margin-left: 4px;
} 


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5em;
  font-family: 'Open Sans';
  font-style: normal;
  white-space: normal;
  font-size: 1em;
  font-weight: normal;
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid; 
  outline:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list.hs-error-msgs.inputs-list,
ul.no-list.hs-error-msgs{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label,
ul.no-list.hs-error-msgs li label{
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  display: block;
  line-height: 1.3em;
  color: #790000;
  font-weight: 700;
  font-size: .813em;
}

ul.no-list.hs-error-msgs.inputs-list li label:empty,
ul.no-list.hs-error-msgs li label:empty{
  display: none;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.head_inr {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border-top: 0;
  background-repeat: repeat-y;
  display: block;
  margin-left: auto;
  margin-right: auto; 
  background-image: url(//20655945.fs1.hubspotusercontent-na1.net/hubfs/20655945/raw_assets/public/Palmetto_Dental_September_2021/images/Header_bg_new.jpg);
  background-position: center;
  background-color:#000000;
}

.hd_top {
  text-align: center;
  width: 100%;
}

.custom_logo a {
  display: block;
  margin: auto;  
  padding: 10px 0 8px; 
}

.custom_logo img {
  max-height: 140px;
  width: auto !important;
  height: auto; 
}

.mob_trgr {
  display: none;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.5em;
}

.custom-menu-primary > div > ul > li {
  float: left;
  position: relative;
}

.custom-menu-primary ul ul {  
  background: url(//20655945.fs1.hubspotusercontent-na1.net/hubfs/20655945/raw_assets/public/Palmetto_Dental_September_2021/images/menu_bg.png) no-repeat top left;  
  display: none;
  float: left;
  height: auto;
  margin: 0;
  padding-top: 15px;
  position: absolute;
  text-align: left;
  top: 37px;
  left: 0;
  width: 208px;
  z-index: 99999;  
  font-size: 1em;
  line-height: 1.5em;
}

.custom-menu-primary ul li:hover > ul{
  display:block;
}

.custom-menu-primary ul ul ul {
  left: 100%;
  top: 0;
}

.custom-menu-primary ul ul li {
  margin: 0;
  padding: 0;
  -moz-box-shadow: 1px 1px 3px #a1a1a1;
  -webkit-box-shadow: 1px 1px 3px #a1a1a1;
  box-shadow: 1px 1px 3px #a1a1a1;
  background:#fff;
}

.custom-menu-primary ul ul li a {
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 1.4em;
  padding: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #ddd; 
  display: block;
  vertical-align: middle; 
}

.scroll_header .custom-menu-primary>div ul ul li a {
  height: 50px;
  display: inline-flex;
  align-items: center;
}


.hd_btm { 
  border-bottom: 1px solid;
  border-top: 1px solid;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.custom-menu-primary > div > ul > li > a {
  font-size: 0.85em;
  padding: 0 11px;
  vertical-align: middle;
  height: 50px;
  display: table-cell;
  font-weight: bold;
}

.custom-menu-primary > div > ul > li.has-submenu > a:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: .8em;
  padding-left: 2px;
}

.custom-menu-primary > div > ul > li:last-child {
  margin-right: 0;
  float: right;
}

.custom-menu-primary > div > ul > li:last-child> a:before {
  content: "\f274";
  font: normal normal normal 14px/1 FontAwesome;
}

.header .page-center {
  padding: 0;
  max-width:1410px;
}

.scroll_header .hd_btm {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
}

/* .custom-menu-primary ul li a:hover {
  opacity: 0.7;
} */

.custom-menu-primary ul ul li.active-branch > a {
  font-weight: bold;
}

@media(min-width:1101px){
  header.header {
    min-height: 144px;
  } 
  
  header.header.lp_header {
    min-height: 165px;
  }
}

@media(max-width:1100px){
  .mob_trgr {
    display: block;
    display: block;
    height: 54px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 65px;
    z-index: 9999;
    -moz-box-shadow: 1px 1px 3px #a1a1a1;
    -webkit-box-shadow: 1px 1px 3px #a1a1a1;
    box-shadow: 1px 1px 3px #a1a1a1;
    background-color: #232323;
    color: #ffffff;
    cursor: pointer;
  }

  .hamburger {
    margin-left: 13px;
    margin-top: 5px;
  }

  .top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
  }

  .menui {
    transition: .6s ease;
    transition-timing-function: cubic-bezier(.75,0,.29,1.01);
    margin-top: 13px;
    position: absolute;
    right: 18px;
    background: #ffffff;
  }

  .mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
  }

  .bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
  }

  .custom-menu-primary {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .ft_btm_cols, 
  .ft_top_cols {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mob_menu_wrap{
  display:none;
}

@media(max-width:1100px){
  .mobile_open .top-menu {
    top: 13px!important;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
  }

  .mobile_open .mid-menu {
    opacity: 0;
  }

  .mobile_open .bottom-menu {
    top: 13px;
    -webkit-transform: rotate( -225deg);
    transform: rotate( -225deg);
  }

  .mob_menu_wrap {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000\9;
    background: rgba(0,0,0,0.85);
  }

  .mob_menu_inr {
    padding: 80px 20px;
  }

  .mob_menu_wrap .page-center {
    padding: 0;
  }

  .mob_hd_cols {
    width: 48%;
    display: inline;
    float: left;
    font-size: 1.2rem;
  }
  .mob_menu_primry ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 0 0 5px;
    font-size: 1em;
    line-height: 1.5em;
  }

  .mob_menu_primry ul li {
    display: block;
  }

  .mob_menu_primry ul li a {
    padding: 5px 10px;
    margin: 2px 5px;
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
    display: block;
  }

  .mob_menu_primry ul li a:hover {
    background-color: #7aa503;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #668a02;
  }

  .mob_menu_primry ul li a:hover:before {
    font-family: FontAwesome;
    content: "\f0a9";
    display: inline-block;
    padding-right: 6px;
  }

  .mob_menu_primry ul ul {
    margin: 0 0 0 15px;
  }

  .mob_menu_wrap h3 {
    border-bottom: 1px solid #858585;
    font-size: 1.75em;
    margin-right: 20px;
    padding-bottom: 15px;
    color: #7aa503;
  }

  .mob_hd_cols p {
    font-size: 1.3em;
    color: #fff;
  }

  .hd_spacer {
    padding-bottom: 1em;
    clear: both;
  }

  .hd_social .social_links {
    text-align: left;
    margin-bottom: .5em;
    font-size: 1.75em;
    line-height: 1em;
    margin-top: 0;
    float: left;
    width: 100%;
  }

  .hd_social .social_links a {
    font-size: 3rem;
    margin: 0px 18px 0 0;
    padding: 0;
    float: left;
  }

  .mob_menu_primry > div > ul > li:last-child > a:before {
    content: "\f274";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mob_menu_primry > div > ul > li:last-child > a:before {
    content: "\f274";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .hd_search form {
    line-height: 1.3;
    margin: 0 0 .75em;
  }

  .hd_search form input {
    background: url(//20655945.fs1.hubspotusercontent-na1.net/hubfs/20655945/raw_assets/public/Palmetto_Dental_September_2021/images/search-black.png) no-repeat scroll 0 8px #FFF;
    color: #000;
    display: block;
    float: left;
    height: 33px;
    margin: 0;
    padding: 0;
    width: 50%;
    line-height: 1.2em;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width,background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
  }

  .hd_search form input:focus,.hd_search form input:hover {
    background-image: none;
    width: 85%;
  }

}
.custom_logo img {
  max-width: 100%;
  vertical-align:initial;
}

.mobile_call{
  display:none;
}

@media (max-width: 668px){
  .mob_hd_cols {
    display: block;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    width: 98%;
  }

  .hd_search form {
    float: left;
    width: 100%;
  }

  .custom_logo img {
    max-width: 98%;
  }
  .mobile_call {
    display: block;
  }

  .mb_call_cols {
    display: inline;
    float: left;
    margin: 0;
    width: 50%;
  }

  .mb_call_cols a {
    background-color: #80ad03;
    border: 1px solid #fff;
    padding: 20px 0;
    text-align: center;
    color: #ffff;
    display: block;
  }

  .mobile_call h2 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #fff;
  }

  .mobile_call h4 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
  }

  .mb_call_cols a:hover {
    background-color: #000000;
  }
}


.hd_search form {
  padding: 0;
  margin: 0;
  background: none;
}

.hd_search .hs-search-field__suggestions {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.hd_search .hs-search-field__suggestions li a {
  padding: 10px;
}

.hd_search .hs-search-field__suggestions li#results-for {
  padding: 10px;
}






@media ( min-width:1101px ) and ( max-width:1200px ){
  .custom-menu-primary>div>ul>li>a {
    font-size: .65em;
    font-weight: 500;
  }
}
@media ( min-width:1201px ) and ( max-width:1300px ){
  .custom-menu-primary>div>ul>li>a {
    font-size: .75em;
  }
}
.footer .page-center{
  padding-left:0;
  padding-right:0;
}

.footer {
  margin-bottom: -40px; 
  height: auto;
  position: relative;
  width: auto;
}


.ft_btm {
  width: 100%; 
  margin-top: 12px;
  text-align: left;
  font-size: .85em;
}

.ft_btm_cols {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}

.copyright p {
  text-align: left;
  font-size: .85em;
}

.copyright a {
  font-weight: bold;
}

.copyright p {
  margin-top: 12px;
}

.ft_spacer {
  padding-bottom: 1em;
  clear: both;
}

.ft_spacer_lg {
  padding-bottom: 2em;
  clear: both;
}

.ft_menu_links {
  float: left;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.ft_menu_links ul { 
  clear: left;
  float: right;
  padding: 0;
  position: relative;
  right: 50%;
  text-align: center;
  overflow: inherit;
  margin-left: 20px !important;
  display: block !important;
  font-size: 1em;
  line-height: 1.5em;
}

.ft_menu_links ul li { 
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  background: 0;
  list-style: disc outside none;
  margin-left: 1em;
  font-size: .95em;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.ft_menu_links ul li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: .8em;
}

.ft_top_cols {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 31.333%;
}


.ft_menu ul {
  display: block !important;
  font-size: 1em;
  line-height: 1.5em;
}

.ft_menu ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: .95em;
}

.ft_menu ul li a {
  font-weight: normal;
}

.ft_img_row {
  text-align: center;
}

.ft_img_row > div {
  width: auto;
  display: inline-block;
}

.ft_img_row img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: auto !important;
  margin: 0 0 .75em;
  padding: 0;
}

.ft_contnt a {
  font-weight: bold;
}

.ft_img img {
  width: auto !important;
  max-width: 200px;
  height: auto;
  margin: 0 0 .75em;
}
.ft_img a {
  display: block;
}

.ft_img img {
  display: block;
}

@media (max-width: 668px) {
  .ft_btm_cols {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
  }

  .ft_top_cols.ft_thrd_col {
    margin-bottom: 0;
  }

  .ft_top_cols {
    width: 98%;
  }

}

.ft_social .social_links a:hover {
  opacity: 0.5;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #515A5F url(//20655945.fs1.hubspotusercontent-na1.net/hubfs/20655945/raw_assets/public/Palmetto_Dental_September_2021/images/backtotop.png) no-repeat center center;
  outline: 0;
  text-indent: -9999px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
}

#back-to-top a:hover, #back-to-top a.hover_effect {
  background-color: #222;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} 
@charset "UTF-8";body {
  -webkit-backface-visibility: hidden
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

@keyframes flash {
  0%,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px)
  }
}

@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    -moz-transform: translateX(10px)
  }
}

@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    -o-transform: translateX(10px)
  }
}

@keyframes shake {
  0%,100% {
    transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    transform: translateX(10px)
  }
}

.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px)
  }
}

@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px)
  }
}

@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0)
  }

  40% {
    -o-transform: translateY(-30px)
  }

  60% {
    -o-transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1)
  }

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg)
  }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0)
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1)
  }

  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg)
  }

  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -moz-transform: scale(1) rotate(0)
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1)
  }

  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg)
  }

  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -o-transform: scale(1) rotate(0)
  }
}

@keyframes tada {
  0% {
    transform: scale(1)
  }

  10%,20% {
    transform: scale(0.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg)
  }

  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center
  }

  20% {
    -webkit-transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg)
  }

  40% {
    -moz-transform: rotate(-10deg)
  }

  60% {
    -moz-transform: rotate(5deg)
  }

  80% {
    -moz-transform: rotate(-5deg)
  }

  100% {
    -moz-transform: rotate(0deg)
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg)
  }

  40% {
    -o-transform: rotate(-10deg)
  }

  60% {
    -o-transform: rotate(5deg)
  }

  80% {
    -o-transform: rotate(-5deg)
  }

  100% {
    -o-transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -webkit-transform: translateX(0%)
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%)
  }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -moz-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -moz-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -moz-transform: translateX(0%)
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%)
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -o-transform: translateX(0%)
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%)
  }

  15% {
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    transform: translateX(0%)
  }
}

.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1.1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1)
  }

  50% {
    -o-transform: scale(1.1)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in
  }

  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in
  }

  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in
  }

  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in
  }

  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

.animated.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

.animated.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animated.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-20px)
  }
}

.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(20px)
  }
}

.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-20px)
  }
}

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(20px)
  }
}

.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05)
  }

  70% {
    -moz-transform: scale(.9)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05)
  }

  70% {
    -o-transform: scale(.9)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    transform: translateY(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px)
  }

  80% {
    -moz-transform: translateY(10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px)
  }

  80% {
    -o-transform: translateY(10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(-30px)
  }

  80% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px)
  }

  80% {
    -moz-transform: translateY(-10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px)
  }

  80% {
    -o-transform: translateY(-10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(30px)
  }

  80% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px)
  }

  80% {
    -moz-transform: translateX(-10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px)
  }

  80% {
    -o-transform: translateX(-10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(30px)
  }

  80% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px)
  }

  80% {
    -moz-transform: translateX(10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px)
  }

  80% {
    -o-transform: translateX(10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(-30px)
  }

  80% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1)
  }

  25% {
    -moz-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -moz-transform: scale(.3)
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1)
  }

  25% {
    -o-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -o-transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
}

.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  100% {
    transform: translateY(700px);
    opacity: 0
  }
}

.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }
}

.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg)
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg)
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg)
  }
}

.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s
} 
.two_col_row1 .dnd-section > .row-fluid {
  padding: 0;
}

.two_col_row1 .dnd-section {
  margin: 50px 0 25px;
}

.two_col_row1 .dnd-column {
  padding: 0 20px !important;
}

.two_col_row1 h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.two_col_row1 h5 {
  margin-top: 10px;
  padding-top: 0;
}

.two_col_row2 .row-fluid {
  max-width: 100%;
  padding: 0;
}

.two_col_row2 > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.two_col_leftrow1  .dnd-section{
  margin-left: 20px; 
  margin-bottom: 25px;
}

.two_col_leftrow1 img {
  max-width: 100%;
  display: block;
}

.two_col_leftrow2 .dnd-section  {
  margin-left: 20px;
  margin-right: 20px;
}

.hide_anim{
  opacity:0;
}

.visble_anim {
  opacity: 1;
}

.two_col_row2row3 .dnd-section {
  margin: 50px 20px 25px;
}

.two_col_row2row3 h2 {
  border-bottom: 1px solid #3b6ba5;
}

.two_col_leftrow4 .dnd-section  {
  margin: 0 20px;
}

.two_col_row2 .span8 {
  margin-bottom: 50px;
}

.two_col_row2 .dnd-section {
  padding: 0;
}

@media(max-width:767px){
  .two_col_row1 .dnd-section {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .two_col_leftrow1 .dnd-section  { 
    margin-bottom: 12.5px;
  }

  .two_col_row2row3 .dnd-section  { 
    margin-top: 25px;
  }

  .two_col_page main img[style*="float: right;"],
  .two_col_page main img[style*="float: left;"]{ 
    clear: both;
    display: block;
    float: none !important;
    max-width: 100%;
  }

  .two_col_row2 .span8 {
    margin-bottom: 20px;
  }

}

main strong {
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 668px){
  .two_col_row1 .dnd-section {
    margin: 25px 0 12px;
  }
  .two_col_leftrow1  .dnd-section  {
    margin-bottom: 24px;
  } 
}


.widget-type-rich_text a{
  font-weight:bold;
}

.iframe_wrapper {
  padding-top: 41px !important;
  margin-right: 20px;
}

img{
  max-width:100%;  
  vertical-align: middle; 
}

.two_col_leftrow4 ul {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
  margin-left: 20px;
  padding: 0;
}

.two_col_leftrow4 ul li {
  list-style: disc outside none;
  margin-left: 1em;
  font-size: .95em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

sub, sup {
  vertical-align: baseline;
  position: relative;
  top: -.4em;
}

.full_row1 .dnd-section {
  padding: 50px 0;
}

.full_row2 .dnd-section {
  padding: 0;
  margin-bottom: 50px;
}

.full_row2 .dnd-section > .row-fluid {
  padding: 0 2em;
}

.full_row2 .dnd-section .dnd-column {
  margin: 0;
  width: 100%;
}

.full_row2 .widget-type-rich_text {
  margin: 0 20px;
}

.full_row2 ul {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
  margin-left: 20px;
  padding: 0;
}

.full_row2 ul li {
  line-height: 1.3em;
  list-style: disc outside none;
  margin-left: 1em;
  font-size: .95em;
  margin-bottom: 10px;
}

@media (max-width: 668px) {
  .full_row1 .dnd-section {
    padding: 25px 0;
  }
  .full_row2 .dnd-section {
    margin-bottom: 25px;
  }
}

.mmbrshp_row1 .dnd-section {
  padding: 50px 0 25px;
}

.mmbrshp_row1 h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
} 

.mmbrshp_row2 .dnd-section,
.mmbrshp_row2 .dnd-section>.row-fluid {
  padding: 0;
}

.mmbrshp_row2 .dnd-section .dnd-column {
  padding: 0 20px;
}

.mmbrshp_row2 .off_details {
  background: none;
  margin-top: 15px;
  margin-bottom: 50px;
}

.mmbrshp_row2 .off_details .off_det_inr {
  padding: 0;
}

.mmbrshp_row2 .off_details h5 {
  border: none;
}

.mmbrshp_row2 .off_details .off_det_inr > div {
  width: 48.717948717948715%;
  float: left;
}

.mmbrshp_row2 .off_details .off_det_inr > div:last-child {
  margin-left: 2.564102564102564%;
  padding: 0 20px;
}

.mmbrshp_row2  .off_details p:last-child {
  margin-bottom: .875em;
}

@media(max-width:767px){
  .mmbrshp_row1 .dnd-section {
    padding: 25px 0 0;
  } 

  .mmbrshp_row2 .off_details .off_det_inr>div {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .mmbrshp_row2 .off_details .off_det_inr>div:last-child {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
  }
}

@media(max-width:668px){
  .mmbrshp_row1 .dnd-section {
    padding: 25px 0;
  }

  .mmbrshp_row2 .off_details {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.mmbrshp_row2 .dnd-column[class*="background"] {
  border-radius: 8px;
  padding-top: 20px;
}

.mmbrshp_row2 .span4 .btn_grp.rounded_btn {
  margin-bottom: 25px;
}

@media(max-width:767px){
  .mmbrshp_row2 .dnd-column[class*="background"] {
    padding-top: 10px;
  }

  .mmbrshp_row2 .span4 .btn_grp.rounded_btn {
    margin-bottom: 12.5px;
  }

  .mmbrshp_row2 .dnd-column[class*="background"] p {
    margin-bottom: 4px;
  }
}

@media(max-width:668px){
  .mmbrshp_row2 .span4 .btn_grp.rounded_btn {
    margin-bottom: 25px;
  }

  .mmbrshp_row2 .dnd-column[class*="background"] p {
    margin-bottom: .875em;
  }

  .mmbrshp_row2 .dnd-column[class*="background"] {
    padding-top: 25px;
  }
}

.team_row1 .dnd-section {
  padding: 50px 0 25px;
}

.team_row1 h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #283c07;
}

.team_row2 {
  max-width: 1200px;
  margin: 0 auto;
}

.team_row2 .dnd-section>.row-fluid {
  padding: 0;
}

.team_row2 .dnd-section {
  padding: 0;
}

.team_row2 .span8 > div {
  padding: 0 20px;
}

.team_row2 hr {
  border: 0 none;
  height: 1px;
  margin: 27.9px 0;
  border-bottom: 0;
}

.team_row2 .span8 {
  margin-bottom: 50px; 
}

@media(max-width:767px){
  .team_row1 .dnd-section {
    padding: 25px 0 2.5px;
  }

  .team_row2 .span8{
    margin-bottom:0;
  }

  .team_page .off_details .off_det_inr {
    padding-top: 12.5px;
  }

}

@media(max-width:668px){
  .team_row1 .dnd-section {
    padding: 25px 0 15.5px;
  }

  .team_page .off_details .off_det_inr {
    padding: 25px 20px;
  }
}

.safety_row1 .dnd-section {
  padding: 50px 0 25px;
}

.safety_row1 h2 {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.safety_row1 h5 {
  margin-top: 10px;
  padding-top: 0;
}

.safety_row2 .dnd-section,
.safety_row2 .dnd-section> .row-fluid {
  padding: 0;
}

.safety_row2 .dnd-section{
  padding-bottom:100px;
}

.safety_row2 .dnd-section .dnd-column {
  padding: 0 20px;
}

.safety_row2 .dnd-section .dnd-column:last-child {
  padding-right: 0;
}

.safety_row2 .widget-type-rich_text {
  margin-bottom: 50px;
}

.safety_row2 .widget-type-rich_text > * {
  display: inline-block;
  width: 100%;
}

.safety_row2 .iframe_wrapper {
  margin-right: 0;
  padding-top: 52px !important;
}

.safety_row2 .embed_container{
  display:block !important;
}

@media(max-width:767px){
  .safety_row1 .dnd-section {
    padding: 25px 0 0;
  }

  .safety_row2 .widget-type-rich_text {
    margin-bottom: calc(25px - 0.85em);
  }

  .safety_row2 .dnd-section .dnd-column:last-child {
    padding-right: 20px;
    margin-bottom: 12.5px;
  }

  .safety_row2 .dnd-section {
    padding-bottom: 50px;
  }
}

@media(max-width: 668px) {
  .safety_row1 .dnd-section {
    padding: 25px 0 12px;
  }

  .safety_row2 .dnd-section {
    padding-bottom: 25px;
  }

  .safety_row2 .dnd-section .dnd-column:last-child {
    margin-bottom: 25px;
  }
}

@media(max-width: 480px) {
  .safety_row2 .dnd-section .dnd-column {
    margin-bottom: 20px;
  }
}

.meet_doc_row1 .dnd-section {
  padding: 50px 0 25px;
}

.meet_doc_row1 h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.meet_doc_row2 .dnd-section,
.meet_doc_row2 .dnd-section > .row-fluid {
  padding: 0;
}

.meet_doc_row2 {
  max-width: 1200px;
  margin: 0 auto;
}

.meet_doc_row2 .span9 .widget-type-rich_text {
  margin: 0 20px;
}

.meet_doc_row2 .span8 h6 {
  text-align: right;
}

.meet_doc_row2 .widget-type-rich_text a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.meet_doc_row2 .widget-type-rich_text a i:before {
  content: "\f054";
}

.meet_doc_row2 .widget-type-rich_text hr {
  margin-top: 25px;
  border-bottom: 1px solid;
  margin-bottom: calc(1em + 10px);
  width: 100%;
}


@media(max-width:767px){
  .meet_doc_row1 .dnd-section {
    padding: 25px 0 3px;
  }

  .meet_doc_row2 .widget-type-linked_image {
    width: 100%;
    padding: 0 20px;
  }

  .meet_doc_row2 .widget-type-rich_text {
    margin: 0 20px;
  } 

  .meet_doc_row2 .widget-type-rich_text hr {
    margin-top: 12.5px;
  }

  .meet_doc_row2  p[style*="height: 25px;"],
  .meet_doc_row2  p[style*="height: 50px;"]{
    height: 0px !important;
  }

  .meet_doc_left .dnd-section .dnd-row:last-child {
    margin-bottom: 7px;
  }

  .meet_doc_row2 .off_details .off_det_inr {
    padding: 12.5px 20px;
  }

  .meet_doc_row2 .off_details.show_border {
    margin-bottom: 13px;
  }

  .meet_doc_row2 .meet_doctors.show_border .md_inr {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  .meet_doc_row2 .box_contnt {
    margin-bottom: 12.5px;
  }

  .meet_doc_row2  .meet_doctors {
    margin-bottom: 50px;
  }
}


@media(max-width:668px){
  .meet_doc_row1 .dnd-section {
    padding: 25px 0 16px;
  } 

  .meet_doc_row2 .off_details.show_border {
    margin-bottom: 25px;
  }

  .meet_doc_row2 .box_contnt {
    margin-bottom: 25px;
  }

  .meet_doc_row2 .meet_doctors.show_border .md_inr {
    padding-top: 3.75px;
    padding-bottom: 25px;
  }
}


.review_row1 .dnd-section {
  padding: 50px 0;
}

.review_row1 h3 {
  text-align: center;
  margin-bottom: 3px;
  color: #f8f301;
}

.review_row1 h3 >i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.review_row1 h3 >i:before {
  content: "\f005";
}

.review_row1 h1 {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.review_row1 p {
  text-align: center;
}


.review_row2 .dnd-section {
  padding: 0;
}

.review_row2 .dnd-section>.row-fluid {
  max-width: none;
  padding: 0;
}

.review_row3 .dnd-section>.row-fluid {
  padding: 0;
}
.review_row3 .dnd-section {
  padding: 0;
}


@media (max-width:767px){

  .review_row1 .dnd-section {
    width: 100%;
    margin: 25px 0;
    padding: 0;
  }

  .review_row1 p {
    margin-bottom: 0;
  }

}

.off_row1  .dnd-section {
  padding: 50px 0 25px;
}

.off_row1  h1 {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px; 
}

.off_row1  h5 {
  margin-top: 10px;
  padding-top: 0;
}

.off_row2 {
  max-width: 1200px;
  margin: 0 auto;
}

.off_row2 .dnd-section,
.off_row2 .dnd-section > .row-fluid {
  padding: 0;
}

.form_row  form {
  background: none;
  padding: 0;
  margin: 0;
}

.form_row .widget-type-form {
  padding: 15px 20px 25px;
}

.form_row .form-title,
.form_row .widget-type-form h3{
  margin-bottom: 9px;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}


.form-title:empty {
  display: none;
}

.form_row form fieldset {
  margin-top: 10px;
  line-height: 1.3em;
  margin-bottom: 0;
  font-size: .95em;
}

.form_row form .hs-form-field {
  width: calc(100%);
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 8px;
}

.form_row .hs-form-field > label {
  margin-bottom: 21px;
}

.form_row form fieldset:first-child {
  margin-top: 13px;
}

.form_row form {
  padding-right: 16px;
}

.form_row fieldset .input {
  margin-right: 0 !important;
}

.form_row fieldset .hs-input {
  width: 100% !important;
}

.form_row form .form-columns-2 .hs-form-field {
  width: 50%;
  padding-right: 16px;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}

.form_row form .form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}

.form_row form textarea {
  min-height: 160px;
  margin-bottom: 5px;
}

.form_row form .hs-richtext span {
  padding: 0 16px 0 0;
  font-size: .813em;
  line-height: inherit;
  margin-bottom: 20px;
  padding-top: 16px;
  display: block;
}


@media(max-width:930px) and (min-width:768px){
  .form_row form .form-columns-2 .hs-form-field {
    width: 100%; 
  }
}


@media(max-width:767px){
  .off_row1 .dnd-section {
    padding: 25px 0 0;
  }

  .form_row .widget-type-form{
    margin-bottom:25px; 
  }

  .form_row form {
    padding-right: 0;
  }

  .form_row form .form-columns-2 .hs-form-field {
    padding-right: 0;
    margin-right: 0;
  }
}

@media(max-width:641px){
  .form_row   form .hs-button {
    width: 100%;
    line-height: 2 !important;
    min-height: 2rem;
  }
 
  .form_row .widget-type-form h3{
    padding: 5px 5px;
  }

}


.thankyou_row1 .dnd-section {
  padding: 50px 0 25px;
}

.thankyou_row1 h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.thankyou_row1 h5 {
  margin-top: 10px;
  padding-top: 0;
}

.thankyou_row2 .dnd-section {
  padding: 0 0 100px;
}

.thankyou_row2 .dnd-section > .row-fluid {
  padding: 0;
}

.thankyou_row2 .dnd-section .dnd-column {
  padding: 0 20px;
}

@media(max-width:767px){
  .thankyou_row1 .dnd-section {
    padding: 25px 0 0;
  }

  .thankyou_row2 .dnd-section {
    padding: 0px 0 33px;
  }
}


@media(max-width:668px){
  .thankyou_row1 .dnd-section {
    padding: 25px 0 12px;
  }

  .thankyou_row2 .dnd-section {
    padding: 0px 0 8px;
  }
}


.be_row1 .dnd-section {
  padding: 50px 0 25px;
}

.be_row1 h1 {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px; 
}

.be_row1 h5 {
  margin-top: 10px;
  padding-top: 0;
}

.be_row2 .dnd-section,
.be_row2 .dnd-section > .row-fluid {
  padding: 0;
}

.be_row2 .widget-type-rich_text {
  padding: 0 20px;
}

.form_row form input[type=checkbox],.form_row form input[type=radio] {
  width: auto !important;
}

.form_row form ul[role="checkbox"] {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1.5em;
}

.form_row form ul[role="checkbox"] >li {
  width: 50%;
  min-height: 28px;
  vertical-align: top;
  font-size: .95em;
  line-height: 1.3em;
}

.form_row form input[type=checkbox]:checked + span {
  font-weight: 700;
}

.form_row form ul[role="checkbox"] >li label {
  display: block;
}

.book_exam_page .form_row {
  margin-bottom: 50px;
}


@media(max-width:767px){
  .be_row1 .dnd-section {
    padding: 25px 0 12px;
  }

  .book_exam_page .form_row {
    margin-bottom: 10px;
  }
}


@media(max-width:668px){
  .be_row1 .dnd-section {
    padding: 25px 0 7px;
  }


  .form_row form ul[role="checkbox"]>li {
    margin: 0;
    width: 100%;
  }
}

.form_row form ul[role="checkbox"]>li label {
  font-size: 14px;
  font-weight: 300;
}

.form_row form ul[role="checkbox"]>li[role*="radio"] {
  width: 100%;
  margin: 0;
}

.form_row form div[data-reactid*="_features"] > ul li,
.form_row form div[data-reactid*="_forward"] > ul li {
  width: 100%;
  margin: 0;
}

.book_exam_page .schedule_exam h5,
.book_exam_page .schedule_exam h6 {
  margin: 0;
  font: inherit;
}

.book_exam_page .schedule_exam {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
}


@media(max-width:767px){
  .be_row2 img[style*="float: right;"],
  .be_row2 img[style*="float: left;"]{ 
    clear: both;
    display: block;
    float: none !important;
    max-width: 100%;
  }

}

.banner_dnd .dnd-section,
.banner_dnd .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}


.cstm_cta_btn {
  margin: 10px 0 10px 0;
  line-height: 1em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1em;
  font-weight: normal;
  padding: 12px 20px;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #465C1D;
  color: #fff !important;
}

.cstm_cta_btn:hover {
  background-color: #668a02;
}


.homerow2 .dnd-section,.homerow2 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow2 {
  margin: 20px 0 100px;
}

.homerow2 .dnd-section .span4 {
  margin-top: 25px;
}

.homerow2 .dnd-section .widget-type-rich_text {
  margin-left: 25px;
  margin-top: 100px;
}

.homerow2 h2 span {
  font-size: 42px;
  line-height: 1em;
}

.homerow2 #embed_container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 100px;
  display: block;
}

.homerow2 .iframe_wrapper {
  margin: 0;
  width: 100%;  
  padding-top: 52px !important; 
}

.homerow3 .dnd-section {
  padding: 0;
}

.homerow3 .dnd-section > .row-fluid {
  padding: 20px;
}

.homerow3 {
  text-align: center;
}

.homerow3 .dnd-section[class*="background"] * { 
  color: #fff;
}

.homerow3 h5 {
  margin: 0;
}

.homerow3 a {
  color: #fff !important;
}

.homerow4 .dnd-section[class*="background"] * { 
  color: #fff;
}

.homerow4 .dnd-section {
  padding: 0;
  border: 0;
  border-top-width: 2px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: rgb(232, 227, 227);
}

.homerow4 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow4 .widget-type-rich_text {
  margin-top: 25px;
  padding: 0 20px;
}

.homerow4 h4 {
  margin-bottom: 5px;
}

.homerow4 p {
  font-size: 1.2em;
}

.homerow4 p i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homerow4 p i:before {
  content: "\f054";
}

.homerow4 a:hover {
  color: #ccc !IMPORTANT;
}

.homerow4 .widget-type-linked_image {
  width: 100%;
}


.homerow5 .dnd-section {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  border: 0;
  border-bottom: 2px solid;
  border-color: rgb(0, 35, 102);
}

.homerow5 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow6 .dnd-section {
  padding: 0;
}

.homerow6 .dnd-section >.row-fluid {
  border-bottom: 1px solid #ddd;
}

.homerow6 {
  text-align: center;
}

.homerow6 h1 {
  margin-bottom: 5px;
}

.homerow7 {
  max-width: 1200px;
  margin: 0 auto;
}

.homerow7 .dnd-section,.homerow7 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow7 .widget-type-linked_image {
  margin-top: 25px;
  margin-bottom: 20px;
}

.homerow7 .off_details {
  background: none;
  margin: 15px 0 0;
}

.homerow7 .off_details .off_det_inr {
  padding: 0 20px;
}



.homerow7 .off_details h5 {
  border: none;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  font-family: 'Open Sans';
}

.homerow7 .off_details .off_det_inr>div:last-child p:last-child {
  margin-bottom: .875em;
}

.homerow7 .iframe_wrapper {
  margin: 0;
  padding-top: 53px !important;
}

.home_row7_right {
  padding: 0 20px;
}

.homerow7 h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
}

.homerow7 #embed_container {
  display: block;
}

.homerow7 .widget-type-header {
  margin-bottom: 9px;
}

.homerow7 .widget-type-header > * {
  display: inline-block;
  width: 100%;
}

.homerow7 .schedule_exam {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .875em;
}

.homerow7 .schedule_exam > * {
  font : inherit;
  margin: 0;
}

.home_row7_right .dnd-row:last-child .embed_container {
  padding-right: 31px;
  margin-top: 25px;
}

.home_row7_right .dnd-row:last-child .iframe_wrapper {
  padding-top: 70px !important;
}

.homerow8 .dnd-section,.homerow8 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow8 .dnd-section {
  margin-top: 50px;
  position: relative;
}

.homerow8 .widget-type-linked_image {
  width: 100%;
  margin-top: 50px;
}

.homerow8 .widget-type-rich_text {
  background-color: #000;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 15px 20px 0;
}

.homerow8 .widget-type-rich_text > * {
  display: inline-block;
  width: 100%;
}

.homerow8 .widget-type-rich_text * {
  color: #fff;
}

.homerow8 .widget-type-rich_text a:hover {
  color: #ccc !important;
}

.homerow8 .widget-type-rich_text a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homerow8 .widget-type-rich_text a i:before {
  content: "\f054";
}

.homerow9 .dnd-section,
.homerow11 .dnd-section{
  padding: 50px 0 25px;
}

.homerow9 .widget-type-rich_text,
.homerow11 .widget-type-rich_text{
  text-align: center;
}

.homerow9 .widget-type-rich_text h3,
.homerow11 .widget-type-rich_text h3{
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.homerow10 .dnd-section,.homerow10 .dnd-section>.row-fluid {
  padding: 0;
}

.homerow10 {
  border-bottom: 1px solid #ddd;
}

.homerow10 .widget-type-linked_image {
  width: 100%;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 50px;
}

.homerow10 .widget-type-linked_image img {
  border: 1px solid #fff;
}

.homerow10 .widget-type-rich_text {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 50px;
}

.homerow10 .widget-type-rich_text a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homerow10 .widget-type-rich_text a i:before {
  content: "\f054";
}

.homerow10 .widget-type-rich_text > * {
  width: 100%;
  display: inline-block;
}

.homerow12 .dnd-section,.homerow12 .dnd-section > .row-fluid {
  padding: 0;
}

.homerow12 .dnd-section .dnd-column {
  padding: 0 20px;
}

.homerow12 .iframe_wrapper {
  margin-right: 0;
  padding-top: 52px !important;
}

.homerow12 .embed_container {
  display: block;
  margin-bottom: 25px;
}

.homerow12 .dnd-section .dnd-column:last-child {
  margin-bottom: 50px;
}

.homerow12 a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homerow12 a i:before {
  content: "\f054";
}

.homerow13 {
  border-top: 1px solid #ddd;
}

.homerow13 .dnd-section {
  padding: 15px 0 0;
}

.homerow13 strong {
  font-weight: normal;
}

.homerow13 h6 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: .5em;
}

.homerow13 h5 {
  margin: 0;
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: .5em;
}


@media(max-width:1230px){

  .homerow4 .widget-type-linked_image {
    padding-right: 20px;
  }

  .homerow5 .dnd-section>.row-fluid {
    padding: 0 20px;
  }


  .home_row7_left {
    padding-left: 20px;
  }

  .homerow8 .dnd-section>.row-fluid {
    padding: 0 20px;
  }

  .homerow7 .off_details .off_det_inr{
    padding: 0 20px 0 0;
  }

}

@media(max-width:767px){
  .homerow2 {
    margin: 10px 0 51px;
  }

  .homerow2 .dnd-section .widget-type-rich_text {
    margin-top: 25px;
    margin-left: 20px;
  }

  .homerow2 #embed_container {
    margin-top: 50px;
  }

  .homerow3 .dnd-section>.row-fluid {
    padding: 10px 20px 12.5px;
  }

  .homerow4 .widget-type-rich_text {
    margin-top: 13px;
  }

  .homerow5 .dnd-section {
    padding-bottom: 7.5px;
    margin-bottom: 25px;
  }

  .homerow7 .widget-type-linked_image {
    margin-top: 12px;
    margin-bottom: 3px;
  }

  .homerow7 .widget-type-header {
    margin-bottom: 8px;
  }

  .homerow7 h6 {
    margin: 0;
  }

  .home_row7_right .dnd-row:last-child .embed_container {
    padding-right: 5px;
    margin-top: 13px;
  }

  .home_row7_right .dnd-row:last-child .iframe_wrapper {
    padding-top: 55px !important;
  }

  .homerow8 .dnd-section {
    margin-top: 25px;
  }

  .homerow8 .widget-type-linked_image {
    margin-top: 25px;
  }

  .homerow8 .widget-type-rich_text {
    padding-top: 0px;
    margin-bottom: 9px;
    margin-top: 7px;
  }

  .homerow9 .dnd-section, .homerow11 .dnd-section {
    padding: 25px 0 3px;
  }

  .homerow10 .widget-type-linked_image {
    padding-left: 10px;
    margin-bottom: 25px;
  }

  .homerow10 .widget-type-rich_text {
    margin-bottom: 13px;
  }

  .homerow12 .embed_container {
    margin-bottom: 13px;
  }

  .homerow12 .dnd-section .dnd-column:last-child {
    margin-bottom: 15px;
  }

  .homerow13 .dnd-section {
    padding: 8px 0 0;
  }

  .home_row7_left{
    padding-right:20px;
  }

  .homerow4 .widget-type-linked_image{
    padding-left:20px;    
    padding-bottom: 20px; 
  }

  .homerow7 .off_details .off_det_inr{
    padding-right:0;
  }

  .homerow8 .widget-type-linked_image > * {
    width: 100%;
    display: block;
  }

  .homerow8 .widget-type-linked_image img {
    width: 100%;
  }

  .homerow8 .widget-type-linked_image > * {
    width: 100%;
    display: block;
  }

  .homerow8 .widget-type-linked_image img {
    width: 100%;
  }

  .homerow10 .widget-type-linked_image {
    padding: 0 20px;
  }

  .homerow10 .widget-type-linked_image img {
    width: 100%;
  }

}

@media(max-width:668px){

  .bnr_area .bnr_btn_wrap {
    padding-bottom: 3.75px;
    padding-top: 25px;
  }

  .bnr_area .bnr_btm_contnt {
    margin-bottom: 24px;
  }

  .homerow2 {
    margin: 25px 0;
  }

  .homerow2 .dnd-section .span4 {
    margin-top: 0;
  }

  .homerow2 #embed_container {
    margin: 25px 0 19px;
  }

  .homerow3 .dnd-section>.row-fluid {
    padding: 25px 20px;
  }

  .homerow4 .widget-type-rich_text {
    margin-top: 25px;
  }

  .homerow5 .dnd-section {
    padding-bottom: 5px;
  }

  .homerow7 .widget-type-linked_image {
    margin-top: 25px;
    margin-bottom: 13px;
  } 

  .homerow7 .iframe_wrapper {
    margin-bottom: 20px;
  }

  .homerow7 .widget-type-header {
    margin-bottom: 16px;
  }

  .home_row7_right .dnd-row:last-child .embed_container {
    padding-right: 0;
    margin-top: 25px;
  }

  .homerow8 .widget-type-rich_text {
    margin-top: 4px;
  }

  .homerow10 .widget-type-linked_image {
    padding-left: 5px;
  }

  .homerow9 .dnd-section, .homerow11 .dnd-section {
    padding: 25px 0 15px;
  }

  .homerow12 .embed_container {
    margin-bottom: 25px;
  }

  .homerow13 .dnd-section {
    padding: 4px 0 0;
  }

  .homerow2 .dnd-section .widget-type-rich_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .homerow10 .widget-type-linked_image {
    padding: 0 20px;
  }

  .homerow12  a {
    display: block;
  }
}


.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}

.form-title {
  text-align: center;
  margin: 0;
}

form a.hs-button {
  margin-top: 10px;
}