/*
Theme Name: Real Response 2019 Edition
Theme URI: https://realresponse.com.au
Author: Real Response, Ramoncito Abella, Lucas Williams
Author URI: https://realresponse.com.au
Description: Real Response theme, 2019 edition, is a combination of the old site, with new and improved functionality.
Version: 2019
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: realresponse
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/*  font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
/* font-family: 'Open Sans Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
/* font-family: 'Roboto Condensed', sans-serif; */
@font-face {
	font-family: 'BebasNeue';
	src: url('assets/fonts/BebasNeue.eot');
	src: url('assets/fonts/BebasNeue.woff') format('woff'), url('assets/fonts/BebasNeue.ttf') format('truetype'), url('assets/fonts/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    position: relative
}
article,
aside,
footer,
header,
nav,
section {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
figcaption,
figure,
main {
    display: block
}
figure {
    margin: 1em 0
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none
}
b,
strong {
    font-weight: inherit
}
b,
strong {
    font-weight: 700
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
dfn {
    font-style: italic
}
mark {
    background-color: #eee;
    color: #222
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
audio,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details,
menu {
    display: block
}
summary {
    display: list-item
}
canvas {
    display: inline-block
}
template {
    display: none
}
[hidden] {
    display: none
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both
}
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 1.66
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 .75em;
    padding: 1.5em 0 0
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0
}
.home.blog .entry-title {
    color: #666;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'verdana';
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}
h1 {
    font-size: 48px;
    margin: 33px 0
}
h2 {
    font-size: 30px;
    margin: 25px 0
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 20px;
    margin: 25px 0
}
h5 {
    font-size: 18px;
    margin: 30px 0
}
h6 {
    font-size: 16px;
    margin: 36px 0
}
p {
    margin: 0 0 1.5em;
    padding: 0
}
dfn,
cite,
em,
i {
    font-style: italic
}
blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0
}
blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: .5em
}
address {
    margin: 0 0 1.5em
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}
mark,
ins {
    background: #eee;
    text-decoration: none
}
big {
    font-size: 125%
}
blockquote {
    quotes: "" ""
}
q {
    quotes: "Ã¢â‚¬Å“" "Ã¢â‚¬Â" "Ã¢â‚¬Ëœ" "Ã¢â‚¬â„¢"
}
blockquote:before,
blockquote:after {
    content: ""
}
:focus {
    outline: none
}
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
    font-family: Tahoma, Arial, sans-serif
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
    font-weight: 700
}
html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
    font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif
}
html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif
}
html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
    font-weight: 700
}
html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif
}
html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
    font-weight: 700;
    line-height: 1.2
}
html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
    font-family: Arial, sans-serif
}
html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
    font-weight: 700
}
html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
    font-weight: 700;
    line-height: 1.3
}
html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
    font-family: Arial, sans-serif
}
html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
    font-weight: 700
}
html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
    font-family: "Arial Hebrew", Arial, sans-serif
}
html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
    font-weight: 700
}
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif
}
html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: 700
}
html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif
}
html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
    font-weight: 600
}
html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
    line-height: 1.65;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif
}
html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
    line-height: 1.8;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif
}
html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
    letter-spacing: 0!important
}
label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: .5em
}
fieldset {
    margin-bottom: 1em
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: .7em;
    width: 100%
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #333
}
select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: .5em
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400
}
button,
input[type="button"],
input[type="submit"] {
    background-color: #DA1E32;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: .75em 2em
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #767676
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb
}
::-webkit-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
}
:-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
}
::-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    opacity: 1
}
:-ms-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
}
hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
ul,
ol {
    margin: 0 0 1.5em;
    padding: 0
}
ul {
    list-style: disc
}
ol {
    list-style: decimal;
    padding-left: 20px;
}
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: 700
}
dd {
    margin: 0 1.5em 1.5em
}
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%
}
thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}
th {
    padding: .4em;
    text-align: left
}
tr {
    border-bottom: 1px solid #eee
}
td {
    padding: .4em
}
th:first-child,
td:first-child {
    padding-left: 0
}
th:last-child,
td:last-child {
    padding-right: 0
}
a {
    color: #222;
    text-decoration: none
}
a:hover,
a:active {
    color: #000;
    outline: 0
}
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out
}
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
    text-decoration: none;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out
}
.entry-content a:not(.btn):focus,
.entry-content a:not(.btn):hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: #DA1E32
}
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
    color: #222
}
.auto-area {
    width: 1170px;
    max-width: 94%;
    margin: 0 auto
}
.post-thumbnail {
    margin-bottom: 1em
}
.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    opacity: .7
}
.navigation-top a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}
.main-navigation {
    clear: both;
    display: block
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: left
}
.main-navigation .menu-item-has-children>a>.icon,
.main-navigation .page_item_has_children>a>.icon,
.main-navigation ul a>.icon {
    display: none
}
.js .main-navigation.toggled-on>div>ul {
    display: block
}
.main-navigation ul ul {
    padding: 0 0 0 1.5em
}
.main-navigation ul ul.toggled-on {
    display: block
}
.main-navigation ul ul a {
    letter-spacing: 0;
    padding: .4em 0;
    position: relative;
    text-transform: none;
    font-size: 16px
}
.main-navigation li {
    border-bottom: 0 solid #eee
}
.main-navigation li li,
.main-navigation li:last-child {
    border: 0
}
.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none
}
.js .menu-toggle {
    display: block
}
.main-navigation.toggled-on ul.nav-menu {
    display: block
}
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.menu-toggle .icon {
    margin-right: 0;
    top: 0
}

}
.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none
}
.toggled-on .menu-toggle .icon-close {
    display: inline-block
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    right: -.5em;
    line-height: 1.5;
    margin: 0 auto;
    position: absolute;
    text-shadow: none;
    top: 4px;
    padding: 0
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent
}
.dropdown-toggle.toggled-on .icon {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.site-header .menu-scroll-down {
    display: none
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
body {
    background: #fff
}
#page {
    position: relative;
    word-wrap: break-word;
    max-width: 100%;
    overflow: hidden
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0
}
.wrap:after {
    clear: both;
    content: "";
    display: block
}
#masthead, #masthead .sub-menu {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(91,91,91,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(91,91,91,0.5);
    box-shadow: 0px 5px 5px 0px rgba(91,91,91,0.5);
    z-index:99;
}
#masthead .wrap {
    position: static;
    width: auto
}
.site-header {
    background-color: transparent;
    position: relative;
    position: absolute;
    width: 100%
}
.site-branding {
    position: relative;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    z-index: 3;
}
.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}
.site-branding a:hover,
.site-branding a:focus {
    opacity: 1
}
.site-title {
    clear: none;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}
.site-title,
.site-title a {
    color: #222;
    opacity: 1
}
body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
    color: #fff
}
.site-description {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 0
}
body.has-header-image .site-description,
body.has-header-video .site-description {
    color: #fff;
    opacity: .8
}
.custom-logo-link {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: auto
}
.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: auto
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 200px;
    max-width: 100%
}
.custom-logo-link a:hover,
.custom-logo-link a:focus {
    opacity: .9
}
body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle
}
.custom-header {
    position: relative
}
.has-header-image.realresponse-front-page .custom-header,
.has-header-video.realresponse-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: table;
    height: 300px;
    height: 75vh;
    width: 100%
}
.custom-header-media {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}
.custom-header-media:before {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
    position: fixed;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.wp-custom-header .wp-custom-header-video-button {
    background-color: rgba(34, 34, 34, .5);
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 30px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
    border-color: rgba(255, 255, 255, .8);
    background-color: rgba(34, 34, 34, .8);
    color: #fff
}
.admin-bar .wp-custom-header-video-button {
    top: 62px
}
.has-header-image:not(.realresponse-front-page):not(.home) .custom-header-media img {
    bottom: 0;
    position: absolute;
    top: auto;
    -ms-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}
@supports (object-fit:cover) {
    .has-header-image .custom-header-media img,
    .has-header-video .custom-header-media video,
    .has-header-video .custom-header-media iframe,
    .has-header-image:not(.realresponse-front-page):not(.home) .custom-header-media img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }
}
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
    display: none
}
.has-header-image.realresponse-front-page .site-branding,
.has-header-video.realresponse-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    display: table-cell;
    height: 100%;
    vertical-align: bottom
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0
}
.gallery {
    margin-bottom: 20px;
    margin-left: -4px
}
.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 4px 4px 0
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}
.gallery-columns-4 .gallery-item {
    max-width: calc(25%-4px)
}
.gallery-columns-5 .gallery-item {
    max-width: calc(20%-4px)
}
.gallery-columns-6 .gallery-item {
    max-width: calc(16.7%-4px)
}
.gallery-columns-7 .gallery-item {
    max-width: calc(14.28%-4px)
}
.gallery-columns-8 .gallery-item {
    max-width: calc(12.5%-4px)
}
.gallery-columns-9 .gallery-item {
    max-width: calc(11.1%-4px)
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}
.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    max-height: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
    margin: 0;
    padding: 2px 8px
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.format-aside blockquote {
    font-size: 100%;
    font-weight: 400
}
.format-aside cite {
    font-size: 100%;
    text-transform: none
}
.format-aside cite:before {
    content: "\2014";
    margin-right: 5px
}
.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px
}
.format-audio .audio-content {
    background: url(/wp-content/themes/realresponse/assets/images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: calc(100%-85px)
}
.format-audio .wp-audio-shortcode {
    height: 30px!important;
    max-width: 400px!important;
    margin: 20px 0
}
.format-chat {
    background-color: #eadaa6
}
.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px
}
.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 10px 0
}
.format-chat .chat .fn {
    font-style: normal
}
.format-gallery {
    background-color: #fbca3c
}
.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0
}
.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px
}
.format-link div.entry-meta {
    display: inline
}
.format-quote {
    background-color: #210d10
}
.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a
}
.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff
}
.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px
}
.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative
}
.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px
}
.format-status {
    background-color: #722d19;
    padding: 0
}
.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative
}
.format-status .entry-content a {
    color: #eadaa6
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(/wp-content/themes/realresponse/assets/images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px
}
.format-status .entry-meta:before {
    background-position: left top
}
.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}
.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, .65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px
}
.sidebar .format-status .entry-content>p:first-child:before {
    left: 64px
}
.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px
}
.format-status .entry-meta .date a:before {
    content: "\f105"
}
.format-video .entry-title {
    font-size: 50px;
    font-weight: 400
}
.format-video .entry-meta {
    color: #220e10
}
.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0
}
.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0
}
.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px
}
.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    text-align: right;
    padding: 9px 0 0
}
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px
}
.attachment-meta:before {
    content: "\f307"
}
.full-size-link a:before {
    content: "\f402"
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08
}
.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0
}
.image-navigation {
    max-width: 1040px;
    position: relative;
    margin: 0 auto
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px
}
.image-navigation .nav-previous {
    left: 0
}
.image-navigation .nav-next {
    right: 0
}
.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px
}
.attachment .entry-attachment,
.attachment .type-attachment p {
    max-width: 724px;
    text-align: center;
    margin: 0 auto
}
.attachment .entry-description {
    max-width: 604px;
    margin: 20px auto 0
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto
}
.attachment .entry-content .wp-video {
    margin: 0 auto
}
.navigation a:hover {
    color: #ea9629;
    text-decoration: none
}
.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0
}
.paging-navigation .nav-next {
    padding: 13px 0
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300
}
.paging-navigation .meta-nav {
    background-color: #e63f2a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    width: 50px;
    padding: 3px 0 8px
}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    width: 80px;
    padding: 17px 0 23px
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px
}
.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none
}
.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0
}
.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px
}
.post-navigation a[rel=next] {
    float: right;
    text-align: right
}
.author-info {
    max-width: 604px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 10px
}
.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px
}
.single .author-info {
    padding: 50px 0 0
}
.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0
}
.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px
}
.author-link {
    color: #ca3c08;
    margin-left: 2px
}
.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: -15px;
    padding: 0 0 11px
}
.sidebar .archive-meta {
    padding-right: 316px
}
.page-content {
    max-width: 604px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0
}
.sidebar .page-content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 376px 40px 60px
}
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0
}
.comment-list>li:after,
.comment-list .children>li:before {
    background: url(/wp-content/themes/realresponse/assets/images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}
.comment-body {
    position: relative;
    padding: 24px 0
}
.comment-author {
    float: left;
    max-width: 74px
}
.comment-author .avatar {
    display: block;
    margin-bottom: 10px
}
.comment-author .fn {
    word-wrap: break-word
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}
.no-avatars .comment-author {
    max-width: 100%;
    position: relative;
    margin: 0 0 5px
}
.bypostauthor>.comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: calc(100%-124px);
    word-wrap: break-word
}
.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px
}
.comment-metadata {
    margin-bottom: 20px
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2
}
.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px
}
.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px
}
.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none
}
.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px
}
.comment-form .required {
    color: #ed331c
}
.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px
}
.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px
}
.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    max-width: 604px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px
}
.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 40px 0
}
.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px
}
.site-main .mu_register input[type=submit],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px
}
.site-main .mu_register input[type=submit] {
    width: auto
}
.site-main .widget-area {
    float: right;
    width: 300px
}
.widget {
    background-color: rgba(247, 245, 231, .7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin: 0 0 24px;
    padding: 20px
}
.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px
}
.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.widget li {
    padding: 5px 0
}
.widget .children li:last-child {
    padding-bottom: 0
}
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px
}
.widget_calendar caption {
    font-size: 14px;
    margin: 0
}
.widget_calendar th,
.widget_calendar td {
    text-align: center;
    padding: 0
}
.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, .15)
}
.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, .5)
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent
}
.site-footer {
    color: #686758;
    font-size: 14px;
    position: relative;
    z-index: 9
}
.site-footer a {
    color: #686758
}
.site-footer .sidebar-container {
    padding: 32px 0 45px
}
.site-footer .widget-area {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto
}
.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px
}
.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px
}
.sidebar .site-footer .widget {
    width: 228px
}
.site-footer .widget a {
    color: #e6402a
}
.site-info {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0
}
#wpstats {
    display: block;
    margin: -10px auto 0
}
.contact_form_sub_title {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin: 20px auto;
    width: 95%;
    padding: 20px;
    text-align: center;
    background-color: #ffd100;
    border-bottom: 2px solid #DA1E32
}
.error404 .page-title {
	margin: 250px auto 0;
	text-align: center;
}
@media max-width 1599px {
    .site {
        border: 0
    }
}
@media max-width 1069px {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0
    }
    
    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0
    }
    
    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .attachment .image-navigation {
        max-width: 724px
    }
    
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static
    }
    
    .site-main .widget-area {
        margin-right: 60px
    }
}
@media max-width 999px {
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0
    }
    
    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px
    }
    
    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0
    }
    
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%
    }
    
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0
    }
    
    .format-status .entry-content {
        padding-top: 40px
    }
    
    .format-status .entry-meta {
        padding-bottom: 40px
    }
    
    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px
    }
    
    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px
    }
    
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px
    }
    
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px
    }
    
    .site-main .sidebar-container {
        height: auto;
        max-width: 604px;
        position: relative;
        top: 20px;
        margin: 0 auto
    }
    
    .site-main .widget-area {
        float: none;
        width: 100%;
        margin: 0
    }
    
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0
    }
}
@media max-width 767px {
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0
    }
    
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0
    }
    
    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        width: 100%;
        padding: 0
    }
    
    .gallery-caption {
        display: none
    }
}
@media max-width 643px {
    .site-title {
        font-size: 30px
    }
    
    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 20px;
        padding-right: 20px
    }
    
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px
    }
    
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
        padding: 12px 0 12px 20px
    }
    
    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px
    }
    
    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px
    }
    
    .toggled-on .nav-menu,
    .toggled-on .nav-menu>ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%
    }
    
    .toggled-on li,
    .toggled-on .children {
        display: block
    }
    
    .toggled-on .nav-menu li>ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto
    }
    
    .toggled-on .nav-menu li>ul a {
        color: #141412;
        width: auto
    }
    
    .toggled-on .nav-menu li:hover>a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412
    }
    
    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        background-color: #db572f;
        color: #fff
    }
    
    ul.nav-menu,
    div.nav-menu>ul {
        display: none
    }
    
    #content .featured-gallery {
        padding-left: 24px
    }
    
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%
    }
    
    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 22px;
        font-weight: 700
    }
    
    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px
    }
    
    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px
    }
    
    .comment-author {
        margin-right: 30px
    }
    
    .comment-author .avatar {
        height: auto;
        max-width: 100%
    }
    
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px)
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px)
    }
    
    .comment-form textarea {
        height: 80px
    }
    
    .format-audio .entry-content:before {
        display: none
    }
    
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto
    }
}
@media max-width 359px {
    .gallery {
        margin-left: 0
    }
    
    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: calc(50%-4px)
    }
    
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block
    }
    
    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: calc(100%-4px)
    }
    
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px
    }
    
    .gallery br {
        display: none
    }
    
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0
    }
    
    .comment-author {
        max-width: 100%;
        margin: 0 0 5px
    }
    
    .comment-author .avatar {
        display: inline;
        max-width: 20px;
        margin: 0 5px 0 0
    }
    
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%
    }
}
@media print,
-o-min-device-pixel-ratio 54,
-webkit-min-device-pixel-ratio 125,
min-resolution 120dpi {
    .site-header .search-field {
        background-image: url(/wp-content/themes/realresponse/assets/images/search-icon-2x.png)
    }
    
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list>li:after,
    .comment-list .children>li:before {
        background-image: url(/wp-content/themes/realresponse/assets/images/dotted-line-2x.png)
    }
}
@media print {
    body {
        background: none!important;
        color: #000;
        font-size: 10pt
    }
    
    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "
    }
    
    .site {
        max-width: 98%
    }
    
    .site-header {
        background-image: none!important
    }
    
    .site-header .home-link {
        max-width: none;
        min-height: 0
    }
    
    .site-title {
        color: #000;
        font-size: 21pt
    }
    
    .site-description {
        font-size: 10pt
    }
    
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none
    }
    
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        width: 100%;
        margin: 0
    }
    
    .page-title,
    .entry-title {
        font-size: 21pt
    }
    
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt
    }
    
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0
    }
    
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0
    }
    
    .format-image .entry-content .size-full {
        margin: 0
    }
    
    .hentry {
        background-color: #fff
    }
    
    .comments-area>li.comment {
        background: none;
        position: relative;
        width: auto
    }
    
    .comment-metadata {
        float: none
    }
    
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333
    }
}
.auto-area {
    width: 1200px;
    margin: 0 auto
}
.row1-auto-area {
    width: 102%;
    margin: 0 auto
}
.header {
    position: relative
}
.logo-area {
    float: left;
    position: static;
    z-index: 999;
    top: 26px
}
.right-area {
    float: right;
    width: 385px;
    text-align: right
}
.social {
    padding-top: 5px;
    float: none
}
.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 72%
}
a.fb {
    background-image: url(/wp-content/themes/realresponse/assets/images/fb.png);
    background-size: 37%
}
a.twt {
    background-image: url(/wp-content/themes/realresponse/assets/images/twt.png)
}
a.in {
    background-image: url(/wp-content/themes/realresponse/assets/images/in.png)
}
a.fb:hover {
    background-image: url(/wp-content/themes/realresponse/assets/images/fb_hover.png)
}
a.twt:hover {
    background-image: url(/wp-content/themes/realresponse/assets/images/twt_hover.png)
}
a.in:hover {
    background-image: url(/wp-content/themes/realresponse/assets/images/in_hover.png)
}
a.gplus {
    background-image: url(/wp-content/themes/realresponse/assets/images/g_plus.png)
}
.contact-right .social {
    text-align: center;
    padding: 20px 0 0;
    float: none
}
.contact-right .social a {
    width: 34px;
    height: 34px;
    background-image: url(/wp-content/themes/realresponse/assets/images/social-icons.png);
    background-repeat: no-repeat
}
.contact-right .social a.fb {
    background-position: 0 0
}
.contact-right .social a.twt {
    background-position: -43px 0
}
.contact-right .social a.gplus {
    background-position: -86px 0
}
.contact-right .social a.in {
    background-position: -129px 0
}
.contact-right .social a.yt {
    background-position: -172px 0
}
.contact-right .social a.insta {
    background-position: -216px 0
}
.call .textwidget {
    background: #DA1E32;
    padding: 7px 30px 7px 10px
}
.call h4,
.call-area h4 {
    background: url(/wp-content/themes/realresponse/assets/images/call-icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    font-family: 'BebasNeue';
    font-size: 20px;
    padding-left: 37px;
    height: 28px;
    color: #ffffff!important;
    font-weight: 400;
    margin: 0
}
.call-area {
    float: left;
    margin-left: 15px
}
.menu-area {
    float: right;
    width: 668px;
    margin-top: 37px
}
.slider-area {
    position: relative;
    background: #666
}
.slider-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000
}
.book-content a {
    margin-top: 45px;
    float: right;
    font-size: 40px;
    font-family: 'BebasNeue';
    color: #fff!important;
    font-weight: 400;
    background: rgba(195, 54, 63, .8) url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png)no-repeat;
    background-position: right 44px center;
    background-position-x: 89%;
    background-position-y: 49%;
    box-shadow: 0 0 3px #000;
    border-radius: 3px;
    padding: 30px 85px 30px 56px
}
.book-content a:hover {
    background: rgba(0, 0, 0, .5) url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png)no-repeat;
    background-position: right 44px center;
    background-position-x: 89%;
    background-position-y: 49%
}
.book-content.book-innerpage {
    position: relative
}
.book-content.book-innerpage a {
    background: url(/wp-content/themes/realresponse/images/rounded-rectangle.png) no-repeat scroll right 20px center rgba(195, 54, 63, .8);
    border: medium none;
    box-shadow: 0 0 5px #fff;
    font-family: 'BebasNeue';
    font-size: 31px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 12px 0 10px 25px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 1px #000;
    top: 84px;
    width: 200px;
    z-index: 33
}
.book-content.book-innerpage a:hover {
    background: url(/wp-content/themes/realresponse/images/rounded-rectangle.png) no-repeat scroll right 20px center rgba(0, 0, 0, .8);
    text-decoration: none
}
.slider-content p,
.homebtmcontent p {
    font-family: 'BebasNeue';
    font-size: 48px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px
}
.vpage .slider-content p {
    color: #fff;
    font-family: 'BebasNeue';
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 0
}
.bottom-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 800;
    background: rgba(195, 54, 63, .8)
}
.homebtmcontent p span,
.bottom-content p span {
    display: inline-block;
    float: left;
    padding-top: 9px
}
.vpage .bottom-content p span {
    padding-top: 0
}
.slider-content .bottom-content p a {
    font-size: 30px;
    color: #fff;
    background: #000 url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png)no-repeat;
    background-position: right 29px center;
    background-position-x: 90%;
    background-position-y: 51%;
    float: right;
    display: inline-block;
    border-radius: 3px;
    padding: 21px 76px 21px 53px
}
.title-area h1,
.title-area h2 {
    float: left;
    padding: 0px!important
}
.title-area a {
    font-size: 30px;
    color: #fff;
    background: #000 url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png)no-repeat;
    background-position: right 29px center;
    background-position-x: 90%;
    background-position-y: 51%;
    float: right;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 52px 1px 32px;
    font-family: 'BebasNeue'
}
.vpage .slider-content .bottom-content p a {
    font-size: 30px;
    padding: 2px 52px 1px 32px
}
.homebtmcontent a {
    padding: 11px 71px 13px 37px;
    margin-top: 5px
}
.entry-header .homebtmcontent h1 {
    font-size: 48px;
    line-height: 80px
}
.vpage .slider-area {
    margin-bottom: 30px
}
.vpage .bottom-content {
    padding: 8px 0 4px
}
.title-area a:hover,
.slider-content .bottom-content p a:hover {
    background: rgba(0, 0, 0, .5) url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png)no-repeat;
    background-position: right 29px center;
    background-position-x: 90%;
    background-position-y: 51%;
    color: #fff;
    text-decoration: none
}
.videobtn {
    position: absolute;
    right: 0;
    bottom: 9px
}
.videobtn a {
    background-color: #000;
    background-image: url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: 'BebasNeue';
    font-size: 28px;
    padding: 2px 52px 1px 32px
}
.videobtn a:hover {
    background-color: rgba(0, 0, 0, .5)
}
.row1 {
    padding-top: 40px;
    margin-bottom: 0;
    text-align: center;
    background: url(/wp-content/themes/realresponse/assets/images/banner2.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 40px
}
.row1inner {
    padding-top: 95px
}
.box {
    float: left;
    margin: 0 12px 0;
    text-align: center;
    width: 31%;
    min-height: 328px
}
.box p,
.box_2 p {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 31px;
    text-transform: none;
    padding: 0 0;
    margin-bottom: 15px
}
.box h3,
.box_2 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 25px 0 10px;
    padding: 0;
    text-transform: capitalize
}
.box .textwidget>a {
    color: #000;
    font-size: 18px;
    display: block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px
}
.content-heading h3,
.content-heading h2 {
    color: #DA1E32;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
    text-transform: capitalize
}
.home .content-heading h3 {
    text-align: center
}
.box-image {
    margin-left: -4px
}
.first .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/childcare.png)no-repeat left top
}
.second .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/yoga.png)no-repeat left top
}
.third .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/medical.png)no-repeat left top
}
.forth .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/warehouse.png) no-repeat left top
}
.fifth .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/manufacturing.png) no-repeat left top
}
.sixth .box-image {
    background: url(/wp-content/themes/realresponse/assets/images/tailored.png) no-repeat left top
}
.row3 {
    background: #f2f2f2;
    padding: 40px 0 40px;
    text-align: center
}
.row3 .content-heading h2 {
    margin-bottom: 20px
}
.row3 p {
    margin-bottom: 20px
}
.about-us-box.widget_text {
    background: #FFF;
    width: 320px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    position: relative;
    padding: 17px 14px 14px
}
.about-us-box.widget_text .textwidget .video-icon a {
    background: url(/wp-content/themes/realresponse/assets/images/video-icon.png) no-repeat center center;
    bottom: 0;
    display: block;
    height: 51px;
    position: absolute;
    right: 122px;
    top: 104px;
    width: 73px;
    z-index: 999px;
    opacity: .7
}
.about-us-box.widget_text h3 {
    font-size: 28px;
    color: #000;
    font-family: 'BebasNeue';
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0
}
.row4 {
    padding-top: 16px;
    background: #f8dedf;
    padding-bottom: 50px
}
.testimonial_body p {
    color: #474748;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-top: 30px;
    text-align: right;
    line-height: 27px;
    font-weight: 400;
    width: inherit!important;
    display: inline-block!important;
    background: url(/wp-content/themes/realresponse/assets/images/qoute-left.png) no-repeat left 0 top 0;
    padding-left: 25px;
    padding-top: 5px
}
.main-bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    -moz-transition: all .8s ease-in-out 0;
    -webkit-transition: all .8s ease-in-out 0;
    -o-transition: all .8s ease-in-out 0;
    transition: all .8s ease-in-out 0;
    width: 4900px;
    background: hsl(43, 15%, 47%)
}
#model {
    width: 980px;
    height: 529px;
    background: hsl(43, 15%, 47%);
    float: left;
    left: 0
}
.top-area {
    text-align: center;
    height: 70px
}
.top-area a {
    background: url(/wp-content/themes/realresponse/assets/images/cross.png) no-repeat hsla(0, 0%, 0%, 0);
    background-position: right 0 center;
    background-position-x: 100%;
    background-position-y: 48%;
    border: 0 none;
    height: 14px;
    width: 14px;
    position: fixed;
    right: 16%;
    top: 12%
}
.top-area h2,
#model h2 {
    color: hsl(0, 0%, 100%);
    font-family: 'BebasNeue';
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    width: 980px;
    text-align: center;
    margin: -60px 0 10px
}
.middle {
    border-radius: 14px;
    border: 1px solid #fff;
    background: #fff;
    height: 482px
}
.course-type {
    margin-top: 60px
}
.middle-area h3 {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    font-weight: 400
}
.text-area label {
    font-size: 18px;
    letter-spacing: .5px
}
.left {
    float: left;
    margin-right: 2%;
    width: 49%
}
.left label {
    text-transform: uppercase;
    font-family: 'BebasNeue';
    font-weight: 400
}
.left input[type=email],
.left input[type=text],
.left textarea {
    outline: none;
    font-size: 13px;
    font-weight: 400;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    width: 92%;
    margin-bottom: 30px;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 12px
}
.right {
    float: right;
    margin-top: 7%;
    width: 49%
}
.right textarea {
    background: hsl(0, 0%, 88%);
    border: 1px solid hsl(0, 0%, 88%);
    border-radius: 5px;
    height: 204px!important;
    margin-bottom: 22px;
    outline: medium none;
    overflow: hidden;
    width: 100%!important;
    padding: 20px 4%
}
.right .text-area {
    background: hsl(0, 0%, 88%);
    border: 1px solid hsl(0, 0%, 88%);
    border-radius: 5px;
    margin-bottom: 22px;
    overflow: hidden;
    font-family: 'BebasNeue';
    padding: 15px 45px 15px 30px
}
.back-btn a {
    background: url(/wp-content/themes/realresponse/assets/images/left-arrow.png) no-repeat hsl(356, 73%, 46%);
    background-position: left 29px center;
    background-position-x: 15%;
    background-position-y: 48%;
    border-radius: 5px;
    box-shadow: 0 0 8px hsl(0, 0%, 50%);
    color: hsl(0, 0%, 100%)!important;
    display: inline-block;
    font-family: 'BebasNeue';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 15px 55px
}
.back-btn a:hover {
    background: url(/wp-content/themes/realresponse/assets/images/left-arrow.png) no-repeat #333;
    background-position: left 29px center;
    background-position-x: 15%;
    background-position-y: 48%
}
.form2-btn {
    padding-top: 58px
}
.skip a {
    background: url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat hsl(356, 73%, 46%);
    background-position: right 29px center;
    background-position-x: 90%;
    background-position-y: 48%;
    border-radius: 5px;
    box-shadow: 0 0 8px hsl(0, 0%, 50%);
    color: hsl(0, 0%, 100%)!important;
    font-family: 'BebasNeue';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 55px
}
.skip a:hover {
    background: url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat #333;
    background-position: right 29px center;
    background-position-x: 90%;
    background-position-y: 48%
}
.form-btns input[type=submit] {
    background: hsl(356, 73%, 47%);
    border: medium none;
    border-radius: 5px;
    color: hsl(0, 0%, 100%);
    font-family: 'BebasNeue';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .8px;
    outline: medium none;
    text-transform: uppercase;
    padding: 15px 50px
}
.form-btns input[type=submit]:hover {
    background: #333
}
.submit-btn input[type=submit] {
    box-shadow: 0 0 8px hsl(0, 0%, 50%);
    float: right
}
.form1 .middle-area .booking-part a {
    font-size: 40px;
    height: 265px;
    width: 266px;
    color: #000;
    font-family: 'BebasNeue';
    text-align: center
}
.middle-area .industry a {
    color: hsl(0, 0%, 0%);
    font-weight: 400;
    font-family: 'BebasNeue';
    text-align: center
}
.inquiry a.inquiry-text {
    float: right;
    background: url(/wp-content/themes/realresponse/assets/images/inquiry.png) no-repeat right center;
    margin-right: 100px;
    padding-top: 320px
}
.inquiry a.inquiry-text:hover {
    background: url(/wp-content/themes/realresponse/assets/images/inquiry-hover.png) no-repeat right center
}
.middle-area {
    display: block;
    width: 93%;
    margin: 5% 3.5% 3%
}
.model .middle-area a:hover {
    color: .#f50c0c
}
a.child-care {
    background: url(/wp-content/themes/realresponse/assets/images/child-care-industry.png) no-repeat top center
}
a.yoga {
    background: url(/wp-content/themes/realresponse/assets/images/yoga-indstry.png) no-repeat top center
}
a.medical {
    background: url(/wp-content/themes/realresponse/assets/images/medical-industry.png) no-repeat top center
}
a.warehouse {
    background: url(/wp-content/themes/realresponse/assets/images/warehouse-industry.png) no-repeat top center
}
a.manufacturing {
    background: url(/wp-content/themes/realresponse/assets/images/manufacturing-industry.png) no-repeat top center
}
a.talilord {
    background: url(/wp-content/themes/realresponse/assets/images/tailored-industry.png) no-repeat top center
}
.form3 .middle-area .level-choice a {
    width: 125px;
    float: left;
    margin-right: 70px;
    padding-top: 130px;
    font-size: 24px;
    font-family: 'BebasNeue';
    text-align: center;
    color: #000
}
a.cpr {
    background: url(/wp-content/themes/realresponse/assets/images/cpr.png) no-repeat top center
}
a.level1 {
    background: url(/wp-content/themes/realresponse/assets/images/level1.png) no-repeat top center
}
a.level2 {
    background: url(/wp-content/themes/realresponse/assets/images/level2.png) no-repeat top center
}
a.level3 {
    background: url(/wp-content/themes/realresponse/assets/images/level3.png) no-repeat top center
}
a.anafylaxis {
    background: url(/wp-content/themes/realresponse/assets/images/anafylaxis.png) no-repeat top center
}
.form4 .middle-area .course-size a {
    width: 195px;
    float: left;
    margin-right: 40px;
    padding-top: 200px;
    font-size: 24px;
    font-family: 'BebasNeue';
    text-align: center;
    color: #000
}
a.five {
    background: url(/wp-content/themes/realresponse/assets/images/5-10.png) no-repeat top center
}
a.ten {
    background: url(/wp-content/themes/realresponse/assets/images/10-15.png) no-repeat top center
}
a.fifteen {
    background: url(/wp-content/themes/realresponse/assets/images/15-20.png) no-repeat top center
}
a.twenty {
    background: url(/wp-content/themes/realresponse/assets/images/20+.png) no-repeat top center
}
.title-bg .auto-area {
    position: relative
}
.entry-header h1,
.entry-header h2,
.title-bg.advance_first h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin: 40px 0 0;
    padding: 0
}
.contact-right {
    float: right;
    width: 45%;
    background: #f8f8f8
}
a.download {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #DA1E32;
    border-image: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    border-color: 0 0 #b93207;
    border-style: none none solid;
    border-width: medium medium 3px;
    padding: 11px 24px 10px
}
a.download:hover {
    background: #9f1228;
    color: #fff!important
}
.div_slider {
    max-width: 1920px;
    margin: 0 auto
}
iframe html {
    margin-top: 0!important
}
iframe body {
    overflow: hidden!important;
    background: #000
}
.beta {
    position: absolute;
    left: 0;
    top: 0;
    height: 92px;
    width: 95px;
    background: url(/wp-content/themes/realresponse/assets/images/beta_ribbon.png) no-repeat;
    z-index: 1111
}
.industry .wpcf7-radio span.wpcf7-list-item {
    float: left;
    margin: 0 26px 0 0
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/child-care-industry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/yoga-indstry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/medical-industry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/warehouse-industry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/manufacturing-industry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(6) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/tailored-industry.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/child-care-industry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/yoga-indstry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/medical-industry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/warehouse-industry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/manufacturing-industry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.industry .wpcf7-radio .wpcf7-list-item:nth-child(6) input[type=radio] + span.wpcf7-list-item-label:hover,
.industry .wpcf7-radio .wpcf7-list-item:nth-child(6) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/tailored-industry-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio span.wpcf7-list-item {
    float: left;
    margin: 0 65px 0 0
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/cpr.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level1.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level2.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level3.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/anafylaxis.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label:hover,
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/cpr-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label:hover,
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level1-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label:hover,
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level2-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label:hover,
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/level3-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio] + span.wpcf7-list-item-label:hover,
.level-choice .wpcf7-radio .wpcf7-list-item:nth-child(5) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/anafylaxis-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio span.wpcf7-list-item {
    float: left;
    margin: 0 34px 0 0
}
.course-size .wpcf7-radio .wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label {
    font-size: 24px;
    margin-right: 0;
    padding-top: 200px;
    width: 197px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    float: left;
    font-family: 'BebasNeue';
    text-align: center
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/5-10.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/10-15.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/15-20.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/20+.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio] + span.wpcf7-list-item-label:hover,
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/5-10-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio] + span.wpcf7-list-item-label:hover,
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/10-15-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio] + span.wpcf7-list-item-label:hover,
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(3) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/15-20-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio] + span.wpcf7-list-item-label:hover,
.course-size .wpcf7-radio .wpcf7-list-item:nth-child(4) input[type=radio]:checked + span.wpcf7-list-item-label {
    background: url(/wp-content/themes/realresponse/assets/images/20+-hover.png) no-repeat scroll center top rgba(0, 0, 0, 0)
}
.margin-up {
    padding-top: 0
}
span.wpcf7-not-valid-tip {
    left: 15px;
    position: absolute;
    top: 44px;
    z-index: 100
}
.form-inner span.wpcf7-form-control-wrap {
    display: block!important;
    position: relative
}
.testimonial_body {
    text-align: right!important;
    background: url(/wp-content/themes/realresponse/assets/images/qoute-right.png) no-repeat right 0 bottom 13px;
    padding-right: 25px
}
h3.sub-heading {
    background: url(/wp-content/themes/realresponse/assets/images/heading-bg.png) scroll left center;
    color: #fff;
    font-family: 'BebasNeue';
    font-size: 26px;
    font-weight: 400;
    height: 47px;
    padding-left: 52px;
    padding-top: 13px;
    text-transform: uppercase;
    margin: 0 0 20px
}
.about-us-boxes .box {
    float: none;
    margin-right: 10px;
    padding-bottom: 15px;
    width: 29.5%;
    display: inline-block;
    vertical-align: top
}
.about-us-boxes .box h2 {
    font-size: 23px;
    padding: 0 20px;
    line-height: 25px
}
.about-us-boxes .box p {
    text-align: left!important;
    line-height: 21px
}
.box h2 {
    font-family: 'BebasNeue';
    font-size: 28px;
    font-weight: 400
}
.post-217 .entry-header {
    background: url(/wp-content/themes/realresponse/assets/images/our-course-banner-img.png) no-repeat top center;
    min-height: 500px
}
.post-217 .slider-content {
    bottom: auto!important
}
.our-courses-page .left {
    margin-right: 10px;
    width: 650px
}
.our-courses-page .right {
    margin-top: 23px;
    width: 320px
}
.post-217 .entry-content p {
    color: #000;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify
}
.post-217 .video-icon a {
    background: url(/wp-content/themes/realresponse/assets/images/video-icon.png) no-repeat center center;
    bottom: 0;
    display: block;
    height: 51px;
    opacity: .7;
    position: absolute;
    right: 121px;
    top: 52px;
    width: 73px
}
.video-icon>img {
    width: 100%;
    background: #84888c;
    padding: 10px
}
.about-us-box.widget_text .video-icon {
    position: inherit
}
.about-us-box.widget_text .video-icon a {
    bottom: 45px;
    right: 109px;
    top: inherit
}
.alignleft.wp-image-37.size-full {
    margin-right: 10px!important
}
.co>p {
    line-height: 25px
}
.about-us-box.widget_text>p {
    color: #84888c;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 23px
}
.wpcf7 input,
.wpcf7 textarea {
    background: #d8d8d8;
    border: medium none;
    border-radius: 6px;
    height: 42px;
    width: 100%;
    padding: 8px 12px
}
.contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="text"],
.contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="email"],
.contact-form_wrapper.gform_wrapper .contact-form .top_label select,
.contact-form_wrapper.gform_wrapper .contact-form .top_label textarea {
    background: transparent;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 8px 12px!important;
    border: 1px solid #ddd!important
}
.contact-form_wrapper.gform_wrapper .contact-form .top_label textarea {
    height: 230px
}
.inquiry_form input[type="text"],
.contact-form_wrapper.gform_wrapper .contact-form.inquiry_form input[type="email"],
.inquiry_form select,
.inquiry_form textarea {
    border: medium none!important;
    border-radius: 6px!important;
    height: 42px;
    width: 100%!important;
    padding: 8px 12px!important
}
.contact-form_wrapper.gform_wrapper .contact-form .top_label .gfield_captcha_input_container input[type="text"] {
    width: 222px
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: 0 0 3px #ccc;
    border: none
}
.wpcf7-list-item>input {
    height: inherit;
    width: inherit;
    float: left;
    margin-top: 5px
}
.wpcf7-list-item {
    margin-left: 0;
    margin-right: 40px;
    display: inline-block
}
.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-your-captcha {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
    width: 222px;
    padding: 2px 45px
}
.wpcf7-form-control.wpcf7-captchar {
    width: 222px
}
.wpcf7-form-control.wpcf7-submit {
    background: #ca1d26;
    border: medium none;
    font-family: 'BebasNeue';
    font-size: 35px;
    height: auto;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 12px 0 6px;
    width: 222px
}
.contact-form_wrapper.gform_wrapper .contact-form .gform_button.button {
    background: #ca1d26;
    border: medium none;
    border-radius: 4px;
    font-family: 'BebasNeue';
    font-size: 30px!important;
    height: auto;
    line-height: 30px;
    margin-bottom: 20px!important;
    margin-top: 15px!important;
    padding: 9px 0 6px;
    width: 222px!important;
    display: inline-block;
    text-align: center;
    color: #fff
}
.contact-form_wrapper.gform_wrapper .contact-form .top_label .gfield_label {
    display: none
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit:focus {
    color: #000
}
.contact-form_wrapper.gform_wrapper .contact-form .top_label #field_1_6 .gfield_label {
    display: block;
    color: #666
}
.contact-form_wrapper.gform_wrapper .contact-form .gfield_captcha_container img.gfield_captcha {
    border: 1px solid #c3c3c3!important;
    margin: 5px 0!important
}
#contact_popup .top-area,
.contact_popup .top-area {
    background: #DA1E32;
    text-align: left
}
#contact_popup .top-area>h3,
.contact_popup .top-area>h3 {
    color: #fff;
    padding: 12px 25px;
    font-size: 35px
}
#contact_popup .gform_wrapper.contact-form_wrapper,
.contact_popup .gform_wrapper.contact-form_wrapper {
    padding: 0 25px;
    margin-top: 0
}
#contact_popup .main-bg,
.contact_popup .main-bg {
    background: #fff;
    width: 100%
}
.contact-right iframe {
    height: 325px!important
}
.post-47 .entry-content {
    padding-bottom: 80px
}
.cpr-right {
    float: right;
    width: 320px;
    margin-top: 20px
}
.cpr-right ul {
    margin-bottom: 5px;
    margin-top: 0;
    float: left;
    list-style: none outside none
}
.cpr-right ul li {
    font-weight: 400;
    max-height: 55px;
    text-transform: uppercase;
    padding: 17px 7px 22px
}
.first-item {
    background: linear-gradient(tobottom, #fdfdfd0%, #f2f2f247%, #e8e8e8100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8', GradientType=0);
    min-height: 185px;
    border-radius: 4px;
    border-top: 1px solid #e0dfdf;
    border-left: 1px solid #e0dfdf
}
.cpr-right .brder {
    border-right: 1px solid #e0dfdf
}
.first-item.blck {
    background: linear-gradient(tobottom, #6666660%, #333333100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
    border-radius: 3px 3px 3px 0;
    border-left: none;
    padding: 0
}
.first-item.blck>h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    padding-top: 15px;
    padding-bottom: 13px;
    font-weight: 400
}
.first-item.blck>p {
    background: #d82c37;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 22px;
    margin-right: 2px;
    margin-top: 0;
    font-family: 'BebasNeue';
    font-weight: 400;
    padding: 0 15px 4px
}
.first-item.blck span {
    color: #fff;
    display: block;
    font-size: 76px;
    line-height: 76px;
    padding-top: 15px;
    font-weight: 400
}
.light-bg {
    background: #f5f5f5
}
.dark-bg {
    background: #ebebeb
}
.book-btn {
    background: #fdfdfd;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    text-align: center
}
.book-btn>input {
    background: url(/wp-content/themes/realresponse/assets/images/small-right-arrow.png) no-repeat right 15px center #d0202b;
    border: medium none;
    box-shadow: 0 0 5px #797979;
    font-family: 'BebasNeue';
    font-size: 22px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 135px;
    text-shadow: 0 1px 1px #000;
    padding: 9px 0 7px
}
.book-btn>input:hover,
.book-btn>input:focus,
.book-btn>input:active {
    background: url(/wp-content/themes/realresponse/assets/images/small-right-arrow.png) no-repeat right 15px center #d0202b;
    color: #000
}
.d-box {
    background: url(/wp-content/themes/realresponse/assets/images/border.png) no-repeat;
    background-position: right top 10px;
    background-position-x: 100%;
    background-position-y: 5%;
    float: left;
    text-align: center;
    width: 325px;
    position: relative;
    min-height: 400px;
    padding: 0 30px
}
.d-box.last {
    background: none;
    margin-right: 0!important
}
.d-box>p {
    text-align: center;
    font-size: 14px;
    color: #474748
}
.d-box>h3 {
    font-size: 48px;
    color: #DA1E32;
    font-family: 'BebasNeue'
}
.defibrillator-boxes {
    background: linear-gradient(tobottom, #fdfdfd0%, #f4f4f451%, #e8e8e8100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8', GradientType=0);
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px
}
.d-box a.more,
.contact-us-link {
    background: #ca1d26;
    border: medium none;
    border-radius: 2px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: 'BebasNeue';
    font-size: 19px;
    height: auto;
    left: 32%;
    margin: 8px auto;
    padding: 4px 20px 2px;
    position: absolute
}
.d-box a.more:hover,
a.contact-us-link:hover {
    color: #000;
    text-decoration: none
}
.d-box>img {
    margin-top: -10px
}
.d-box .big-img {
    margin-top: -28px
}
.sub-heading.big {
    background: url(/wp-content/themes/realresponse/assets/images/big-heading.png) no-repeat left center
}
.sub-heading.medium {
    background: url(/wp-content/themes/realresponse/assets/images/medium-heading.png) no-repeat left center
}
.welcome-to a {
    color: #DA1E32;
    text-decoration: underline
}
.defibrillator-boxes.inner .d-box {
    background: linear-gradient(tobottom, #fdfdfd0%, #f4f4f451%, #e8e8e8100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 9px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    width: 155px;
    min-height: inherit;
    margin-bottom: 10px;
    padding: 0 13px
}
.defibrillator-boxes.inner .d-box img {
    margin-top: 10px!important
}
.defibrillator-indvdl-right h2 {
    color: #DA1E32;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'BebasNeue';
    margin-bottom: 20px;
    margin-top: 35px
}
.defibrillator-boxes.inner {
    background: none;
    border: none
}
.defibrillator-indvdl-right {
    float: right;
    width: 320px
}
.defibrillator-boxes.inner .d-box>h3 {
    color: #DA1E32;
    font-family: 'BebasNeue';
    font-size: 19px;
    margin-top: 7px
}
.defibrillator-boxes.inner .d-box>h3>a,
.defibrillator-boxes.inner .d-box a {
    color: #DA1E32
}
.defibrillator-boxes.inner .d-box a {
    position: inherit;
    margin: 0 0 16px
}
.defibrillator-boxes .d-box img {
    height: 115px
}
.ui-tabs-anchor {
    font-size: 28px!important;
    font-family: BebasNeue!important;
    font-weight: 400
}
.squelch-taas-tab-group.squelch-taas-override.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-tabs-collapsible {
    background: #f8f8f8!important;
    padding: 0!important
}
.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: none!important;
    border: none!important;
    padding: 0!important
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #fff!important;
    font-size: 28px!important;
    font-family: BebasNeue!important;
    font-weight: 400;
    background: #e23c46!important;
    margin-right: 0!important;
    border-right: 1px solid #fff!important
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #f8f8f8!important;
    color: #000!important
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: none
}
.squelch-taas-tab.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    color: #000
}
.ui-tabs .ui-tabs-nav li a {
    padding: 13px 34px 8px!important
}
@-moz-document url-prefix() {
    .ui-tabs .ui-tabs-nav li a {
        padding: 13px 34px 8px!important
    }
}
.ui-tabs .ui-tabs-nav li {
    margin-top: 0!important;
    border-radius: 0!important
}
.ui-tabs .ui-tabs-nav li a:hover {
    border: none!important
}
a.contact-us-link {
    margin-bottom: 10px;
    margin-top: 15px;
    float: right;
    color: #fff!important;
    display: blocxk;
    position: inherit
}
.contact-us-link:hover,
.contact-us-link:focus,
.contact-us-link:active {
    color: #000!important;
    text-decoration: none
}
.defibrillator-boxes .d-box p {
    margin-top: 5px
}
.advance .cpr-right {
    width: 100%;
    float: none
}
.advance .cpr-right ul li {
    max-width: 210px
}
.advance .cpr-right ul .first-item {
    max-height: 275px;
    min-height: 252px
}
.center li {
    max-width: 189px!important
}
.advance .cpr-right ul .first-item.blck>p {
    min-height: 193px;
    text-align: center
}
.wpcf7-form>p {
    color: #666
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
.widget_rss .rss-date,
.widget_calendar a {
    display: block
}
audio,
canvas,
video,
.attachment .entry-attachment .attachment {
    display: inline-block
}
[hidden],
.menu-toggle,
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.format-chat .entry-meta .author,
.format-image .categories-links,
.format-image .tags-links,
.format-quote .entry-meta .author,
.format-status .categories-links,
.format-status .tags-links,
.attachment footer.entry-meta,
.attachment .site-main .sidebar-container,
.author.archive .author-link,
.comment-list>li:last-child:after,
.says,
.search-form .search-submit,
div.wpcf7-mail-sent-ok {
    display: none
}
b,
strong,
dt {
    font-weight: 700
}
p,
li>ul,
li>ol,
figure,
form,
.format-chat .chat,
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child,
.row4 h3 {
    margin: 0
}
blockquote:before,
blockquote:after,
q:before,
q:after,
.full-size-link:before {
    content: none
}
blockquote blockquote,
.entry-meta>span:last-child,
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3),
.about-us-box.widget_text:last-child,
.middle-area .industry a.last,
.industry .wpcf7-radio .wpcf7-list-item.last,
.level-choice .wpcf7-radio .wpcf7-list-item.last,
.course-size .wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0
}
input[type=checkbox],
input[type=radio],
.hentry,
.sidebar .entry-header .entry-meta,
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0
}
::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #7d7b6d
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption,
embed,
iframe,
object,
video {
    max-width: 100%
}
.entry-content .twitter-tweet-rendered,
.format-audio audio {
    max-width: 100%!important
}
.alignleft,
.navigation .nav-previous,
.fbox,
.back-btn {
    float: left
}
.alignright,
div.wp-caption.alignright img[class*=wp-image-],
.navigation .nav-next,
.right-top,
.skip,
.wpcf7-list-item-label {
    float: right
}
.site-main,
.about-us-box.widget_text .textwidget img,
.cycle-slide,
.video-icon {
    position: relative
}
.site-main .sidebar-inner,
.post-navigation .nav-links {
    max-width: 1040px;
    margin: 0 auto
}
ul.nav-menu,
div.nav-menu>ul,
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0
}
.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li a:focus,
.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: black
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus,
.format-audio,
.format-video {
    background-color: #232323
}
.navbar,
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply,
.comment-form textarea,
.box img {
    width: 100%
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta,
.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px
}
.entry-title a,
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text,
.squelch-taas-tab.ui-state-default.ui-corner-top a {
    color: #fff
}
.entry-meta a,
.entry-meta a:hover,
.entry-content a,
.comment-content a,
.format-link .entry-title a,
.navigation a,
.widget a {
    color: #fff
}
.post .entry-meta a,
.post .entry-meta a:hover,
.post .entry-content a,
.post .comment-content a,
.post .format-link .entry-title a,
.post .navigation a,
.post .widget a {
    color: #C60
}
.format-standard footer.entry-meta,
.format-aside .entry-meta {
    margin-top: 0
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.center {
    text-align: center
}
.gallery-item:hover .gallery-caption,
.social a:hover,
.about-us-box.widget_text .textwidget .video-icon a:hover,
.post-217 .video-icon a:hover {
    opacity: 1
}
.format-aside,
.format-link {
    background-color: #f7f5e7
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside,
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, .2)
}
.format-audio .entry-title,
.format-chat .entry-title,
.format-image .entry-title {
    font-size: 28px;
    font-weight: 700
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover,
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3
}
.format-chat .entry-meta a,
.format-chat .entry-content a,
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19
}
.format-gallery .entry-header,
.comment-form .comment-notes {
    margin-bottom: 15px
}
.format-link .entry-header,
.format-link .entry-content p:last-child,
.format-status .entry-content p:last-child {
    margin-bottom: 0
}
.format-quote .entry-content,
.format-quote .entry-meta,
.format-status .entry-meta a,
.single-format-status .author-description {
    color: #f7f5e7
}
.format-quote .entry-content cite a:hover,
.image-navigation a:hover,
.slider-content a:hover {
    text-decoration: none
}
.attachment .entry-caption,
.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left
}
.attachment .entry-content .mejs-container,
.row1 .content-heading {
    margin-bottom: 24px
}
.paging-navigation .nav-links,
.site-main .mu_register {
    max-width: 604px;
    width: 100%;
    margin: 0 auto
}
.archive-header,
.page-header {
    background-color: #e8e5ce
}
.archive-title,
.archive-meta,
.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0
}
.comments-title,
.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif
}
.comment-list .children,
.comment-list .edit-link,
.widget li>ul,
.widget li>ol {
    margin-left: 20px
}
.comment-awaiting-moderation,
.widget_rss .rss-date,
.widget_rss li>cite {
    color: #a2a2a2
}
.mu_alert,
.course-size2 {
    margin-top: 25px
}
.box .textwidget p a {
    display: inline-block;
    height: 220px;
    width: 360px
}
.box .textwidget img {
    height: 100%;
    max-width: 100%;
    width: 100%
}
.third,
.sixth,
a img:last-child,
.middle-area a.last,
.about-us-box.widget_text.last,
.about-us-boxes .box.last {
    margin-right: 0!important
}
.form-btns,
.cpr_courses {
    margin-top: 30px
}
.form1 .middle-area .booking-part a:hover,
.form2 .middle-area .industry a:hover,
.form3 .middle-area .level-choice a:hover,
.form4 .middle-area .course-size a:hover {
    color: #f50c0c
}
.entry-content h1,
.ss_wrapper h2 {
    color: hsl(0, 0%, 60%);
    font-family: 'BebasNeue';
    font-size: 28px;
    font-weight: 400;
    margin-top: 15px
}
.defibrillator-indvdl-left {
    float: left;
    width: 650px
}
.industry .wpcf7-radio .wpcf7-list-item input[type=radio],
.level-choice .wpcf7-radio .wpcf7-list-item input[type=radio],
.course-size .wpcf7-radio .wpcf7-list-item input[type=radio] {
    position: absolute;
    overflow: hidden;
    display: none;
    clip: rect(0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0
}
.industry .wpcf7-radio .wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label,
.level-choice .wpcf7-radio .wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label {
    font-size: 24px;
    margin-right: 0;
    padding-top: 130px;
    width: 125px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    float: left;
    font-family: 'BebasNeue';
    text-align: center
}
.page>.entry-header {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px
}
.post-217 .row3,
.post-45 .row3 {
    margin-top: 40px
}
.cpr-left ul li,
.recall ul li,
.cpr_courses li {
    list-style: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    margin-top: 15px;
    text-align: left;
    background: url(/wp-content/themes/realresponse/assets/images/list-iconp.png) no-repeat;
    background-position: left top 8px;
    background-position-x: 0%;
    background-position-y: 2%;
    padding-left: 25px
}
.list-heading {
    color: #fff;
    font-family: BebasNeue!important;
    font-size: 22px!important;
    font-weight: 400;
    text-transform: uppercase!important;
    color: #323232!important;
    border-bottom: 1px solid #c8c8c8!important;
    padding: 5px 20px!important
}
.post-12 .list-heading,
.post-357 .list-heading {
    border-bottom: none!important;
    padding: 0px!important
}
.post-12 tr th h2,
.post-357 tr th h2 {
    color: #fff;
    font-family: BebasNeue!important;
    font-size: 22px!important;
    font-weight: 400;
    text-transform: uppercase!important;
    color: #323232!important;
    border-bottom: 1px solid #c8c8c8!important;
    padding: 5px 20px!important;
    margin: 0 10px 0 0;
    min-height: 39px
}
.post-357 tr th h2 {
    line-height: 22px;
    min-height: 76px
}
.main-box table {
    background: #f4f4f4;
    border: 1px solid #f7f7f7;
    border-collapse: inherit;
    border-radius: 8px;
    padding-top: 10px
}
.main-box th,
.main-box td {
    padding: 10px 28px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #ddd;
    padding: 0
}
.post-12 .main-box td,
.post-12 .main-box th,
.post-357 .main-box td,
.post-357 .main-box th {
    border-bottom: none;
    padding: 0
}
.imag {
    background: rgba(0, 0, 0, 0)!important;
    padding: 0 17px!important;
    width: 100%!important;
    border-bottom: 0px!important
}
.main-box td {
    background: url(/wp-content/themes/realresponse/assets/images/list-icon-2.png) no-repeat left 15px top 13px;
    line-height: 18px;
    padding: 10px 17px 7px 28px
}
.post-12 .main-box td,
.post-357 .main-box td {
    background: none
}
.main-box span {
    display: block;
    text-transform: uppercase
}
.list-first {
    border-top: 1px solid #fff
}
.main-box .book-btn {
    background: #fdfdfd!important;
    border: medium none!important;
    border-radius: 4px;
    text-align: center
}
.imag img {
    background: #323232!important;
    border-radius: 5px;
    padding: 25px 117px!important;
    text-align: center
}
.main-box .last {
    border-bottom: none!important
}
.inner-l-r img {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px;
    margin-top: 10px;
    padding: 7px
}
.inner-l-r .cpr_courses {
    float: left;
    margin-right: 25px;
    margin-top: 0;
    width: 44%
}
.page-id-12 .cpr-right,
.post-357 .cpr-right {
    float: none;
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}
.page-id-12 .cpr-left {
    float: left;
    width: 650px
}
.page-id-12 .imag>img {
    padding: 25px 50px!important
}
.page-id-12 .imag>img,
.post-357 .imag>img {
    padding: 25px 50px!important
}
.imag.small img {
    padding: 31px 55px!important
}
.mini .imag img {
    padding: 25px 55px!important
}
.post-12 td h2,
.post-357 td h2 {
    background: url(/wp-content/themes/realresponse/assets/images/list-icon-2.png) no-repeat left 15px top 16px;
    border-bottom: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px 0 0;
    padding: 14px 0 10px 28px;
    width: 179px
}
.post-357 td h2 {
    width: 244px
}
.advance-page td h2 {
    width: 230px
}
.post-12 .main-box .book-btn,
.post-357 .main-box .book-btn {
    text-align: left
}
.post-12 .book-btn>input,
.post-357 .book-btn>input,
.book-btn>a {
    background: #ca1d26;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: 'BebasNeue';
    font-size: 19px;
    height: auto;
    margin-bottom: 18px;
    margin-left: 25px;
    margin-top: 15px;
    padding: 6px 25px 6px 16px;
    width: inherit;
    border-radius: 4px
}
.list-heading>h2>a {
    color: #333
}
.no-mrgn {
    margin: 0!important;
    width: 195px!important
}
.cpr .book-content>a {
    color: #fff;
    margin-top: 20px;
    padding: 18px 85px 16px 56px;
    background: url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat right 44px center rgba(208, 32, 43, .9)
}
.cpr .book-content {
    float: right
}
.cpr .book-content>a:hover {
    text-decoration: none;
    background: url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat right 44px center rgba(0, 0, 0, .7)
}
.post-357 .imag img {
    height: 100px;
    width: 153px!important
}
.list-heading.last.first .last {
    min-height: inherit!important
}
button#play-pause {
    position: absolute;
    z-index: 333;
    top: 35%;
    left: 49%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    opacity: .7;
    border: 3px solid #fff;
    text-indent: -9999px
}
button#play-pause:hover {
    opacity: 1
}
.entry-header button.pause {
    display: none
}
.entry-header:hover button.pause {
    display: block
}
button.play {
    background-image: url(/wp-content/themes/realresponse/assets/images/vplay.png);
    background-position: 2px -3px
}
button.pause {
    background-image: url(/wp-content/themes/realresponse/assets/images/vpause.png);
    background-position: 30px 30px
}
#vclose {
    position: absolute;
    z-index: 333;
    top: 20px;
    right: 20%;
    text-indent: -9999px;
    background-image: url(/wp-content/themes/realresponse/assets/images/vclose.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6);
    opacity: .7;
    height: 32px;
    width: 32px;
    border: none;
    padding: 18px;
    border-radius: 50%
}
#vclose:hover {
    opacity: 1;
    border: none
}
#video-area {
    background: #fff;
    height: 700px;
    width: 100%
}
.hidden {
    display: none
}
.visible {
    display: block
}
.superior-faq-category-title {
    display: none
}
.superior-faq-title a {
    color: #515151;
    font-weight: 400
}
.superior-faq-title a:hover,
.superior-faq-title a:active {
    color: #DA1E32
}
.superior-faq-category-faqs {
    margin-bottom: 0px!important;
    padding-top: 30px
}
.post .entry-header {
    margin-bottom: 20px
}
.post .entry-header h2 {
    margin: 10px 0 0
}
.post .entry-content {
    padding-bottom: 0
}
article.post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC
}
article.post .entry-content p {
    margin-top: 0
}
article.post:last-child {
    border-bottom: none
}
.testimonial {
    list-style: none
}
.testimonial li {
    margin-bottom: 20px
}
.testimonial .test-left {
    float: left;
    width: 27%;
    margin-right: 3%
}
.testimonial .test-left .t-name {
    font-family: 'BebasNeue';
    font-size: 19px;
    padding-top: 8px;
    text-align: center;
    float: left;
    width: 100%
}
.testimonial .test-left .thumbnail {
    border: 1px solid #eee;
    padding: 5px;
    text-align: center
}
.testimonial .test-left .thumbnail .tstimg {
    background: #878787;
    max-width: 100%
}
.testimonial .testimonial-content {
    border: 1px solid #E3E3E3;
    float: left;
    padding: 2%;
    width: 70%;
    min-height: 127px
}
.testimonial .testimonial-content a {
    font-family: 'BebasNeue';
    font-size: 19px;
    color: #900
}
.testimonial .testimonial-content a:hover {
    color: #000
}
.ss_wrapper ul li a {
    color: #000
}
.innerforcourseindu {
    margin-bottom: 0
}
iframe.cboxIframe {
    padding: 30px
}
#colorbox #cboxClose {
    background: url(/wp-content/themes/realresponse/assets/images/cross.png) no-repeat right 0 center hsla(0, 0%, 0%, 0);
    border: 0 none;
    height: 14px;
    position: absolute;
    right: 11px;
    text-indent: -9999px;
    top: 10px;
    width: 14px
}
#cboxContent {
    position: relative
}
.contact_popup #cboxTitle {
    display: none!important
}
.defibrillator-indvdl-right h2>a {
    color: #DA1E32
}
.page .mr_social_sharing_wrapper {
    padding-top: 30px!important
}
.mr_social_sharing_wrapper .mr_social_sharing,
.mr_social_sharing_wrapper .mr_social_sharing_top {
    display: inline-block
}
.top-area .btnclose {
    display: none
}
#colorbox.book_inquery #cboxClose {
    right: 35px;
    top: 18px
}
.youtube_video .cboxIframe,
.youtube_video #cboxContent {
    background: none!important
}
.testimonial .thumbnail .tstimg>img {
    height: 115px;
    width: 331px
}
.why_choose_us_area,
.why_purchase_with_us_area {
    padding: 40px 0 40px;
    background: #fff;
    position: relative;
    text-align: center
}
.why_choose_us_area .enq_btn,
.landing-team .enq_btn {
    bottom: -30px;
    font-size: 36px;
    left: 32%;
    line-height: 36px;
    padding: 12px 0 7px;
    position: absolute;
    width: 318px
}
.landing-team .landing-team-inner {
    position: relative;
    padding-bottom: 45px
}
.why_choose_us_area .textwidget>ul {
    list-style: none;
    margin: 0
}
.why_choose_us_area .textwidget li,
.why_purchase_with_us_area .textwidget li {
    border-right: 0 solid #707070;
    display: block;
    float: left;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
    margin-top: 30px
}
.why_choose_us_area .textwidget ul li:last-child,
.why_purchase_with_us_area .textwidget ul li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0
}
.why_choose_us_area .textwidget div h2,
.why_purchase_with_us_area .textwidget div h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0 0 15px;
    text-transform: capitalize
}
.why_choose_us_area .textwidget div p,
.why_purchase_with_us_area .textwidget div p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
    padding: 0
}
.why_choose_us_area .content-heading h3,
.why_purchase_with_us_area .content-heading h3 {
    margin-bottom: 20px;
    text-align: center
}
.why_choose_us_area .textwidget,
.why_purchase_with_us_area .textwidget {
    padding: 0
}
.banner-area {
    position: relative;
    text-align: center;
    background: #000
}
.banner-area img {
    display: initial
}
.banner-text {
    margin: 0 auto;
    position: absolute;
    text-align: left;
    top: 45%;
    top: calc(50% - 100px);
    top: -webkit-calc(50% - 100px);
    top: -moz-calc(50% - 100px);
    width: 100%
}
.banner-text-inner {
    margin-left: 0;
    width: 70%;
    overflow: hidden
}
.banner-text h2 {
    font-size: 41px;
    line-height: 45px;
    margin: 0 0 15px;
    padding-right: 10px
}
.why_choose_us_area .content-heading.widget_text {
    padding-bottom: 0
}
a.video_btn {
    display: block;
    font-size: 28px;
    font-family: 'BebasNeue';
    background: url(/wp-content/themes/realresponse/assets/images/play-btn.png) no-repeat left center;
    padding: 8px 0 8px 80px;
    color: #000
}
a.enq_btn {
    background: #cd0a2e;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: 'BebasNeue';
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
    padding: 14px 0 12px;
    text-align: center
}
.client-logos .content-heading h3 {
    margin-bottom: 20px
}
.client-logos .owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle
}
.owl-carousel .owl-wrapper-outer {
    margin: 0 20px
}
.innerpage-banner img {
    display: initial
}
.innerpage-banner a.enq_btn {
    color: #000;
    font-size: 35px;
    line-height: 35px;
    padding: 12px 0 10px;
    width: 288px;
    display: inline-block
}
.enquire_btn_top.widget_text {
    bottom: 20px;
    position: absolute;
    text-align: right;
    width: 100%
}
.page-id-16 .innerpage-banner .enq_btn {
    display: none
}
.innerpage-banner a.enq_btn:hover {
    color: #cd0a2e;
    text-decoration: none
}
.innerpage-banner .enquire_btn_top a.enq_btn:hover {
    color: #fff
}
.entry-thumbnail.innerpage-banner {
    background: #000;
    position: relative;
    text-align: center
}
.gray-area {
    background: #e6e6e6;
    padding: 30px 20px 32px 20px;
    width: 330px;
    float: right;
    font-size: 18px
}
.gray-area.fixed {
    bottom: 0;
    margin: 0!important;
    overflow: auto;
    position: fixed;
    right: 13.5%;
    top: 117px
}
.gray-area>h3 {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #262525
}
.gray-area a.enq_btn {
    font-size: 35px;
    line-height: 35px;
    padding: 12px 0 10px;
    margin-top: 30px
}
.gray-area a.enq_btn:hover {
    color: #000;
    text-decoration: none
}
.gray-area>li {
    list-style: none;
    margin-bottom: 18px;
    line-height: 23px
}
.gray-area>li span {
    background: #cb1d27;
    border-radius: 50px;
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 20px;
    padding: 4px 10px
}
.gray-area .right {
    float: none;
    margin-top: 0;
    width: 80%;
    display: inline-block;
    vertical-align: middle
}
.abtuspage .left,
.tailored .left,
.contact-left,
.landing-row2 .left,
.cpr-left {
    float: left;
    margin-right: 5%;
    width: 50%;
    padding-left: 6%
}
h3.big-text {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px
}
.icons img {
    margin-right: 26px
}
.icons img:last-child {
    margin-right: 0
}
.cpr .gray-area>h3 {
    margin-bottom: 18px
}
.cpr .gray-area>li {
    margin-bottom: 9px
}
.cpr .gray-area {
    margin-top: 15px
}
.simulation_training .left {
    width: 64%
}
.gray-area.with-icons img {
    margin-right: 30px
}
.gray-area.with-icons .right {
    width: 60%
}
.gray-area.with-icons>h3 {
    margin-bottom: 25px
}
.gray-area.with-icons>li {
    margin-bottom: 12px
}
.gray-area.with-icons {
    margin-top: 20px
}
.reason .left span {
    background: #cb1d27;
    border-radius: 50px;
    color: #fff;
    font-size: 23px;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}
.reason .right {
    margin: 0 0 0;
    width: 92%
}
.reason .right>h3 {
    font-size: 28px;
    text-transform: unset;
    margin-bottom: 0;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}
.reasons .reason {
    margin-top: 20px
}
a.see {
    color: #cb1d27
}
.gray-area.with-icons li {
    list-style: outside none none
}
.simulation_training .reason .left {
    width: 35px
}
.simulation_training .reason .right .full {
    transition: max-height ease-in-out 0.5s;
    -moz-transition: max-height ease-in-out 0.5s;
    -ms-transition: max-height ease-in-out 0.5s;
    -webkit-transition: max-height ease-in-out 0.5s;
    -o-transition: max-height ease-in-out 0.5s;
    max-height: 0;
    overflow: hidden
}
.simulation_training .reason .right .full.less {
    max-height: 0;
    overflow: hidden
}
.simulation_training .reason .right.fullc .full {
    max-height: 1500px
}
.reason button {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: #cb1d27;
    padding: 0;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    margin-left: 10px
}
.reason .right.fullc .see-more {
    opacity: 0
}
.reason .right.less .see-less {
    opacity: 0
}
.gallery .box h3 {
    margin: 9px 0;
    text-align: left
}
.gallery .box {
    list-style: none;
    min-height: inherit
}
.posts .box img {
    min-height: 166px;
    opacity: .8
}
#lightgalleryvedio .box img.yt-img {
    margin: -28px 0
}
#lightgalleryvedio .box a {
    overflow: hidden
}
.box>a:hover img {
    opacity: 1
}
.lg-outer .lg-sub-html {
    background: #fff;
    color: #000;
    position: unset;
    padding: 20px 60px 0 60px;
    text-align: left
}
.lg-outer .lg-close.lg-icon {
    background: url(/wp-content/themes/realresponse/assets/images/cancel.png) no-repeat center center;
    padding: 0
}
h3.post-title {
    position: absolute;
    top: 40px;
    font-size: 35px;
    text-transform: uppercase;
    left: 65px
}
.lg-sub-html .left {
    display: inline-block;
    float: none;
    margin-right: 40px;
    vertical-align: top;
    width: 28%;
    margin-bottom: 55px
}
.lg-sub-html .left h4 {
    font-size: 23px;
    margin: 0 0 15px
}
.lg-sub-html .left li {
    list-style: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 15px;
    text-align: justify;
    background: url(/wp-content/themes/realresponse/assets/images/list-iconp.png) no-repeat;
    background-position: left top 8px;
    background-position-x: 0%;
    background-position-y: 2%;
    padding-left: 25px
}
.lg-sub-html .left p {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-top: 15px;
    text-align: justify
}
.lg-actions {
    background: #fff;
    padding: 0 80px 55px 65px
}
.lg-sub-html a.enq_btn {
    background: #ca1d26;
    bottom: 32px;
    font-size: 35px;
    line-height: 35px;
    margin: 0 auto -90px;
    position: relative;
    width: 430px
}
.video-content {
    margin-bottom: 55px
}
.posts .box>a {
    display: block;
    position: relative
}
.posts .box .play-me {
    left: 38%;
    min-height: inherit;
    opacity: 1;
    position: absolute;
    top: 35%;
    width: 60px;
    height: 60px
}
.tailored .gray-area>h3 {
    color: #444
}
.tailored .wpcf7 input,
.tailored textarea,
.langing-row2 .wpcf7 input,
.langing-row2 textarea {
    background: #fff;
    border: medium none;
    border-radius: 6px
}
.tailored .wpcf7 textarea,
.langing-row2 .wpcf7 textarea {
    height: 150px
}
.tailored .wpcf7-form-control.wpcf7-submit,
.langing-row2 .wpcf7-form-control.wpcf7-submit {
    background: #ca1d26;
    color: #fff;
    width: 100%;
    margin: 0
}
.inquiry_form .gform_button.button {
    background: #ca1d26;
    color: #fff;
    width: 100%!important;
    margin: 0!important;
    font-size: 35px!important;
    font-family: 'BebasNeue';
    line-height: 35px;
    padding: 12px 0 6px;
    border-radius: 6px
}
#content .gform_wrapper li.gfield.gfield_error,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-bottom: medium none;
    border-top: medium none;
    box-sizing: border-box;
    margin-bottom: 0!important;
    padding-bottom: 0;
    padding-top: 0
}
.gform_wrapper .inquiry_form .top_label .gfield_label {
    clear: both;
    display: none;
    line-height: 1.3
}
.tailored .gray-area,
.langing-row2 .gray-area {
    padding-bottom: 10px;
    margin-bottom: 80px
}
.tailored .gray-area,
.abtuspage .gray-area {
    margin-top: -60px
}
h3.sub-title {
    font-size: 35px;
    margin-bottom: 15px
}
.icon-area .icon {
    float: left;
    width: 33%;
    margin-bottom: 25px
}
.icon-area .icon .right {
    padding-right: 18px;
    width: 70%;
    hyphens: initial
}
.gallery .entry-content p:first-child {
    margin-top: 0
}
.elm-button {
    background: url(/wp-content/themes/realresponse/assets/images/down-arrow.png) no-repeat center bottom;
    border: medium none;
    color: #000;
    padding: 10px 0 25px 0;
    font-weight: 400
}
.elm-button.is-loading .elm-button-text {
    display: block
}
.elm-button:hover,
.elm-button:active,
.elm-button:focus {
    background: url(/wp-content/themes/realresponse/assets/images/down-arrow.png) no-repeat center bottom;
    border: medium none;
    color: #000
}
.page-id-16 #popup-page.iframe {
    display: none
}
.landing-header .header {
    min-height: 118px
}
.landing-page .banner-text h2 {
    color: #fff
}
.landing-page .banner-area a.video_btn {
    color: #fff
}
.landing-page .client-logos {
    background: #fff
}
.landing-row2 {
    margin: 60px 0
}
.landing-page p {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 20px
}
.landing-row2 h3.big-text {
    margin-bottom: 30px
}
.landing-watch {
    background: #e6e6e6;
    padding: 40px 0 35px
}
.landing-watch .left {
    width: 32%
}
.right-vedio {
    float: right;
    width: 65%
}
.landing-team {
    background: #b2b2b2;
    padding: 45px 0 0;
    position: relative;
    margin-bottom: 20px
}
.landing-team img {
    margin-top: 15px
}
.why_choose_us_area ul li img {
    margin-bottom: 30px
}
.entry-content .testimonial li {
    background: none;
    padding-left: 0
}
.page-template-case-study-php .vnav {
    display: none
}
.page-template-gallery-php .cnav {
    display: none
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}
.map {
    margin-top: 30px
}
#map_canvas {
    height: 100%!important;
    width: 100%!important
}
.tailored .gray-area.fixed {
    position: inherit
}
.landing-page .gray-area.fixed {
    position: inherit
}
.at_fixed_inner_el {
    left: 0;
    top: 0!important
}
.entry-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0
}
.entry-content .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px
}
.why_choose_us_area .textwidget a:hover {
    color: #000
}
.contact-form label {
    display: none!important
}
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="text"],
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="email"],
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label select,
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label textarea,
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="text"],
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label input[type="email"],
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label select,
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label textarea {
    height: 37px
}
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label .gfield_captcha_input_container input[type="text"],
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label .gfield_captcha_input_container input[type="text"] {
    width: 155px
}
#contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label textarea,
.contact_popup .contact-form_wrapper.gform_wrapper .contact-form .top_label textarea {
    height: 100px
}
body #contact_popup .gform_wrapper ul li.gfield,
body .contact_popup .gform_wrapper ul li.gfield {
    margin-top: 12px
}
#contact_popup .gform_button.button,
.contact_popup .gform_button.button {
    margin-top: -5px!important
}
#cboxOverlay {
    background: rgba(0, 0, 0, .8)!important
}
.tooltip {
    position: relative;
    display: inline-block
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1
}
.tooltip:hover .tooltiptext {
    visibility: visible
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 22%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #696969 transparent
}
.banner-area img {
    display: initial
}
#contact_popup li,
.contact_popup li
{
    padding-right: 0
}
.address a {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    margin-top: -32px;
    display: inline-block;
    float: right;
    width: 42px
}
.address a img {
    width: 100%
}
.address a:hover {
    color: #000
}
.advance-page .imag img {
    height: 100px;
    width: 153px!important
}
.post-12 .main-box td,
.post-12 .main-box th {
    width: 220px!important
}
.post-12 .main-box th {
    vertical-align: bottom
}
.pum-theme-1844,
.pum-theme-default-theme {
    background-color: rgba(0, 0, 0, .7)!important
}
.gform_wrapper #gform_1 .field_description_below .gfield_description {
    color: red;
    font-weight: 400;
    padding-top: 5px
}
.entry-content a:not(.btn) {
    color: #a1052a
}
.gray-area a,
.book-btn>input,
.book-btn>input,
.book-btn>a {
    color: #ffffff!important
}
.menu-area {
    float: right;
    margin-top: 0;
    width: 100%
}
a:focus,
a:active {
    outline: none
}
.nav-menu>li>a {
    padding: 0 10px
}
.page-description {
    margin-bottom: 25px
}
.woocommerce .category-product-loop ul {
    margin-bottom: 0
}
.woocommerce ul.products li.product-category {
    width: 31.33%;
    height: 350px;
    position: relative;
    background: #ececec
}
.woocommerce ul.products li.product-category a {
    margin: 0 auto;
    text-align: center
}
.woocommerce ul.products li.product-category,
.woocommerce ul.products li.product-category.last {
    margin-left: 20px;
    margin-right: 0
}
.woocommerce ul.products li.product-category.first {
    float: left;
    clear: none
}
.woocommerce-page.post-type-archive ul.products {
    margin-left: -20px
}
.woocommerce ul.products li.product-category a img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0;
}
.woocommerce ul.products li.product-category a h3 {
    background: #a9a9a9;
    color: #fff;
    font-size: 28px;
    line-height: 30px
}
.woocommerce ul.products li.product-category a h3 .count {
    display: none
}
.woocommerce ul.products li.product-category a .image {
    line-height: 265px;
    height: 83%;
    padding: 20px;
    vertical-align: middle
}
.category-product-loop ul li.myproduct .left {
    float: left;
    margin: 0 0 1em 0;
    width: 30%;
    text-align: center
}
.category-product-loop ul li.myproduct .product_image {
    background: #ececec;
    padding: 25px
}
.myproduct .product-content {
    float: left;
    width: 50%;
    height: 245px;
    overflow: hidden
}
.myproduct .product_content ul li {
    font-size: 21px;
    list-style: outside none none;
    padding-left: 0
}
.myproduct .product_content ul li::before {
    background: red;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    width: 6px;
    margin-right: 10px
}
.woocommerce ul.products li.myproduct h3 {
    float: left;
    font-weight: 700;
    line-height: 20px
}
.myproduct .product_links,
.myproduct .product_details .right,
.myproduct .product_heading {
    float: right;
    font-weight: 500;
    margin-top: 0;
    overflow: hidden;
    width: 68%
}
.product_links a {
    line-height: 42px;
    color: #cb1d27;
    font-size: 20px;
    vertical-align: top
}
.woocommerce-page .category-product-loop .products .myproduct.product.last {
    margin-bottom: 0
}
.back_to_categories_link {
    display: block;
    margin-bottom: 20px
}
.myproduct .product_content {
    overflow: hidden
}
.category-product-loop ul li.myproduct .short_desc,
.myproduct .related-products {
    display: none
}
.woocommerce ul.products li.myproduct h3 {
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding: 0
}
.woocommerce ul.products li.myproduct .add_to_cart_button {
    background: #cb1d27;
    color: #fff;
    float: right;
    margin-top: 0
}
.woocommerce ul.products li.myproduct .price {
    float: right;
    font-size: 25px;
    line-height: 25px;
    color: #cb1d27;
    font-weight: 700;
    font-family: BebasNeue
}
.myproduct.active .product_details.has_short_desc .product_heading {
    float: none;
    width: 100%
}
.category-product-loop ul li.myproduct .product_details.has_short_desc .short_desc,
.myproduct .related-products {
    display: block;
    margin-bottom: 20px
}
.myproduct .related-products {
    border: 1px solid rgba(0, 0, 0, .5);
    margin-top: 20px;
    padding: 10px
}
.rel_product {
    border-top: 1px solid rgba(0, 0, 0, .5);
    clear: both;
    padding: 10px 0
}
.related-list a:first-child .rel_product {
    border-top: 0 none
}
.rel_product .image {
    float: left;
    width: 45%
}
.rel_product .content {
    float: right;
    width: 50%
}
.rel_product .content h4 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0
}
.woocommerce .myproduct .product_details .related-products h3 {
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans', sans-serif
}
.woocommerce .myproduct .rel_product .content .price,
.woocommerce .myproduct .product_details .related-products .content h4 {
    float: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}
.woocommerce .myproduct .rel_product .content .price {
    color: #cb1d27
}
.cart_item .product-name>a {
    color: #000000!important;
    font-size: 22px;
    line-height: 22px
}
.wc-proceed-to-checkout {
    /*display: none;*/
}

.cart_totals h2 {
    display: none
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table {
    border: none
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: left
}
.woocommerce table.shop_table.cart {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    text-transform: none
}
.product-price,
.product-quantity,
.product-subtotal,
.product-remove {
    text-align: center
}
.cart thead th.product-price,
.cart thead th.product-quantity,
.cart thead th.product-subtotal,
.cart thead th.product-remove {
    border-left: 1px solid #959595
}

.woocommerce-cart table.cart .product-thumbnail a {
    background: #ececec;
    display: block;
    height: 100px;
    line-height: -moz-block-height;
    line-height: -webkit-block-height;
    line-height: -o-block-height;
    line-height: block-height;
    margin: 10px 0;
    min-width: 32px;
    padding: 15px;
    width: auto;
    text-align: center
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    text-align: right
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    max-width: 100%;
    max-width: 100%;
    height: 100%;
    width: auto
}
.woocommerce a.remove {
    margin: 0 auto;
    font-size: 15px
}
.product-quantity i {
    font-size: 13px
}
.coupon>p {
    font-size: 15px;
    line-height: 100%;
    margin: 0 0 10px;
    text-align: left
}
.woocommerce .coupon #coupon_code {
    font-size: 20px;
    line-height: 25px
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: none
}
.woocommerce .button.checkout-button.wc-forward,
.woocommerce .coupon .button,
.woocommerce ul.products li.myproduct .add_to_cart_button,
.woocommerce ul.products li.myproduct a.button,
.red-button,
.woocommerce.single .single_add_to_cart_button.alt,
.page-template-Defibrillator .innerpage-banner .red-button,
.woocommerce .return-to-shop .button,
.woocommerce .category-product-loop .myproduct .product_links .added_to_cart {
    background: #cb1d27;
    color: #ffffff!important;
    font-family: 'BebasNeue';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding: 2px 20px 0
}
.woocommerce ul.products li.myproduct .added_to_cart {
    margin: 0 20px;
    padding: 0;
    vertical-align: top
}
.woocommerce ul.products li.myproduct a.button {
    margin: 0 20px;
    vertical-align: top
}
.woocommerce .button.checkout-button.wc-forward:hover,
.woocommerce .coupon .button:hover,
.woocommerce #place_order:hover,
.woocommerce ul.products li.myproduct .add_to_cart_button:hover,
.red-button:hover,
.page-template-Defibrillator .innerpage-banner .red-button:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce ul.products li.myproduct a.button:hover,
.woocommerce.single .single_add_to_cart_button.alt:hover {
    color: #000!important;
    background: #cb1d27
}
.add_to_cart_button i {
    margin-right: 10px
}
.woocommerce .button.checkout-button.wc-forward,
.woocommerce #place_order {
    float: right
}
.woocommerce-checkout #payment {
    float: right;
    background: none
}
.woocommerce-checkout #payment input[type="radio"] + label,
.woocommerce-checkout #payment input[type="checkbox"] + label {
    display: inline
}
#customer_details .form-row {
    width: 100%
}
#customer_details .form-row label {
    font-size: 12px;
    font-weight: 400
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0
}
.create-account,
#ship-to-different-address {
    margin-left: 3px
}
#customer_details .create-account label,
#ship-to-different-address label {
    display: inline;
    font-size: 15px;
    font-weight: 400
}
#ship-to-different-address input {
    margin-right: 20px
}
.woocommerce .thankyou-page-order {
    margin-top: 15px
}
.woocommerce .thankyou-page-order .order_item.order-total {
    display: inline-block;
    margin: 15px 0 0;
    width: 100%
}
.thankyou-page-order .order_item .product-total {
    float: right;
    text-align: right;
    width: 22%
}
.thankyou-page-order .order_item .product-name {
    float: left;
    width: 70%
}
.woocommerce .thankyou-page-order li {
    border-right: 0 none;
    clear: both;
    float: none;
    font-size: 12px;
    line-height: 1;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize
}
.order-total td strong span,
.cart-subtotal td span {
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    padding: 1px 0
}
.woocommerce .order_details li strong {
    font-weight: 600
}
.thank-box .woocommerce-Price-amount.amount,
.woocommerce .order_details li strong {
    font-size: 13px;
    line-height: 22px
}
.thankyou-page-order .order_item .product-name,
.thankyou-page-order .order_item .product-total {
    margin-bottom: 3px
}
.woocommerce .thankyou-page-order .order_item.order-total {
    padding-top: 5px;
    border-top: 1px solid;
    clear: both
}
.shop_table .cart-collaterals {
    margin: 25px 0
}
.cart_item .product-name>a {
    margin-left: 10px
}
.thank-box {
    float: left;
    width: 31%;
    margin-right: 25px
}
.thank-box.last {
    margin-right: 0
}
.thank-box .title h3 {
    border-bottom: 1px solid
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #bbb
}
.woocommerce-checkout .entry-content p {
    font-size: 15px;
    margin-top: 0
}
.woocommerce-billing-fields>h3,
.woocommerce-shipping-fields>h3,
.woocommerce-checkout-payment>h3,
#order_review_heading,
.thank-box .title h3 {
    border-bottom: 1px solid #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.woocommerce table.shop_table th {
    padding: 3px 12px;
    text-transform: none;
    font-size: 18px
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields p label,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields p label {
    display: none
}
.woocommerce .woocommerce-checkout #customer_details input {
    line-height: 22px
}
.woocommerce .woocommerce-checkout #customer_details .select2-choice {
    line-height: 32px;
    border-radius: 0
}
.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 10px
}
.thankyou-page-order .order_item .product-name,
.thankyou-page-order .order_item .product-name a {
    color: #000!important;
    font-size: 16px
}
.woocommerce-thankyou-order-received {
    margin-bottom: 50px
}
.thank-box address {
    font-style: normal
}
.thankyou-page-order .order-total p strong,
.thankyou-page-order .order-total p .amount {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}
.menu-cart a i {
    font-size: 23px;
    line-height: 23px
}
.menu-cart a .count {
    background: red;
    border-radius: 50%;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -8px;
    width: 18px
}
.nav-menu li.menu-cart:hover>a .count,
.nav-menu li.menu-cart a:hover .count,
.nav-menu li.menu-cart:focus>a .count,
.nav-menu li.menu-cart a:focus .count,
.nav-menu .current_page_item>a .count,
.nav-menu .current_page_ancestor>a .count,
.nav-menu .current-menu-item>a .count,
.nav-menu .current-menu-ancestor>a .count {
    color: #fff
}
.create-account,
#ship-to-different-address {
    margin: 10px 4px 30px
}
.post-type-archive .back_to_categories_link {
    display: none
}
.steps {
    clear: both;
    margin: 50px 0
}
.steps li {
    float: left;
    list-style: outside none none;
    text-align: center;
    width: 33%;
    position: relative
}
.steps li::before,
.steps li>span,
.steps>ul::before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -28px
}
.steps li::before {
    background: #fff;
    border: 1px solid #cb1d27;
    border-radius: 50%;
    height: 20px;
    width: 20px
}
.steps li.active::before {
    background: #cb1d27
}
.steps li>span {
    color: #cb1d27;
    font-size: 14px;
    line-height: 21px
}
.steps li.active>span {
    color: #fff
}
.steps>ul {
    position: relative
}
.steps>ul::before {
    background: #cb1d27;
    height: 1px;
    top: -17px
}
label:hover:before {
    border: 2px solid #000
}
.defibrillator-boxes {
    border: 0 none
}
.d-box {
    background: rgba(0, 0, 0, 0);
    font-size: 24px;
    line-height: 25px;
    min-height: auto;
    text-align: left;
    width: 33%
}
.defibrillator-boxes.top .d-box {
    border-right: 1px solid #707070
}
.defibrillator-boxes.top .d-box.last {
    border-right: 0;
    margin-right: 0!important
}
.why_purchase_with_us_area h3 {
    font-size: 32px;
    text-align: center
}
.d-box p {
    text-align: left;
    font-size: 25px;
    line-height: 26px;
    color: #000
}
.d-box .red {
    color: #cb1d27
}
.defibrillator-boxes .d-box img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 auto 20px
}
.defibrillator p.intro-para {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block
}
.myproduct,
.short_desc {
    font-size: 21px;
    line-height: 23px
}
.banner-right-logos {
    position: absolute;
    padding-right: 80px;
    padding-top: 130px;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    height: 100%;
    padding-left: 10%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 18%, rgba(0, 0, 0, .41) 27%, rgba(0, 0, 0, .45) 33%, rgba(0, 0, 0, .58) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 18%, rgba(0, 0, 0, .41) 27%, rgba(0, 0, 0, .45) 33%, rgba(0, 0, 0, .58) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 18%, rgba(0, 0, 0, .41) 27%, rgba(0, 0, 0, .45) 33%, rgba(0, 0, 0, .58) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=1)
}
.banner-right-logos .widget_sp_image {
    text-align: center
}
.banner-right-logos .widget_sp_image:first-child {
    margin-bottom: 20px
}
.banner-right-logos .widget_sp_image:nth-child(2) {
    margin-bottom: 40px
}
.banner-right-logos img {
    height: auto
}
.page-template-Defibrillator .innerpage-banner .red-button {
    font-size: 35px;
    line-height: 50px
}
.why-purchase .left h2,
.defibrillator p.intro-para {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 0
}
.why-purchase .left p {
    font-size: 25px;
    line-height: 35px
}
.why-purchase .left p a {
    color: #cb1d27;
    text-decoration: underline
}
.why-purchase .right {
    margin-top: 0
}
.why-purchase .right li {
    list-style: none;
    vertical-align: middle;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700
}
.why-purchase .right a {
    color: #000;
    text-decoration: underline
}
.why-purchase .right li img {
    width: 92px
}
.why-purchase .right li p {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-left: 30px;
    margin-top: 0;
    vertical-align: middle
}
.post-type-archive .woof_product_filter {
    display: none
}
.why-purchase .right li p>span,
.why-purchase .right li p>p {
    display: block;
    font-size: 20px;
    font-weight: 400
}
.shop-now {
    background: #f0f0f0;
    padding: 30px 40px;
    margin: 20px 0
}
.shop-now p {
    font-size: 23px;
    line-height: 26px
}
.entry-content .shop-now img,
.entry-content .shop-now img.alignright {
    width: 50%;
    margin-right: 0
}
.buy-now-btn {
    text-align: center
}
.shop-now .red-button,
.buy-now-btn .red-button {
    border-radius: 5px;
    font-size: 35px;
    line-height: 100%;
    padding: 6px 55px 5px;
    color: #fff
}
.WOOF_Widget .widget.widget-woof {
    background: none
}
.widget-woof>h3 {
    display: none
}
.woof .woof_container {
    display: inline-block;
    float: right;
    width: 200px
}
.woof_products_top_panel {
    width: 600px
}
.woof_product_filter {
    float: right;
    width: 50%
}
.woocommerce .woof .woof_redraw_zone .woof_container_inner .chosen-container {
    width: 97%!important
}
.woof_product_filter .chosen-container-single .chosen-single {
    border-radius: 3px;
    background: none
}
.woof_product_filter .chosen-container-single .chosen-single {
    height: 36px!important;
    line-height: 32px!important
}
.woof_product_filter .chosen-container-single .chosen-single div {
    border-left: 1px solid #aaa;
    width: 26px
}
.woof_product_filter .chosen-container-single .chosen-single div b {
    background-position: 7px 8px!important
}
.woocommerce #content {
    position: relative
}
.woof_product_filter {
    position: absolute;
    right: 0;
    top: -65px;
    width: 50%
}
.seemore {
    font-size: 18px;
    line-height: 100%
}
.right.product_content>ul {
    margin: 20px 0
}
.shop-now .red-button,
.buy-now-btn .red-button {
    color: #ffffff!important
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 0;
    right: .5em;
    margin-left: .53em
}
.woocommerce ul.products li.myproduct .add_to_cart_button.loading {
    padding: 2px 44px 0 20px
}
.woocommerce .shop_table .product-remove {
    padding: 10px 0;
    text-align: center!important
}
.woocommerce a.remove {
    display: inline;
    font-size: 15px;
    line-height: 15px;
    margin: 0 auto;
    padding: 0 2px
}
.woocommerce .payment_method_stripe .wc-credit-card-form .form-row-first,
.woocommerce .payment_method_stripe .wc-credit-card-form .form-row-last {
    width: 50%
}
.payment_method_stripe .wc-credit-card-form label {
    font-size: 13px
}

#zip-tagline {
    float: left
}
.single-product .left,
.single-product .product_content,
.single-product .product_links,
.single-product .myproduct .product_links,
.single-product .myproduct .product_details .right,
.single-product .myproduct .product_heading {
    width: 100%
}
.single .upsells {
    display: none
}
.single.woocommerce .quantity .qty {
    padding: 9px
}
.woocommerce .related-list .rel_product .image img {
    margin-bottom: 0
}
.entry-thumbnail.innerpage-banner {
    max-height: 385px;
    overflow: hidden
}
.page-template-about ul {
    list-style: none
}
.woocommerce .ajax_add_to_cart.added {
    display: none
}
.woocommerce ul.products li.myproduct .added_to_cart {
    border-radius: 3px;
    float: right;
    margin: 0 20px;
    padding: 0 10px;
    vertical-align: top
}
.woocommerce ul.products li.myproduct .product_links .button {
    float: right
}
.input-checkbox,
.input-radio {
    display: none
}
.input-checkbox + label,
.input-radio + label {
    line-height: 100%;
    padding-left: 24px;
    position: relative;
    display: inline-block
}
#customer_details .create-account label,
#ship-to-different-address label,
.woocommerce-checkout #payment input[type="radio"] + label,
.woocommerce-checkout #payment input[type="checkbox"] + label {
    display: inline-block;
    line-height: 18px
}
.woocommerce .woocommerce-checkout label {
    display: inline-block
}
.input-checkbox + label::before,
.input-radio + label::before {
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
    content: "";
    height: 18px;
    position: absolute;
    width: 18px;
    line-height: 13px;
    color: #fff;
    left: 0;
    right: 0;
    top: 2px
}
.input-checkbox:checked + label::before,
.input-radio:checked + label::before {
    content: '\2714';
    background: #000
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box .form-row input {
    font-size: 18px!important
}
.page-template-about .gray-area ul {
    list-style: decimal top
}
input#createaccount {
    display: none
}
.defibrillator-boxes .d-box>h4 {
    font-size: 25px;
    text-align: center
}
.why-purchase .left {
    float: none;
    width: 100%;
    margin-right: 0
}
.defibrillator-boxes .red-button {
    border-radius: 4px;
    bottom: -25px;
    display: block;
    font-size: 36px;
    left: 0;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 7px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 21%
}
.page-template-Defibrillator .entry-header h1,
.page-template-Defibrillator .why_purchase_with_us_area .entry-title {
    font-size: 42px
}
.page-template-Defibrillator .why_purchase_with_us_area .entry-title {
    text-align: center
}
.page-template-Defibrillator .defibrillator .page>.entry-header {
    margin-bottom: 0
}
.why_purchase_with_us_area {
    padding: 40px 0;
    margin-bottom: 40px
}
.page-template-tailored .icon-area .icon>p {
    float: left;
    margin-top: 0
}
.woocommerce-loop-product__title {
    min-height: 56px
}
/* .woocommerce ul.products li.product a img {
    width: auto;
    max-height: 190px;
    margin: 0 auto
} */
.woocommerce .post-type-archive-product .title-bg .title-area {
    margin-bottom: 25px
}
.woocommerce-page .enquire_btn_top.widget_text {
    top: 60px;
    z-index: 20
}
.woocommerce-page .innerpage-banner .enquire_btn_top.widget_text a.enq_btn {
    font-size: 33px;
    line-height: 25px;
    width: 240px;
    color: #fff
}
.woocommerce-page .entry-thumbnail.innerpage-banner {
    overflow: visible
}
.woocommerce-page .entry-header .title-bg {
    margin-bottom: 25px
}
.category_top_text,
.category_bottom_text,
.term-description,
.caterory_bottom_desc {
    margin: 20px 0
}
.archive.tax-product_cat #content .woof_product_filter {
    display: none
}
.woocommerce ul.products li.product .price del {
    display: inline-block
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    text-align: center
}
.brokermatch-multitype-form .refinance-slide .back-option {
    left: 0;
    position: relative
}
.brokermatch-multitype-form.rfa_booking_form .refinance-slide .back-option,
.rfa_booking_form .next_slide_btn {
    overflow: visible;
    margin-right: 0;
    float: none
}
.brokermatch-multitype-form.rfa_booking_form .refinance-slide .back-option {
    bottom: 91px;
    left: -40px
}
.rfa_booking_form .book_now span {
    background: #DA1E32;
    display: block;
    padding: 12px 100px;
    position: absolute
}
.rfa_booking_form .next_slide_btn .book_now {
    padding: 0
}
.rfa_booking_form .next_slide_btn .book_now .inner:after {
    background: #DA1E32;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
    transform: skewX(-30deg);
    width: 50px;
    z-index: 500
}
.rfa_booking_form .next_slide_btn .book_now.backBtn .inner:after {
    transform: skewX(30deg);
    left: -16px;
    right: auto
}
.book_now.medium::after {
    height: 64px;
    width: 20px;
    right: -10px
}
.book_now.medium {
    padding: 12px 24px
}
.rfa_booking_form .next_slide_btn .book_now.backBtn .inner:after,
.book_now:hover .inner:after,
.book_now.backBtn span,
.book_now.backBtn .inner:after {
    background: #3f3f3f
}
.video_diff {
    left: 0;
    position: absolute;
    top: 23px;
    width: 100%
}
.row1 .widget_text>h3,
.row2 .widget_text>h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize
}
.box .textwidget a.findout,
.box_2 .textwidget a.findout {
    background: #3d0d15;
    display: inline-block;
    width: auto;
    color: white;
    border: 1px solid white;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px
}
.row2 {
    padding: 40px 0 0
}
.row2 .widget_text>h3 {
    color: #DA1E32;
    margin-bottom: 45px
}
.box_2 {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    min-height: 200px
}
.box_2 a.image_part {
    display: block;
    float: left;
    margin-right: 23px;
    width: 265px
}
.box_2 .find_more_main {
    margin-top: 13px
}
.row2 .book_now:hover:after,
.box_2 a.book_now:hover {
    background: #000000!important;
    color: #fff
}
.content_part {
    float: left;
    width: 40%
}
.box_2 .textwidget a.findout {
    background: transparent;
    border: 2px solid #9a9a9a;
    color: #727272
}
.box_2 p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}
.box_2 h3 {
    color: #000;
    margin: 0 0 10px
}
.box_2 .image_part img {
    height: 200px;
    width: 100%
}
.image_part img {
    width: 100%
}
#widget_sp_image-40 img {
    position: absolute;
    bottom: 0;
    right: 7px;
    z-index: 8888888888
}
#widget_sp_image-40 {
    margin-bottom: 0!important;
    position: relative;
    width: 150px;
    height: 72px
}
.caption-wrap h3 {
    font-size: 16px!important;
    line-height: 16px!important;
    color: black!important;
    font-weight: normal!important;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0!important;
    font-family: open sans!important
}
.banner-up span {
    color: white;
    display: inline-block;
    text-transform: uppercase
}
.up_image_wrap,
.banner-up p {
    display: inline
}
.banner-up {
    padding-bottom: 15px;
    color: white;
    font-size: 17px
}
.why_choose_us_area .textwidget li:first-child {
    margin-top: 0
}
a.gplus:hover {
    background-image: url(/wp-content/themes/realresponse/assets/images/g_plus_hover.png)
}
.post-type-archive-product .entry-title,
.tax-product_cat .entry-title,
.single-product .entry-title,
.entry-header .entry-title {
    margin-top: 83px
}
li.additional_information_tab {
    display: none!important
}
.payment_block {
    min-height: 300px;
    padding-top: 50px;
    font-size: 19px
}
.payment_block .stripe-button-el {
    background: none
}
.payment_block .stripe-button-el span {
    background: none;
    box-shadow: none;
    text-shadow: none
}
.brokermatch-multitype-form.rfa_booking_form {
    float: left;
    width: 64%
}
.booking_right {
    float: right;
    width: 35%
}
.stripe_payment_button {
    padding: 0;
    border: none
}
button.stripe_payment_button:hover,
button.stripe_payment_button:active {
    background: none
}
.stripe_payment_button:active {
    position: relative
}
.payment_block .next_slide_btn .book_now {
    margin-left: 25px
}
.visa_card_img {
    width: 200px;
    margin: 20px 0
}
.slide3public .next_slide_btn .book_now,
.slidePreview .next_slide_btn .book_now {
    margin-top: 0
}
#slidePreview {
    margin-bottom: 114px
}
.thankyou-page {
    margin-bottom: 40px
}
.choose_course_section .course_information {
    background: #e6e6e6;
    display: none;
    left: 100%;
    margin-left: 15px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 3
}
.choose_course_section .radio-item:not(.multiple_course):after {
    border-color: transparent #e6e6e6 transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: 98%;
    position: absolute;
    top: 12px;
    width: 0;
    display: none
}
.choose_course_section .radio-item:hover>.course_information,
.choose_course_section .radio-item:not(.multiple_course):hover:after {
    display: block
}
.choose_course_section .radio-item .info-icon {
    display: block;
    font-size: 22px;
    height: 100%;
    line-height: 100%;
    margin: 13px
}
#post-2884 {
    background: #ebebeb
}
#post-2884>.auto-area {
    width: 100%
}
.Contact_booking_form .form_box {
    float: left;
    background: #fff;
    margin-left: 4%;
    width: 48%;
    margin-bottom: 40px
}
.Contact_booking_form .form_box:first-child {
    margin-left: 0
}
.form_box>h2 {
    background: #f3f3f3;
    margin: 0;
    color: #696969
}
.form_box>h2,
.Contact_booking_form .form_box .form_container {
    padding: 10px 15%
}
.form_box label {
    color: #696969
}
.Contact_booking_form .form_box .gform_wrapper .ginput_container_text input,
.Contact_booking_form .form_box .gform_wrapper textarea {
    border-radius: 6px;
    padding: 10px 20px!important
}
.red_blocks {
    padding: 40px 0;
    position: relative
}
.red_blocks .block {
    float: left;
    width: 45%
}
.red_blocks .block.right_block {
    float: right
}
.text-center {
    text-align: center
}
.please_call_block {
    background: #fff;
    padding: 40px 0
}
.red_blocks .block p {
    color: #fff;
    font-size: 14px
}
.entry-content p.call-text a {
    color: #DA1E32
}
.entry-content p.call-text {
    margin: 0 0 20px;
    color: #DA1E32;
    font-weight: 700
}
.red_blocks {
    background: #DA1E32
}
.red_blocks .block button {
    color: #DA1E32;
    background: #fff
}
.red_blocks:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 47%;
    top: 0;
    transform: skewX(-30deg);
    width: 30px
}
.cross-button,
.gform_footer .gform_button {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 0;
    border: 0;
    border-radius: 0;
    z-index: 2
}
.cross-button:after,
.gform_footer .gform_button:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 90%;
    top: 0;
    transform: skewX(-30deg);
    width: 50px;
    z-index: -1;
    border: 0
}
.cross-button .inner {
    position: relative;
    z-index: 3
}
.contact_popup .cross-button .inner {
    font-family: BebasNeue;
    line-height: 100%;
    font-weight: 400
}
.contact_popup .cross-button::after {
    width: 29px
}
.rrpadl17 {
    padding-left: 17px
}
.cross-button:hover {
    background: #DA1E32
}
a.cross-button {
    display: inline-block;
    background: #DA1E32;
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 11px 24px 10px
}
a.white.cross-button {
    background: #fff
}
.gform_footer .cross-button:after {
    background: #DA1E32
}
.site_participants_main input[type="number"] {
    height: 45px;
    top: 3px;
    left: 0;
    color: #686868;
    width: 100%
}
.brokermatch-multitype-form .refinance-slide .site_participants_main.participants_spinner {
    width: 150px
}
.brokermatch-multitype-form .refinance-slide .participants_spinner input[type="text"] {
    border: 1px solid #686868
}
.participants_spinner .input-group-addon {
    border-left: 1px solid #686868;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 5px
}
.participants_spinner .spinner.input-group .input-group-addon a.spin-up,
.participants_spinner .spinner.input-group .input-group-addon a.spin-down {
    height: 50%;
    width: 20px
}
.payment_inner .button {
    padding-right: 50px
}
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-single-review {
    min-width: 350px
}
.course_payment_block .payment_content {
    display: none
}
.course_payment_container {
    list-style: none
}
.payment_content {
    padding-left: 50px
}
.page-template-booking-contact .site-content {
    padding-bottom: 0
}
.booking-form {
    width: 64%;
    float: left
}
.cross-button.btn-red:after {
    background: #DA1E32
}
.booking-form .cross-button {
    padding: 12px 100px;
    margin: 30px 0;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700
}
.booking-form .cross-button.next {
    float: right;
    margin-right: 42px
}
.booking-form .cross-button.prev {
    float: left;
    margin-left: 42px
}
.booking-form .cross-button.prev,
.booking-form .cross-button.prev:after {
    background: #3f3f3f
}
.booking-form .cross-button.prev:after {
    left: -32px;
    transform: skew(30deg)
}
.booking_right.fixed {
    position: fixed;
    top: 0;
    right: 0
}
.brokermatch-multitype-form .refinance-slide input[type="text"] {
    border-top: 1px solid #ebebeb
}
.summery_section div p {
    padding: 5px 0
}
#myProgress {
    border: 0 none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    height: 10px;
    margin-bottom: 2px;
    border-radius: 5px
}
#myBar {
    width: 1%;
    height: 100%;
    border-radius: 5px;
    background-color: #DA1E32
}
.payment_inner label {
    font-size: 16px
}
.payment_block .input-checkbox + label::before,
.payment_block .input-radio + label::before {
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    line-height: 15px;
    color: #fff;
    left: 0
}
.payment_block .input-checkbox:checked + label::before,
.payment_block .input-radio:checked + label::before {
    content: '\2714';
    background: #000
}
.payment_block .radio-item-group {
    border: none;
    padding: 0;
    margin-bottom: 20px
}
.payment_block .stripe_payment_btn {
    margin-bottom: 20px
}
.coupon_code {
    font-size: 17px
}
.coupon_code button {
    padding: 5px 11px
}
div[rn-stepper] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}
div[rn-stepper].ng-invalid-out-of-bounds input {
    color: #FF3B34;
    border: 3px solid #FF3B34
}
div[rn-stepper][disabled] input {
    color: #aaa;
    border: 0
}
div[rn-stepper] button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    margin: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background: #4D4DFF;
    color: white;
    font-weight: 700;
    font-size: 20px;
    outline: none
}
div[rn-stepper] button[disabled] {
    opacity: .3
}
div[rn-stepper] button:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
    background: #3434ff
}
div[rn-stepper] input {
    vertical-align: top;
    padding: 0;
    background: #eee;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
div[rn-stepper] {
    position: relative
}
div[rn-stepper] button {
    position: absolute;
    right: 0;
    height: 50%;
    width: 22px;
    padding: 0;
    bottom: 0;
    font-size: 13px;
    background: #3e3e3e;
    border-radius: 0
}
div[rn-stepper] button:first-child {
    top: 0
}
.input-error {
    border: 2px solid #D9272D
}
.page-template-provide_cpr .shop_header {
    position: absolute;
    background: transparent
}
#gform_submit_button_3.gform_button:after {
    left: 80%
}
.mrg_top_10 {
    margin-top: 10px
}
.mrg_top_20 {
    margin-top: 20px
}
.mrg_top_25 {
    margin-top: 25px
}
.mrg_top_30 {
    margin-top: 30px
}
.mrg_top_40 {
    margin-top: 40px
}
.mrg_top_50 {
    margin-top: 50px
}
.mrg_top_100 {
    margin-top: 100px
}
.mrg_top_125 {
    margin-top: 125px
}
.mrg_top_150 {
    margin-top: 150px
}
.mrg_btm_10 {
    margin-bottom: 10px
}
.mrg_btm_20 {
    margin-bottom: 20px
}
.mrg_btm_25 {
    margin-bottom: 25px
}
.mrg_btm_30 {
    margin-bottom: 30px
}
.mrg_btm_40 {
    margin-bottom: 40px
}
.mrg_btm_50 {
    margin-bottom: 50px
}
.mrg_btm_100 {
    margin-bottom: 100px
}
.mrg_btm_125 {
    margin-bottom: 125px
}
.mrg_btm_150 {
    margin-bottom: 150px
}
.cstm_wth_header {
    position: relative
}
.cstm_wth_header .star .fa {
    margin: 0 5px
}
.cstm_header_area {
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.header_cnt {
    padding: 15px 30px 0;
    font-size: 14px
}
.header_cnt.rating_box {
    color: #fff;
    font-size: 22px;
    font-weight: 800
}
.rating_box .star {
    font-size: 29px;
    margin: 0 10px;
    vertical-align: middle
}
.rating_box .tlt_rate {
    font-size: 18px
}
.rating_box h2 {
    font-size: 70px;
    line-height: 90px;
    margin: 15px 0 0;
    text-transform: capitalize
}
.public.cstm_wth_header .rating_box h2 {
    margin: 0
}
.header_cnt.rating_box p {
    margin: 0
}
.entry-content .rating_box .btn_equire_now,
.new_homepage .btn_equire_now,
.book_now,
.cstm_content .btn_book_now {
    background: #DA1E32!important;
    color: #fff;
    font-family: BebasNeue;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 40px;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}
.book_now .inner {
    color: #fff
}
.entry-content .rating_box .btn_equire_now:hover,
.cstm_content .btn_book_now:hover {
    background: #000000!important
}
.btn_equire_now::after,
.cstm_content .btn_book_now::after,
.book_now:after {
    background: #DA1E32;
    bottom: 0;
    content: "";
    height: 80px;
    position: absolute;
    right: -11px;
    top: 0;
    transform: skewX(-12deg);
    width: 27px
}
.btn_equire_now.large::after,
.btn_book_now.large::after {
    height: 80px
}
.btn_equire_now.small::after,
.btn_book_now.small::after,
.book_now.small:after {
    height: 40px;
    right: -5px;
    width: 12px
}
.btn_equire_now:hover::after,
.cstm_content .btn_book_now:hover::after {
    background: #000
}
.what_achieve .what_achieve_inner .btn_equire_now:hover::after {
    background: #000000!important
}
.advance_training .btn_book_now:hover:after,
.advance_training .btn_book_now:hover,
.banner-area .book_now:hover:after {
    background: #fff
}
.advance_training .btn_book_now:hover {
    color: #DA1E32
}
.cstm_wth_header .cstm_content {
    margin-top: -15px
}
.how_does_it_wrk_area {
    position: relative;
    padding: 30px 0 60px
}
.how_does_it_wrk_area .cnt_left {
    float: left;
    font-size: 12px;
    padding-right: 5%;
    width: 52%
}
.how_does_it_wrk_area .cnt_left p {
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 30px
}
.how_does_it_wrk_area .cnt_right {
    float: right;
    padding-left: 10%;
    width: 45%
}
.cnt_right::after {
    background: #ebebeb;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    z-index: -1
}
.cnt_right::before {
    background: #ebebeb;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 11%;
    top: 0;
    transform: skewX(-12deg);
    width: 180px;
    z-index: -1
}
.how_does_it_wrk_area .cnt_right h2 {
    color: #d00028;
    font-size: 40px;
    margin: 0 0 40px;
    line-height: 55px
}
.how_does_it_wrk_area .item {
    margin-bottom: 20px
}
.how_does_it_wrk_area .item .imgbx {
    float: left;
    margin-right: 5%;
    width: 15%
}
.how_does_it_wrk_area .item .cntbx {
    float: right;
    width: 80%
}
.cntbx h4 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 30px
}
.cntbx p {
    margin: 0
}
.primary_course_area {
    padding: 35px 0 70px
}
.cstm_content .blk_tlt {
    font-size: 40px;
    margin: 0 0 20px;
    text-align: center;
    line-height: 55px
}
.primary_course .pbox {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #DA1E32
}
.primary_course .pbox:last-child {
    margin-right: 0
}
.primary_course .book_blk {
    float: left;
    padding: 30px;
    width: 55%
}
.primary_course .cnt_blk::before {
    background: #DA1E32;
    content: "";
    height: 100%;
    left: -40px;
    position: absolute;
    top: 0;
    transform: skewX(-12deg);
    width: 104px;
    z-index: -1
}
.primary_course .cnt_blk {
    background: #DA1E32;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    float: right;
    padding: 30px 25px;
    width: 45%;
    position: relative;
    min-height: 387px;
    line-height: 26px
}
.primary_course .cnt_blk ul {
    list-style: inside none disc;
    margin: 15px 0 0
}
.book_blk h2,
.book_blk h4 {
    color: #DA1E32;
    font-size: 40px;
    line-height: 55px;
    margin: 0
}
.book_blk h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px
}
.book_blk .lnk_view_more {
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #DA1E32;
    line-height: 30px;
    font-weight: 700
}
.cstm_content .btn_book_now.large,
.btn_book_now.large {
    font-size: 40px;
    padding: 20px 40px
}
.cstm_content .btn_book_now.small,
.btn_book_now.small,
.book_now.small {
    font-size: 20px;
    padding: 10px 20px
}
.primary_course_area1 {
    background: #ebebeb;
    padding: 40px 0 53px
}
.primary_course_area1 .pbox {
    float: left;
    margin-right: 1.5%;
    width: 23.5%;
    background: #fff;
    border: 1px solid #00adef
}
.primary_course_area1 .pbox:last-child {
    margin-right: 0
}
.primary_course_area1 .book_blk h2,
.primary_course_area1 .book_blk h4 {
    font-size: 50px
}
.primary_course_area1 .book_blk h4 {
    font-size: 24px;
    margin-bottom: 20px
}
.primary_course1 .book_blk {
    padding: 25px
}
.primary_course1 .cnt_blk {
    background: #00aeef;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 30px 25px 25px;
    position: relative
}
.primary_course1 .cnt_blk::before {
    background: #00aeef;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    transform: skewY(-8deg);
    width: 100%
}
.primary_course1 .cnt_blk ul {
    list-style: inside none disc;
    margin: 0
}
.primary_course1 .cnt_blk li {
    margin-bottom: 10px
}
.primary_course_area1 {
    background: #ebebeb;
    padding: 40px 0 35px
}
.pboxs .pbox {
    float: left;
    margin: 0 1.5% 18px 0;
    width: 23.5%;
    background: #fff;
    border: 1px solid #00adef
}
.pboxs .pbox:last-child {
    margin-right: 0
}
.pboxs .book_blk h2 {
    font-size: 40px;
    line-height: 55px;
    word-wrap: break-word
}
.pboxs .book_blk h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}
.pboxs .book_blk {
    padding: 28px 25px
}
.pboxs .cnt_blk {
    background: #00aeef;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 30px 25px 25px;
    position: relative;
    line-height: 26px
}
.pboxs .cnt_blk::before {
    background: #00aeef;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    transform: skewY(-8deg);
    width: 100%
}
.pboxs .cnt_blk ul,
.cstm_content ul {
    list-style: inside none disc;
    margin: 0
}
.pboxs .cnt_blk li,
.cstm_content li {
    margin-bottom: 10px
}
.primary_course1.pboxs .cnt_blk {
    background: #00aeef;
    color: #fff
}
.primary_course1.pboxs .cnt_blk::before {
    background: #00aeef
}
.rating_dbox_area.rating-black {
    background: url(/wp-content/themes/realresponse/assets/images/courses_review_banner.jpg) no-repeat top center;
    background-size: cover
}
.rating-black .rating_overlap {
    background: rgba(0, 0, 0, .6);
    padding: 0 0
}
.rating-black .rating_dbox {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}
.rating-black .rating_dbox .rbox {
    float: left;
    margin-right: 2.5%;
    width: 23%
}
.rating-black .rating_dbox .rbox:last-child {
    margin-right: 0
}
.rating-black .rating_dbox .rating_area {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center
}
.entry-content .rating-black.rating_dbox_area p {
    color: #fff;
    margin: 0;
    line-height: 100%
}
.entry-content .rating-black .rating_area p {
    font-size: 20px;
    line-height: 100%
}
.entry-content .rating-black .rating_area .fnt_sml {
    font-size: 17px;
    margin-top: 8px
}
.entry-content .rating-black .rating_area .fnt_sml a {
    font-size: 17px;
    text-decoration: underline;
    color: #fff!important
}
.rating-black .rating_dbox .star {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 8px
}
.rating-black .rating_dbox .rbox h4 {
    margin: 0 0 5px
}
.rating-black .rating_dbox .rbox .rating_des {
    font-size: 16px;
    line-height: 33px
}
.rating-black .rating_dbox .rbox .author_tlt {
    font-size: 16px
}
.advance_faid_training {
    padding: 50px 0 38px
}
.advance_training.pboxs .book_blk h2,
.advance_training.pboxs .book_blk h4 {
    color: #fff
}
.advance_training.pboxs .book_blk {
    background: #000
}
.advance_training.pboxs .pbox {
    border: 1px solid #000;
    min-height: 755px
}
.advance_training.pboxs .cnt_blk {
    background: #fff;
    color: #000;
    margin: 0;
    padding-top: 50px
}
.advance_training.pboxs .cnt_blk::before {
    background: #000
}
.real_trainers_area {
    background: #f5f5f5;
    padding: 74px 0 40px
}
.gen_blk h2,
.rrsm-title {
    color: #da1f33;
    font-size: 40px;
    margin: 0 0 25px;
    line-height: 38px;
    font-weight: 600
}
h2.rrh2_title {
    line-height: 48px
}
.rrsm-title {
    text-align: center
}
.entry-content .gen_blk p {
    margin: 0 0 15px
}
.real_trainers .team_boxs {
    height: 230px;
    margin-bottom: 40px
}
.entry-content .lnk_meet_team,
.entry-content .lnk_gen,
.entry-content .lnk_uline {
    color: #DA1E32
}
.entry-content .lnk_uline {
    text-decoration: underline
}
.t_capital {
    text-transform: uppercase
}
.real_trainers .ats-team-title {
    display: none
}
html .real_trainers .ats-layout-grid .slider-enabled {
    padding-top: 0
}
.real_trainers .ats-button {
    top: -30px
}
.real_trainers .slick-prev {
    right: 100px
}
.real_trainers .slick-next {
    right: 70px
}
.choose_course_area {
    padding: 55px 0 0
}
.choose_course {
    margin-bottom: 55px
}
.why_choose_area {
    padding: 55px 0 0;
    position: relative
}
.why_choose .cnt_left {
    width: 45%
}
.why_choose .img_right {
    position: absolute;
    right: 0;
    top: 55px;
    width: 53%
}
.why_choose .lnk_uline {
    display: inline-block;
    margin-bottom: 30px
}
.primary_course .pbox.cpr,
.pbox.cpr.most_popular_inner .item {
    width: 100%
}
.rating_dbox_area.banner .rating_area {
    margin-top: 25px
}
.real_trainers_area.cprcourse,
.pbox.cpr {
    background: #fff
}
.cnt_blk .cprlist {
    list-style: disc
}
.primary_course .cnt_blk {
    z-index: 2
}
.primary_course .cnt_blk::before {
    z-index: -1
}
.real_trainers h2,
.what_learn h2 {
    color: #da1f33
}
.coursebox {
    float: left;
    width: 183px;
    border: 2px solid #DA1E32;
    color: #DA1E32;
    margin-left: 12px;
    text-align: center;
    font-size: 28px;
    font-family: 'BebasNeue';
    height: 140px;
    line-height: 30px;
    position: relative;
    text-transform: lowercase;
    display: table;
    cursor: pointer
}
.coursebox span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    display: table-cell;
    vertical-align: middle
}
.coursestyle {
    list-style: none
}
.fa.fa-circle.cpr {
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle
}
.coursebox.cb span p {
    display: none
}
.coursebox.cb ul {
    margin: 0;
    padding: 2px
}
.coursebox.cb ul li {
    padding: 0;
    margin: 0
}
.cstm_wth_header .entry-content p.superior-faq-action-bar {
    margin-top: 0
}
.cstm_wth_header .cstm_content .why_choose_area.gen_blk {
    padding-bottom: 0
}
.rating-black .rating_dbox feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating {
    width: 100%
}
.rating-black .rating_dbox .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating .feefowidget-average-customer-rating {
    color: #ffffff!important;
    font-family: verdana!important;
    font-size: 14px!important;
    line-height: 26px!important;
    vertical-align: middle;
    !important;
    display: inline-block;
    padding-top: 7px
}
.rating-black .rating_dbox .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating .feefowidget-rating-label {
    border: none;
    color: #ffffff!important;
    font-family: verdana;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0
}
.rating-black .rating_dbox feefowidget-rating-stars .feefowidget-star {
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
    margin: 0 5px;
    vertical-align: middle
}
.rating-black .rating_dbox .feefowidget-feefo-logo {
    display: none
}
.rating-black .rating_dbox .feefowidget-bottom-row strong {
    font-weight: 400
}
.rating-black .rating_dbox .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating .feefowidget-bottom-row .feefowidget-review-summary-text,
.rating_dbox .feefowidget-carousel-summary a {
    color: #fff;
    font-family: verdana;
    font-size: 14px;
    line-height: 26px
}
.rating-black .rating_dbox .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating .feefowidget-bottom-row {
    border-bottom: 1px solid #ffffff!important;
    margin: 10px 0 0!important;
    padding-bottom: 25px!important
}
.rating-black .rating_dbox .feefowidget-carousel-summary a {
    text-decoration: underline;
    color: #fff!important;
    font-weight: 400
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body {
    padding: 0 50px;
    width: auto;
    position: relative
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body::before,
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body::after {
    box-sizing: border-box;
    content: "";
    display: table
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body::after {
    clear: both
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-left-button,
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-right-button {
    color: #fff;
    float: none;
    height: auto;
    width: auto
}
.rating-black .rating_dbox .feefowidget-carousel-body.feefowidget-carousel-average-customer-rating .feefowidget-left-button,
.rating-black .rating_dbox .feefowidget-carousel-body.feefowidget-carousel-average-customer-rating .feefowidget-right-button {
    padding: 0!important;
    text-align: left!important;
    width: 25px!important
}
.rating-black .rating_dbox .feefowidget-icon-angle-left::before,
.rating-black .rating_dbox .feefowidget-icon-angle-right::before {
    display: block;
    text-align: left;
    width: inherit
}
.rating-black .rating_dbox .feefowidget-left-button {
    left: 0;
    position: absolute
}
.rating-black .rating_dbox .feefowidget-right-button {
    position: absolute;
    right: 0
}
.rating-black .rating_dbox .feefowidget-left-button,
.rating-black .rating_dbox .feefowidget-right-button {
    top: 40%
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-sliders .feefowidget-stars-row {
    height: 30px;
    line-height: 100%
}
.rating-black .rating_dbox .feefowidget-carousel-single-slide-content .feefowidget-title-row {
    color: #fff;
    font-family: verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px
}
.rating-black .rating_dbox .feefowidget-carousel-single-slide-content .feefowidget-content-row,
.rating-black .rating_dbox .feefowidget-carousel-single-slide-content .feefowidget-meta-row {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}
.rating-black .rating_dbox .feefowidget-carousel-single-slide-content .feefowidget-meta-row {
    font-weight: 600
}
.rating-black .rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-sliders.feefowidget-sliders-average-customer-rating {
    height: 215px
}
.rating-black .rating_box feefowidget-container-lightbox-service {
    width: 250px
}
.course_pages .cnt_info {
    color: #414141;
    font-size: 18px;
    padding: 45px 170px 45px 0
}
.course_pages h2 {
    color: #d00028;
    font-size: 32px;
    margin-bottom: 40px
}
.pbl_course .pboxs {
    margin-bottom: 40px
}
.pbl_course .pboxs .pbox {
    background: none;
    border: none;
    float: left;
    margin: 0 5% 0 0;
    width: 30%
}
.pbl_course .pboxs .pbox:last-child {
    margin-right: 0
}
.pbl_course .pbox .imgbx {
    float: left;
    width: 10%
}
.pbl_course .pbox .cntbx {
    float: left;
    margin-left: 7%;
    width: 83%
}
.pbl_course .cntbx h4 {
    color: #d00028
}
.upcoming_course .tab_list {
    border-bottom: 12px solid #d00028;
    margin: 0
}
.upcoming_course .tab_list li {
    position: relative;
    cursor: pointer;
    color: #d00028;
    float: left;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    width: 50%
}
.upcoming_course .tab_list li.active {
    background: #d00028;
    color: #fff
}
.upcoming_course .tab_list li span {
    border-bottom: 1px solid #d00028;
    padding-bottom: 3px
}
.upcoming_course .tab_list li .fa {
    display: none
}
.upcoming_course .tab_list li.active .fa {
    display: inline;
    margin-left: 15px
}
.upcoming_course .tab_list li.active span {
    border: none
}
.upcoming_course .tab_list li.active::after {
    background: #d00028;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-25deg);
    width: 40px
}
.upcoming_course .tab_list li.trns_right.active::after {
    right: -20px
}
.upcoming_course .tab_list li.trns_left.active::after {
    left: -20px;
    right: 0
}
.upcoming_course .tab_content {
    display: none;
    padding: 60px 0 10px;
    text-align: center
}
.upcoming_course .tab_content.active {
    display: block
}
.upcoming_course .tab_content .right {
    margin: 0
}
.upcoming_course h3 {
    color: #d00028;
    font-size: 25px;
    margin-bottom: 10px
}
.tab_content thead td {
    background: #333;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 25%
}
.tab_content td {
    text-align: center
}
.tab_content tbody td {
    color: #414141;
    line-height: normal;
    padding: 15px 20px
}
.tab_content tbody td:nth-child(odd) {
    background: #f5f5f5
}
.tab_content tbody td:nth-child(even) {
    background: #eaeaea
}
.course_pages .rating_overlap {
    padding: 0
}
.course_pages .real_trainers_area {
    background: none
}
.courses-area .rating_box h2 {
    font-size: 70px;
    line-height: 90px;
    margin: 0;
    font-weight: 700
}
.primary_course_area1 .pbox {
    overflow: hidden
}
.primary_course1.pboxs .cnt_blk {
    margin-bottom: -1500px;
    padding-bottom: 1500px
}
.primary_course1.pboxs {
    display: flex
}
.tab_container .btn_area {
    text-align: center;
    margin-bottom: 50px
}
.cstm_wth_header .innerpage-banner {
    max-height: 245px
}
.tbl_area h3 a {
    color: #000000!important;
    display: inline-block;
    margin-left: 75px;
    text-transform: lowercase
}
.btn_area .btn_book_now {
    margin: 0 12%
}
#menu-mainmenu .lbl_new .menu-image-title::after {
    background: #fed631;
    border-radius: 3px;
    color: #000;
    content: "New";
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    text-transform: uppercase;
    font-weight: 700
}
.new_speech_bubble .bubble_tooltip {
    background: #fff;
    border-radius: 5px;
    color: #d00028;
    font-size: 14px;
    font-weight: 300;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -25px;
    width: 180px;
    line-height: 26px;
    text-transform: none
}
.new_speech_bubble .bubble_tooltip span {
    font-weight: 700
}
.new_speech_bubble .bubble_tooltip:before {
    background: #fff;
    content: "";
    height: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 35px;
    transform: rotate(45deg);
    width: 15px
}
.page-id-3572 .cstm_wth_header .innerpage-banner {
    max-height: 327px
}
.nav-menu>.current-menu-item>a {
    border-bottom: 3px solid #fff
}
.cstm_wth_header.home1 .innerpage-banner {
    max-height: 100%
}
.home1 .header_cnt {
    padding: 100px 0 25px;
    text-align: center
}
.home1 .header_cnt h2 {
    color: #fff;
    font-size: 70px;
    line-height: 90px;
    margin: 30px 0 20px
}
.new_homepage .book_now {
    color: #fff
}
.new_homepage .other_logos {
    text-align: right
}
.other_logos img {
    margin-left: 15px
}
.new_homepage .btn_equire_now:hover:after {
    background: #fff
}
.new_homepage .btn_equire_now:hover {
    background: #ffffff!important;
    color: #DA1E32!important
}
.how_inner {
    padding: 37px 0 45px;
    text-align: center
}
.how_inner h2,
.just_ask_inner h2,
.what_achieve_inner h2,
.what_achieve_inner h2,
.about_us_inner h2 {
    color: #DA1E32;
    font-size: 40px;
    line-height: 55px;
    margin: 0 0 30px;
    text-align: center
}
.how_inner p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px
}
.how_inner .item {
    float: left;
    margin: 0 5% 38px 0;
    width: 30%
}
.how_inner .item:nth-child(3n) {
    margin-right: 0
}
.how_inner .item h2 {
    color: #DA1E32;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 15px
}
.how_inner .item .imgbx {
    overflow: hidden;
    position: relative
}
.how_inner .item .imgbx p {
    margin: 0;
    padding: 0
}
.how_inner .item .hover_layer,
.faqs .hover_layer {
    background: rgba(209, 5, 42, .85);
    bottom: -100%;
    color: #fff;
    font-size: inherit;
    height: 100%;
    left: 0;
    line-height: inherit;
    padding: 112px 30px 0;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 100%;
    transition: all 0.5s ease 0s
}
.how_inner .item:hover .hover_layer,
.courses .how_inner .item:hover .hover_layer {
    bottom: 0
}
.how_inner .item h2,
.what_achieve_inner .item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.just_ask {
    background: #f2f2f2
}
.just_ask_inner {
    padding: 56px 0 63px
}
.what_achieve {
    background: #DA1E32
}
.what_achieve_inner {
    padding: 53px 120px 40px;
    text-align: center
}
.what_achieve_inner h2 {
    margin-bottom: 15px
}
.what_achieve_inner,
.what_achieve_inner h2,
.what_achieve_inner p {
    color: #fff
}
.what_achieve_inner p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 50px
}
.what_achieve_inner .item {
    float: left;
    margin: 0 1% 75px 0;
    width: 49%
}
.what_achieve_inner .item:nth-child(2n) {
    margin-right: 0
}
.what_achieve_inner .item .img_area {
    margin-bottom: 35px
}
.what_achieve_inner .item:first-child .img_area img {
    width: 180px
}
.what_achieve_inner .item .img_area img {
    width: 105px
}
.what_achieve_inner .item h3 {
    font-size: 31px;
    font-weight: 700;
    line-height: 55px
}
.what_achieve_inner .item .snml_info {
    font-size: 14px;
    line-height: 26px;
    margin: 0
}
.what_achieve_inner .btn_book_now:after,
.what_achieve_inner .btn_book_now {
    background: #ffffff!important
}
.what_achieve_inner .btn_book_now:hover:after {
    background: #000000!important
}
.what_achieve_inner .btn_book_now {
    color: #DA1E32;
    margin: 0
}
.how_inner .btn_book_now:hover,
.what_achieve_inner .btn_book_now:hover {
    color: #fff
}
.about_us_inner {
    padding: 53px 0 48px;
    text-align: center
}
.about_us_inner h2 {
    text-transform: inherit
}
.about_us_inner .abt_info {
    padding: 0 125px
}
.about_us_inner .abt_info p {
    margin: 0 0 28px
}
.courses-2 .innerpage-banner img,
.courses .innerpage-banner img {
    height: 450px
}
.courses-2 .cstm_header_area,
.courses .cstm_header_area {
    text-align: center
}
.courses-2 .cstm_header_area #feefologohere,
.courses .cstm_header_area #feefologohere {
    margin: 0 auto;
    width: 200px
}
.courses-2 .title-bg,
.courses .title-bg {
    text-align: center
}
.courses-2 .how_inner,
.courses .how_inner {
    padding: 50px 0 50px
}
.courses-2 .how,
.courses .how {
    position: relative
}
.courses-2 .how:before,
.courses .how:before {
    background: #f7f7f7;
    content: "";
    height: 100%;
    left: -1750px;
    position: absolute;
    top: 0;
    transform: skewX(-12deg);
    width: 2000px;
    z-index: -1
}
.courses-2 .how_inner .item,
.courses .how_inner .item {
    margin: 0;
    width: 100%;
    float: none
}
#how_slider {
    position: relative;
    padding-bottom: 65px
}
#how_slider .owl-item img {
    display: inherit;
    width: 100%
}
#how_slider .owl-nav {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 130px
}
#how_slider .owl-nav .owl-prev,
#how_slider .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    color: #DA1E32;
    font-size: 0
}
#how_slider .owl-nav .disabled {
    display: none
}
#how_slider .owl-nav .owl-prev:before,
#how_slider .owl-nav .owl-next:before {
    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;
    font-size: 30px
}
#how_slider .owl-nav .owl-prev:before {
    content: "\f104"
}
#how_slider .owl-nav .owl-next:before {
    content: "\f105"
}
#how_slider .owl-nav .owl-prev {
    left: 0
}
#how_slider .owl-nav .owl-next {
    right: 0
}
#how_slider .owl-dots {
    bottom: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px
}
#how_slider .owl-dot {
    background: transparent;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    border: 1px solid #DA1E32
}
#how_slider .owl-dot.active {
    background: #DA1E32
}
.courses-2 .how_inner h2,
.courses .how_inner h2 {
    margin-bottom: 45px
}
.courses-2 .how_inner .items,
.courses .how_inner .items {
    margin-top: 65px
}
.courses-2 .most_popular_courses,
.courses .most_popular_courses {
    background: #DA1E32
}
.course-pages .most_popular_inner h2,
.course-pages .most_popular_inner1 h2,
.course-pages .additional_courses_inner h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 55px
}
.course-pages .most_popular_inner .item {
    background: #fff;
    float: left;
    margin-right: 2%;
    padding: 58px 45px;
    width: 49%
}
.course-pages .most_popular_inner .item:last-child,
.course-pages .most_popular_courses1 .item:last-child,
.course-pages .additional_courses_inner .item:nth-child(4n) {
    margin-right: 0
}
.course-pages .most_popular_inner .mpc_left {
    border-right: 1px solid #ddd;
    float: left;
    padding-right: 15px;
    width: 45%
}
.course-pages .most_popular_inner .mpc_right {
    float: right;
    width: 55%;
    padding-left: 30px
}
.mpc_left h3 {
    color: #d1050a;
    margin-bottom: 35px
}
.mpc_left h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 50px
}
.mpc_left p,
.additional_courses_inner p:empty,
.course-pages .most_popular_courses1 .most_popular_inner1 p:empty {
    margin: 0
}
.lnk_more_info {
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #d1050a;
    display: inline-block
}
.mpc_left .lnk_more_info {
    margin-bottom: 30px
}
.course-pages .most_popular_inner .item:first-child .mpc_right {
    padding-top: 60px
}
.course-pages .most_popular_inner .item:first-child h4 {
    margin-bottom: 20px
}
.cstm_content ul {
    font-size: 14px;
    line-height: 26px;
    list-style: inside
}
.cstm_content .rrfont_18 {
    font-size: 18px
}
.courses-2 .most_popular_courses1,
.courses .most_popular_courses1 {
    background: #00aeef
}
.most_popular_courses1 h3 {
    margin-bottom: 65px;
    color: #00aeef;
    font-size: 30px
}
.most_popular_courses1 .item {
    background: #fff;
    float: left;
    margin-right: 1%;
    padding: 45px 20px 20px;
    width: 24.25%;
    text-align: center;
    position: relative
}
.additional_courses_inner .item {
    background: #FFFFFF;
}
.most_popular_courses1 .item h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 70px;
    min-height: 60px
}
.most_popular_courses1 .item h5 {
    border-bottom: 1px solid #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding-bottom: 25px
}
.most_popular_courses1 .item .item_cnt {
    min-height: 295px;
    padding-top: 45px;
    text-align: left
}
.most_popular_courses1 .item .btn_area .lnk_more_info {
    float: left;
    margin-top: 7px
}
.most_popular_courses1 .item .btn_area .btn_book_now {
    float: right;
    margin: 0 10px 0 0
}
.courses-2 .additional_courses,
.courses .additional_courses {
    background: #000
}
.topbutton {
    height: 50px;
    width: 44px;
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 1;
    background: #DA1E32;
    display: none;
    font-size: 10px;
    text-align: center;
    color: white!important;
    line-height: 12px;
    font-weight: 700;
    padding: 0 4px 0
}
.topbutton::before {
    content: "\f0d8";
    display: block;
    font-family: fontawesome;
    color: white;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0 0
}
.sticky-right {
    display: none
}
.sticky .logo-sec img {
    max-height: 50px
}
.sticky .heder-top,
.sticky .menu-area {
    display: none
}
.sticky .sticky-right {
    display: block;
    color: white;
    position: relative;
    z-index: 3;
    text-align: left;
    padding-left: 200px
}
.site-header.sticky {
    position: fixed;
    top: 0!important;
    z-index: 999999999;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    height: 50px
}
.sticky-right p {
    line-height: 50px;
    color: white
}
.sticky .logo-sec::after {
    height: 50px
}
.sticky-right a,
.sticky-right a:hover {
    color: white
}
.sticky .logo-sec {
    padding: 0 0
}
.cnt_left p:last-child,
.know_more_about p:last-child {
    margin: 0
}
.our_client_h2,
h2.rrmedium-title {
    text-transform: uppercase;
    text-align: center
}
.small-text-header span {
    display: block;
    font-size: 16px;
    line-height: 35px
}
.most_popular_inner h2.small-text-header {
    margin: 0 0 26px
}
.header2.small-text-header a {
    color: white;
    position: relative;
    border-bottom: 2.2px solid;
    padding-bottom: 5px
}
.mt-0 {
    margin-top: 0
}
.text-center {
    text-align: center;
    width: 100%
}
.text-uppercase {
    text-transform: uppercase
}
.how_does_it_wrk_area .cnt_center {
    float: none;
    font-size: 18px;
    padding-right: 0%;
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.entry-content .cnt_center h1 {
    color: #DA1E32;
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 55px;
    font-weight: 700
}
.group_b_icon .align-left:last-child {
    padding: 0
}
.group_b_icon::after,
.group_l_icon::after {
    clear: both;
    display: block;
    content: ""
}
.page-id-3442 .primary_course .cnt_blk::before,
.page-id-3442 .primary_course .cnt_blk {
    background: transparent
}
.bg-red {
    background: #DA1E32
}
.primary_course .pbox.cpr .item {
    padding: 30px
}
.pbox.cpr.most_popular_inner .item .mpc_left {
    width: 19%
}
.pbox.cpr.most_popular_inner .item .mpc_left:nth-child(2) {
    width: 26%;
    border: none;
    padding: 50px 0 0 50px
}
.pbox.cpr.most_popular_inner .item .mpc_left:nth-child(3) {
    width: 28%;
    padding: 50px 50px 0 0
}
.pbox.cpr.most_popular_inner .item .mpc_center:last-child {
    width: 25%;
    text-align: center;
    float: right;
    padding: 30px 0 0 0
}
.pbox.cpr.most_popular_inner .item .mpc_right {
    padding-top: 60px
}
.pbox.cpr.most_popular_inner .mpc_left h4 {
    width: 75%
}
.post-3442 .header_cnt.rating_box {
    text-align: center
}
.post-3442 .entry-content .rating_box .btn_equire_now,
.post-3432 .entry-content .rating_box .btn_equire_now,
.entry-content .rating_box .btn_equire_now.medium {
    padding: 15px 25px;
    font-size: 26px;
    margin-top: 15px
}
.post-3442 .btn_equire_now::after,
.post-3432 .entry-content .rating_box .btn_equire_now:after,
.entry-content .rating_box .btn_equire_now.medium:after {
    height: 56px
}
.pbox.cpr.most_popular_inner .item .mpc_left p {
    display: inline-block
}
.mpc_left .group_l_icon {
    float: right;
    width: 42%;
    margin-top: 0
}
.cstm_content .coursestyle {
    font-size: inherit;
    line-height: inherit;
    list-style: none
}
.item .mpc_left .group_l_icon .align-left {
    max-width: 70%;
    float: left;
    width: auto;
    line-height: 17px
}
.entry-content .group_b_icon a,
.item .mpc_left .group_l_icon .align-left a {
    color: inherit;
    border-bottom: 1px solid
}
.item .group_l_icon .align-left {
    width: 100%
}
.cstm_header_area span + p:empty {
    display: none
}
.pbox.cpr.most_popular_inner .mpc_left .group_l_icon {
    width: 62%;
    text-align: left
}
.gcontent,
.small-text-header span.gcontent {
    position: absolute;
    width: 175px;
    right: -33%;
    top: 110%;
    background: white;
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    color: #DA1E32;
    font-weight: 400;
    z-index: 22;
    text-transform: none;
    display: none
}
.gcontent::before {
    content: "";
    background: white;
    height: 20px;
    width: 20px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(-136deg)
}
.most_popular_courses1 .most_popular_inner1 .gcontent {
    right: 0;
    margin-left: 44%;
    left: 0
}
.group_i_full span {
    text-transform: uppercase;
    font-weight: 500
}
.group_i_full img {
    max-width: 30px;
    display: inline;
    margin-left: 5px
}
.group_i_full {
    position: relative
}
.group_i_full span.gcontent {
    text-transform: none
}
.most_popular_courses1 .most_popular_inner1 .group_i_full span.gcontent {
    margin-left: 51.8%
}
.most_popular_courses1 .most_popular_inner1 .group_i_full span.gcontent {
    top: 88%
}
.most_popular_inner .small-text-header span.gcontent {
    left: 0;
    right: 0;
    margin-left: 60%
}
.courses .how::before {
    background: transparent
}
.mpc_center #popup-page {
    margin-top: 10px
}
.mpc_center .gcontent {
    right: -23%
}
.faqs h2 {
    margin: 25px 0 35px;
    font-size: 40px;
    line-height: 38px;
    font-weight: 600
}
.faqs {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 20px;
    color: #DA1E32
}
.faqs h2 {
    color: #da1f33
}
.faqs .cprbox {
    overflow: hidden
}
.faqs .hover_layer {
    bottom: -140px;
    padding: 0;
    font-weight: 500;
    display: table;
    line-height: inherit
}
.faqs .hover_layer a {
    color: white;
    text-transform: initial;
    width: 100%;
    display: block;
    height: 100%;
    line-height: inherit;
    padding: 0;
    display: table-cell;
    vertical-align: middle
}
.what_learn .float-35,
.what_learn .float-50 {
    width: 36%;
    float: left;
    padding: 0 0
}
.what_learn .float-50 {
    width: 50%;
    padding-left: 40px
}
.what_learn h2 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700
}
.what_learn {
    width: 1000px;
    font-size: 18px;
    line-height: 30px;
    padding: 50px 0 50px
}
.what_learn::after {
    clear: both;
    display: block;
    content: ""
}
.what_learn ul {
    margin: 0
}
.group_b_icon>span {
    width: 80%;
    display: inline-block
}
.group_b_icon img {
    width: 16%;
    margin-top: -16px;
    max-width: 32px
}
.btn_area .group_b_icon img {
    margin-top: 0
}
.mpc_center .group_b_icon>span {
    width: auto;
    text-align: left
}
.bg-red .rating_overlap {
    background: transparent;
    padding: 65px 0
}
.rating_dbox_area.main_rating.banner .rating_overlap {
    background: rgba(0, 0, 0, .6);
    padding: 0
}
.feefowidget-logo-container::before {
    content: "Verified Customer Ratings : ";
    margin-right: 7px;
    font-size: 16px
}
.how_does_it_wrk_area .cnt_center>#feefologohere,
.how_inner #feefologohere {
    margin-bottom: 50px
}
.mpc_left.small h3 {
    font-size: 30px;
    hyphens: auto;
    line-height: 40px;
    padding-bottom: 70px
}
.aboutright {
    float: right;
    width: 48%;
    padding-left: 2%
}
.about_page p {
    font-size: 14px;
    line-height: 24px
}
.entry-content .red_highlight {
    color: #DA1E32;
    font-size: 38px;
    font-style: italic;
    line-height: 45px
}
.header_cnt.about_banner {
    width: 75%;
    margin: 0 auto
}
.about_banner h2 {
    color: white;
    text-align: center;
    font-size: 36px
}
.about_page {
    margin: 0 auto 40px
}
#field_3_6,
#field_3_3 {
    width: 48.5%;
    display: inline-block;
    clear: none;
    margin-right: 3%;
    margin-top: 7px
}
#field_3_3 {
    margin-right: 0
}
.contact-left .gform_wrapper .gform_footer {
    padding: 0;
    margin: -77px 50px 0 0;
    width: auto;
    float: right
}
.contact-left .cross-button::after,
.gform_footer .gform_button::after {
    left: 80%
}
.contact-right h2 {
    padding: 40px 50px;
    margin: 0;
    background: #DA1E32;
    color: white
}
.contact-rightbtm {
    padding-left: 50px;
    padding-right: 12%;
    padding-bottom: 50px
}
#post-16.page>.entry-header,
.contact-left .gform_wrapper {
    margin: 0
}
.contact-right h2 a {
    color: white
}
.contact-left.gen_blk h2 {
    padding: 30px 0;
    margin: 0
}
.contact-rightbtm h3 {
    padding-top: 40px
}
.contact_page iframe {
    width: 100%
}
.strong-view.modern.slider-container .testimonial-content {
    margin: 0 0
}
.strong-view.modern.slider-container .testimonial-content {
    border: 0 solid #E3E3E3;
    float: none;
    padding: 0;
    width: 100%;
    min-height: auto;
    margin: 0!important;
    font-style: normal
}
.strong-view.modern .testimonial-content::before,
.strong-view.modern .testimonial-content::after {
    content: ""!important
}
.testimonial-content p {
    font-size: 14px;
    line-height: 24px
}
.strong-view.modern.slider-container .testimonial-inner {
    padding: 0;
    text-align: center
}
.strong-view.modern.slider-container .testimonial-name {
    font-size: inherit;
    font-weight: 400;
    line-height: 25px
}
.strong-view.modern.slider-container .testimonial-client {
    margin-top: 10px;
    color: #DA1E32;
    font-size: 14px;
    padding-bottom: 35px
}
.strong-view.modern.slider-container .testimonial-company {
    font-size: inherit;
    line-height: 30px
}
.strong-view.modern.slider-container.nav-position-inside .testimonial-inner {
    padding-bottom: 0
}
.strong-view.modern.slider-container.pager-style-buttons .wpmslider-pager-link::before {
    color: #DA1E32
}
.testimonial_main {
    border-top: 1px solid #ddd;
    padding: 40px 0 30px;
    margin-top: 60px
}
.logo_list {
    padding-top: 40px
}
.realresponse-front-page .site-content {
    padding: 0
}
.realresponse-panel {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 70px 0 50px
}
.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}
.realresponse-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 0 solid #ddd
}
.panel-content {
    position: relative;
    font-size: 16px;
    line-height: 25px
}
.panel-content .wrap {
    padding-bottom: 0;
    padding-top: 0
}
.realresponse-panel .edit-link {
    display: block;
    margin: .3em 0 0
}
.realresponse-panel .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem
}
.realresponse-front-page .panel-content .recent-posts article {
    border: 0;
    color: #333;
    margin-bottom: 3em
}
.recent-posts .entry-header {
    margin-bottom: 1.2em
}
.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none
}
.realresponse-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: .6875rem;
    margin-left: 1em
}
.site-content-contain {
    background-color: #fff;
    position: relative
}
.site-content {
    padding: 2.5em 0 0
}
.sticky {
    position: relative
}
.post:not(.sticky) .icon-thumb-tack {
    display: none
}
.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px
}
.nobanner-template .entry-title {
    text-align: center
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.realresponse-front-page) .entry-title {
    color: #222;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 38px
}
.entry-header .entry-title {
    margin-bottom: .25em
}
.entry-title a {
    color: #333;
    text-decoration: none;
    margin-left: -2px
}
.entry-title:not(:first-child) {
    padding-top: 0
}
.entry-meta {
    color: #767676;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: .1818em;
    padding-bottom: .25em;
    text-transform: uppercase
}
.entry-meta a {
    color: #767676
}
.byline,
.updated:not(.published) {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.pagination,
.comments-pagination {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center
}
.pagination .icon,
.comments-pagination .icon {
    width: .666666666em;
    height: .666666666em
}
.comments-pagination {
    border: 0
}
.page-numbers {
    display: none;
    padding: .5em .75em
}
.page-numbers.current {
    color: #767676;
    display: inline-block
}
.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative!important;
    width: auto
}
.prev.page-numbers,
.next.page-numbers {
    background-color: #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    padding: .25em .5em .4em
}
.prev.page-numbers,
.next.page-numbers {
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out
}
.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background-color: #767676;
    color: #fff
}
.prev.page-numbers {
    float: left
}
.next.page-numbers {
    float: right
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    width: 48%
}
.blog .site-main>article,
.archive .site-main>article,
.search .site-main>article {
    padding-bottom: 2em
}
body:not(.realresponse-front-page) .entry-header {
    padding: 1em 0
}
body:not(.realresponse-front-page) .entry-header,
body:not(.realresponse-front-page) .entry-content,
body:not(.realresponse-front-page) #comments {
    margin-left: auto;
    margin-right: auto
}
body:not(.realresponse-front-page) .entry-header {
    padding-top: 0
}
.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap
}
.search .page .entry-meta a.post-edit-link {
    margin-left: 0;
    white-space: nowrap
}
.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: .8125rem
}
.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 1.5em
}
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.realresponse-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px
}
.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee
}
.single-featured-image-header img {
    display: block;
    margin: auto
}
.page-links {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    padding: 2em 0 3em
}
.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: .5em 1em
}
.page-links a {
    display: inline-block
}
.page-links a .page-number {
    color: #222
}
.entry-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0
}
.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: .1818em;
    padding-left: 2.5em;
    position: relative;
    text-transform: uppercase
}
.entry-footer .cat-links + .tags-links {
    margin-top: 1em
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #333
}
.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
    color: #767676;
    left: 0;
    margin-right: .5em;
    position: absolute;
    top: 2px
}
.entry-footer .edit-link {
    display: inline-block
}
.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: .7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap
}
.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
    background-color: #767676
}
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}
.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative
}
.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: .4em;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 20px
}
.post-navigation {
    font-weight: 800;
    margin: 3em 0
}
.post-navigation .nav-links {
    padding: 1em 0
}
.nav-subtitle {
    background: transparent;
    color: #767676;
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: .1818em;
    margin-bottom: 1em;
    text-transform: uppercase
}
.nav-title {
    color: #333;
    font-size: 15px;
    font-size: .9375rem
}
.post-navigation .nav-next {
    margin-top: 1.5em
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-right: .5em
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-left: .5em
}
.page-header {
    padding-bottom: 2em
}
.home .page .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem;
    display: none
}
.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: .6875rem
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.error404 .page-content .search-form,
.search .page-content .search-form {
    margin-bottom: 3em
}
.site-footer {
    border-top: 1px solid #eee
}
.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em
}
.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em
}
.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em
}
.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}
.social-navigation li {
    display: inline
}
.social-navigation a {
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 010px .5em 0;
    text-align: center;
    width: 40px;
    padding-top: 6px
}
.social-navigation a:hover,
.social-navigation a:focus {
    background-color: #fff;
    color: #DA1E32
}
.social-navigation .icon {
    height: 30px;
    top: 0;
    width: 30px;
    vertical-align: top
}
.site-info {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1em
}
.site-info a {
    color: #666
}
.site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%
}
#comments {
    clear: both;
    padding: 2em 0 .5em
}
.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em
}
.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0
}
.comment-list li:before {
    display: none
}
.comment-body {
    margin-left: 65px
}
.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}
.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}
.comment-author .says {
    display: none
}
.comment-meta {
    margin-bottom: 1.5em
}
.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .1818em;
    text-transform: uppercase
}
.comment-metadata a {
    color: #767676
}
.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em
}
.comment-body {
    color: #333;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 4em
}
.comment-reply-link {
    font-weight: 800;
    position: relative
}
.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em
}
.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px
}
.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
    border: 1px solid #333;
    padding: 2px
}
.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: .875rem;
    font-style: italic
}
.comments-pagination {
    margin: 2em 0 3em
}
.form-submit {
    text-align: right
}
#secondary {
    padding: 1em 0 2em
}
.widget {
    padding-bottom: 3em
}
h2.widget-title {
    color: #222;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 800;
    letter-spacing: .1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase
}
.widget-title a {
    color: inherit
}
.widget select {
    width: 100%
}
.widget ul {
    list-style: none;
    margin: 0
}
.widget ul li,
.widget ol li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .5em 0
}
.widget:not(.widget_tag_cloud) ul li + li {
    margin-top: -1px
}
.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative
}
.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem
}
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: .25em;
    padding-top: .25em
}
.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em
}
.widget .post-date,
.widget .rss-date {
    font-size: .81em
}
.widget_text {
    word-wrap: break-word
}
.widget_text ul {
    list-style: disc;
    margin: 0 0 1.5em 1.5em
}
.widget_text ol {
    list-style: decimal
}
.widget_text ul li,
.widget_text ol li {
    border: none
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0
}
.widget_text ul li ul {
    margin: 0 0 0 1.5em
}
.widget_text ul li li {
    padding-left: 0;
    padding-right: 0
}
.widget_text ol li {
    list-style-position: inside
}
.widget_text ol li + li {
    margin-top: -1px
}
.widget_rss .widget-title .rsswidget:first-child {
    float: right
}
.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent
}
.widget_rss .widget-title .rsswidget:first-child img {
    display: block
}
.widget_rss ul li {
    padding: 2.125em 0
}
.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0
}
.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4
}
.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: .625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase
}
.widget_rss .rss-date {
    margin: .5em 0 1.5em;
    padding: 0
}
.widget_rss .rssSummary {
    margin-bottom: .5em
}
.widget_contact_info .contact-map {
    margin-bottom: .5em
}
.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0
}
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0
}
.widget_recent_entries .post-date {
    display: block
}
.search-form {
    position: relative
}
.search-form .search-submit {
    bottom: 3px;
    padding: .5em 1em;
    position: absolute;
    right: 3px;
    top: 3px
}
.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px
}
.tagcloud ul li {
    float: left;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 4px 4px 0 0
}
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 4px 10px 5px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}
.widget_calendar th,
.widget_calendar td {
    text-align: center
}
.widget_calendar tfoot td {
    border: 0
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}
img,
video {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}
img.alignleft,
img.alignright {
    float: none;
    margin: 0
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%
}
p>embed:only-child,
p>iframe:only-child,
p>object:only-child {
    margin-bottom: 0
}
.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption .wp-caption-text {
    margin: .8075em 0
}
.mejs-container {
    margin-bottom: 1.5em
}
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0
}
.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676
}
.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out
}
.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff
}
.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333
}
.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa
}
.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333
}
.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out
}
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222
}
.site-content .wp-playlist {
    padding: .625em .625em .3125em
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .1818em;
    text-transform: uppercase
}
.site-content .wp-playlist-item {
    padding: 0 .3125em;
    cursor: pointer
}
.site-content .wp-playlist-item:last-of-type {
    border-bottom: none
}
.site-content .wp-playlist-item a {
    padding: .3125em 0;
    border-bottom: none
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}
.site-content .wp-playlist-item-length {
    top: 5px
}
.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%
}
.gallery-columns-1 .gallery-item {
    width: 100%
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%
}
.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%)
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0
}
.highlight-front-sections.realresponse-customizer.realresponse-front-page .realresponse-panel:after {
    border: 2px dashed #0085ba;
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1
}
.highlight-front-sections.realresponse-customizer.realresponse-front-page .realresponse-panel .panel-content {
    z-index: 2
}
.realresponse-customizer.realresponse-front-page .realresponse-panel .realresponse-panel-title {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center
}
.highlight-front-sections.realresponse-customizer.realresponse-front-page .realresponse-panel:nth-of-type(1):after {
    border: none
}
.realresponse-front-page.realresponse-customizer #primary article.panel-placeholder {
    border: 0
}
.realresponse-panel>.customize-partial-edit-shortcut>button {
    top: 30px;
    left: 30px
}
.realresponse-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible
}
.svg-fallback {
    display: none
}
.no-svg .svg-fallback {
    display: inline-block
}
.no-svg .dropdown-toggle {
    padding: .5em 0 0;
    right: 0;
    text-align: center;
    width: 2em
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E"
}
.no-svg .social-navigation a {
    background: transparent;
    color: #222;
    height: auto;
    width: auto
}
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative!important;
    width: auto
}
@media screen and (min-width:20em) {
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0
    }
}
@media screen and (min-width:30em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px
    }
    
    h1 {
        font-size: 30px;
        font-size: 1.875rem
    }
    
    h2,
    .home.blog .entry-title,
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }
    
    h3 {
        font-size: 22px;
        font-size: 1.375rem
    }
    
    h4 {
        font-size: 18px;
        font-size: 1.125rem
    }
    
    h5 {
        font-size: 13px;
        font-size: .8125rem
    }
    
    h6 {
        font-size: 16px;
        font-size: 1rem
    }
    
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
        font-size: .875rem
    }
    
    img.alignleft {
        float: left;
        margin-right: 1.5em
    }
    
    img.alignright {
        float: right;
        margin-left: 1.5em
    }
    
    .site-branding {
        padding: 0 0;
        margin-bottom: 0px!important
    }
    
    .panel-content .wrap {
        padding-bottom: 0em;
        padding-top: 0em
    }
    
    .page-one-column .panel-content .wrap {
        max-width: 1170px
    }
    
    .panel-content .entry-header {
        margin-bottom: 4em
    }
    
    .panel-content .recent-posts .entry-header {
        margin-bottom: 0
    }
    
    .taxonomy-description {
        font-size: 14px;
        font-size: .875rem
    }
    
    .page-numbers.current {
        font-size: 16px;
        font-size: 1rem
    }
    
    .site-footer {
        font-size: 16px;
        font-size: 1rem
    }
    
    .gallery-item {
        max-width: 25%
    }
    
    .gallery-columns-1 .gallery-item {
        max-width: 100%
    }
    
    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }
    
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }
    
    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
}
@media screen and (min-width:48em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px;
        line-height: 1.5
    }
    
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: .8125rem
    }
    
    .wrap {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 36%
    }
    
    .error404 #primary {
        float: none
    }
    
    .site-branding {
        margin-bottom: 0
    }
    
    .has-header-image.realresponse-front-page .site-branding,
    .has-header-video.realresponse-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%
    }
    
    .has-header-image.realresponse-front-page .custom-header,
    .has-header-video.realresponse-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto
    }
    
    .custom-header-media {
        height: 165px;
        position: relative
    }
    
    .realresponse-front-page.has-header-image .custom-header-media,
    .realresponse-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 0;
        position: relative
    }
    
    .has-header-image:not(.realresponse-front-page):not(.home) .custom-header-media,
    .has-header-video:not(.realresponse-front-page):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    
    .custom-logo-link {
        padding-right: 2em
    }
    
    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px
    }
    
    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px
    }
    
    .site-title {
        font-size: 36px;
        font-size: 2.25rem
    }
    
    .site-description {
        font-size: 16px;
        font-size: 1rem
    }
    
    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7
    }
    
    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px
    }
    
    .js .menu-toggle,
    .js .dropdown-toggle {
        display: none
    }
    
    .main-navigation {
        width: auto
    }
    
    .main-navigation ul {
        background: transparent;
        padding: 0
    }
    
    .main-navigation>div>ul {
        border: 0;
        margin-bottom: 0;
        padding: 0
    }
    
    .main-navigation li {
        border: 0;
        display: inline-block
    }
    
    .main-navigation li li {
        display: inline-block;
        width: auto
    }
    
    .main-navigation.toggled-on .sub-menu.toggled-on li a {
        font-size: 16px
    }
    
    li.submenu-open>a {
        font-weight: 700
    }
    
    .main-navigation ul ul {
        background: transparent;
        border: 0 solid #bbb;
        left: 0;
        right: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        display: none
    }
    
    .main-navigation ul#top-nav>li:hover>ul {
        display: block
    }
    
    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:before,
    .main-navigation ul li.page_item_has_children:after .main-navigation ul li.current-menu-item:after {
        border-style: solid;
        border-width: 0 6px 6px;
        content: "";
        display: none;
        height: 0;
        right: 0;
        position: absolute;
        left: 0;
        text-align: center;
        margin: 0 auto;
        z-index: 100000;
        width: 0
    }
    
    .main-navigation ul li.menu-item-has-children.focus:before,
    .main-navigation ul li.menu-item-has-children:hover:before,
    .main-navigation ul li.menu-item-has-children.focus:after,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.page_item_has_children.focus:before,
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after,
    .main-navigation ul li.page_item_has_children:hover:after {
        display: block
    }
    
    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #fff;
        bottom: 0
    }
    
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff
    }
    
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto
    }
    
    .main-navigation ul ul a {
        padding: .79em 0;
        width: auto;
        color: #DA1E32;
        border-bottom: 4px solid transparent;
        margin-right: 60px
    }
    
    .main-navigation li li {
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out
    }
    
    .main-navigation li li:hover,
    .main-navigation li li.focus {
        background: transparent;
        color: #DA1E32
    }
    
    .main-navigation li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out
    }
    
    .main-navigation li li:hover>a,
    .main-navigation li li a:hover,
    .main-navigation li li.current_page_item a:hover,
    .main-navigation li li.current-menu-item a:hover {
        color: #fff
    }
    
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
        right: auto;
        z-index: 2
    }
    
    .main-navigation .menu-item-has-children>a>.icon,
    .main-navigation .page_item_has_children>a>.icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px
    }
    
    .main-navigation ul ul .menu-item-has-children>a>.icon,
    .main-navigation ul ul .page_item_has_children>a>.icon {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    
    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0
    }
    
    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none
    }
    
    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0
    }
    
    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    
    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em
    }
    
    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: .7em
    }
    
    .menu-scroll-down .icon {
        height: 18px;
        width: 18px
    }
    
    .realresponse-front-page.has-header-image .site-branding,
    .realresponse-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px
    }
    
    .realresponse-front-page.has-header-image .custom-header-media,
    .realresponse-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden
    }
    
    .realresponse-front-page.has-header-image .custom-header-media:before,
    .realresponse-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 33%
    }
    
    .admin-bar.realresponse-front-page.has-header-image .custom-header-media,
    .admin-bar.realresponse-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(100vh - 32px)
    }
    
    .panel-content .wrap {
        padding-bottom: 0;
        padding-top: 0
    }
    
    .panel-image {
        height: 100vh;
        max-height: 1200px
    }
    
    .background-fixed .panel-image {
        background-attachment: fixed
    }
    
    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%
    }
    
    .page-two-column .panel-content .entry-content {
        float: right;
        width: 58%
    }
    
    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%
    }
    
    .panel-content .recent-posts article {
        margin-bottom: 4em
    }
    
    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%
    }
    
    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em
    }
    
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }
    
    .site-content {
        padding: 0 0
    }
    
    .single-post .entry-title,
    .page .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }
    
    .comments-pagination,
    .post-navigation {
        clear: both
    }
    
    .post-navigation .nav-previous {
        float: left;
        width: 50%
    }
    
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%
    }
    
    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0
    }
    
    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px
    }
    
    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
        float: left;
        width: 36%
    }
    
    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
        float: right;
        width: 58%
    }
    
    .blog .site-main>article,
    .archive .site-main>article,
    .search .site-main>article {
        padding-bottom: 4em
    }
    
    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%
    }
    
    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%
    }
    
    .entry-footer {
        display: table;
        width: 100%
    }
    
    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }
    
    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle
    }
    
    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em
    }
    
    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%
    }
    
    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%
    }
    
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%
    }
    
    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%
    }
    
    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%
    }
    
    .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
    .realresponse-front-page.page-two-column .entry-content blockquote.alignleft,
    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,
    .page-two-column .entry-content blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%
    }
    
    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .realresponse-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright {
        margin-right: 0;
        width: 36%
    }
    
    .format-quote blockquote .icon {
        left: -1.5em
    }
    
    .page.page-one-column .entry-header,
    .realresponse-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 40px
    }
    
    #comments {
        padding-top: 0
    }
    
    .comments-title {
        margin-bottom: 2.5em
    }
    
    ol.children .children {
        padding-left: 2em
    }
    
    .nav-links .nav-title {
        position: relative
    }
    
    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em
    }
    
    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em
    }
    
    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em
    }
    
    #secondary {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.6
    }
    
    h2.widget-title {
        font-size: 11px;
        font-size: .6875rem;
        margin-bottom: 2em
    }
    
    .footer {
        background: #DA1E32;
        padding-bottom: 45px;
        padding-top: 45px
    }
    
    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 36%
    }
    
    .site-footer .widget-column.footer-widget-2 {
        float: right;
        width: 58%
    }
    
    .social-navigation {
        clear: left;
        float: none;
        margin-bottom: 0;
        width: 100%
    }
    
    .site-info {
        float: left;
        padding: .7em 0 0;
        width: 58%
    }
    
    .social-navigation + .site-info {
        margin-left: 6%
    }
    
    .site-info .sep {
        margin: 0 .5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto
    }
    
    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }
    
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }
    
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }
    
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }
    
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
}
@media screen and (min-width:67em) {
    .navigation-top .wrap {
        padding: 0;
        width: inherit
    }
    
    .navigation-top nav {
        margin-left: 0
    }
    
    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: .75em;
        width: 32px
    }
    
    .page-numbers {
        display: inline-block
    }
    
    .page-numbers.current {
        font-size: 15px;
        font-size: .9375rem
    }
    
    .page-numbers.current .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute!important;
        width: 1px
    }
    
    .comment-body {
        margin-left: 0
    }
}
@media screen and (min-width:79em) {
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: -20%
    }
    
    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .realresponse-front-page .entry-content blockquote.alignright {
        margin-right: -20%
    }
}
@media screen and (max-width:48.875em) and (min-width:48em) {
    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px
    }
}
@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation-top,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none!important
    }
    
    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0
    }
    
    body {
        font-size: 12pt
    }
    
    h1 {
        font-size: 24pt
    }
    
    h2 {
        font-size: 22pt
    }
    
    h3 {
        font-size: 17pt
    }
    
    h4 {
        font-size: 12pt
    }
    
    h5 {
        font-size: 11pt
    }
    
    h6 {
        font-size: 12pt
    }
    
    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.realresponse-front-page) .entry-title {
        font-size: 10pt
    }
    
    .wrap {
        padding-left: 5%!important;
        padding-right: 5%!important;
        max-width: none
    }
    
    .site-header {
        background: transparent;
        padding: 0
    }
    
    .custom-header-media {
        padding: 0
    }
    
    .realresponse-front-page.has-header-image .site-branding,
    .realresponse-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        position: relative
    }
    
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em!important
    }
    
    .site-title {
        font-size: 25pt
    }
    
    .site-description {
        font-size: 12pt;
        opacity: 1
    }
    
    .single-featured-image-header {
        background: transparent
    }
    
    .entry-meta {
        font-size: 9pt
    }
    
    body,
    .site {
        background: none!important
    }
    
    body,
    a,
    .site-title a,
    .realresponse-front-page.has-header-image .site-title,
    .realresponse-front-page.has-header-video .site-title,
    .realresponse-front-page.has-header-image .site-title a,
    .realresponse-front-page.has-header-video .site-title a {
        color: #222!important
    }
    
    h2,
    h5,
    blockquote,
    .site-description,
    .realresponse-front-page.has-header-image .site-description,
    .realresponse-front-page.has-header-video .site-description,
    .entry-meta,
    .entry-meta a {
        color: #777!important
    }
    
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%
    }
    
    .site-footer {
        padding: 0
    }
}
.heder-top{overflow:hidden;position:relative}
.heder-top .auto-area{padding-left:30px}
.call-top{float:right}
.call-top h4{margin:10px 0;z-index:2;color:#DA1E32;position:relative}
.call-top h4 i{color:#DA1E32;padding-right:0;font-size:24px;line-height:24px}
.call-top h4 a{color:#DA1E32;font-size:24px;margin:0;line-height:24px;font-family:'BebasNeue'}
.site-branding{position:relative;background:#DA1E32}
.page-template-booking .site-branding{overflow:hidden}
.logo-sec{float:left;width:25%;text-align:left;padding:5px 0}
.header-right{float:right;width:75%;text-align:right;max-height:93px}
.logo-sec::after{background:#000;bottom:0;content:"";height:93px;position:absolute;right:-27px;top:-5px;transform:skewX(-20deg);-ms-transform:skewX(-20deg);-webkit-transform:skewX(-20deg);width:60px;z-index:1}
.js .navigation-mobile .menu-mobile-menu-container{display:none}
.js .navigation-mobile .menu-toggle{display:block;color:#fff;width:30px;font-size:30px;padding:0;text-align:center;margin:0;padding-top:17px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);transition:left .5s;padding-left:16px}
.navigation-mobile{float:right;z-index:100;position:absolute;right:70px}
.js .navigation-mobile .toggled-on .menu-mobile-menu-container{display:block;position:fixed;z-index:100;background:#DA1E32;height:100%;top:0;padding:60px 100px;right:0;width:30%}
.js .admin-bar .navigation-mobile .toggled-on .menu-mobile-menu-container{top:32px}
#mob-nav li a{padding:10px}
#mob-nav li{display:block;position:relative}
.call-top::after{background:#fff;position:absolute;right:0;content:"";width:18%;height:100%;z-index:1;top:0;transform:skewX(-20deg);-ms-transform:skewX(-20deg);-webkit-transform:skewX(-20deg);margin-right:-30px}
.fbox,.back-btn{float:left}
.footer-box3,.footer-box2,.footer-box4{width:20%;margin-right:0}
.top-footer .widget_nav_menu ul li a{color:#fff;font-size:16px}
.widget_nav_menu li{list-style:none;font-size:14px;line-height:26px}
.widget_nav_menu ul.menu>li.menu-item-has-children>a{font-weight:600;font-size:18px;font-weight:700}
.footer-left{float:left;width:30%;text-align:center}
.footer-right{float:right;width:70%}
.footer-left img{max-width:200px;margin-bottom:20px}
.copy-right-text{float:left;color:#fff;font-size:14px;line-height:26px;text-align:center}
footer ul{margin:0}
#top_banner{position:relative;padding:0}
.banner_content{position:absolute;top:300px;left:0;right:0;text-align:center;margin:0 auto;padding:40px 0 30px;color:#fff}
.banner_content h6{color:#fff;text-transform:uppercase;font-size:20px;font-weight:400;padding:0;line-height:15px;margin:0 0 15px;margin:0 0 30px;font-family:'Open Sans'}
.banner_content h1{font-size:50px;font-weight:600;margin:0;padding:0;line-height:52px;text-transform:none}
.banner_content p,.ser_box p{margin:0}
#top_banner .panel-content.banner_content img{max-width:200px;margin-bottom:100px}
.page-one-column .banner_content .wrap{max-width:100%}
.panel-content.banner_content a{font-size:30px;margin-top:60px;color:#fff}
.site-footer .footer_right_menu li:last-child{margin-right:0}
#who-we-are .panel-content{margin:0 auto}
#how-do-we-help .panel-image.pimage_left img{max-width:400px}
.simage img{display:inline-block;vertical-align:middle}
.simage{width:70px;margin:0 auto;height:100px}
.desc{padding:0 19px 20px;min-height:145px;margin-bottom:10px}
.entry-content .scontent a{color:#DA1E32;border-bottom:0 solid;box-shadow:none;font-weight:300;line-height:20px;padding:0 20px;line-height:40px}
.c_row{margin-bottom:40px}
.c_row img{margin-right:40px}
.page #who-we-are .panel-content .entry-title,.page #clients .panel-content .entry-title,.page #how-do-we-help .panel-content .entry-title,.page #about-real-response .panel-content .entry-title{color:#DA1E32}
.entry-content .lmore_link{color:#DA1E32;border-bottom:1px solid;box-shadow:none}
#how-do-we-help{padding:0;background:#000;color:#fff}
.panel-image.pimage_left{float:left;text-align:right;width:48%;height:auto}
#how-do-we-help .panel-image.pimage_left img{max-width:100%;display:block}
.panel-content.pcontent_right{float:right;width:44%;text-align:left;margin-left:3%;padding:40px 0;margin-right:5%}
.page #services .panel-content .entry-title,.page #what-makes-us-different .panel-content .entry-title{color:#fff}
.entry-content .rating_box .btn_equire_now,.new_homepage .btn_equire_now,.book_now,.cstm_content .btn_book_now{background:#DA1E32!important;color:#fff!important;font-family:BebasNeue;font-size:40px;font-weight:400;line-height:100%;padding:20px 40px;text-transform:uppercase;display:inline-block;position:relative}
.main-navigation ul ul .bnow-btn a{background:#DA1E32!important;color:#fff;font-family:BebasNeue;font-weight:400;line-height:100%;font-size:20px;padding:10px 20px;text-transform:uppercase;display:inline-block;position:relative;border:none;margin:0;position:absolute;top:6px}
.cstm_content .btn_book_now.med,.btn_book_now.med,.book_now.med{font-size:26px;padding:12px 25px}
.book_now .inner{color:#fff}
.btn_equire_now::after,.cstm_content .btn_book_now::after,.book_now::after{background:#DA1E32;bottom:0;content:"";height:40px;position:absolute;right:-6px;top:0;transform:skewX(-12deg);width:12px}
.book_now:hover,.book_now:hover .inner,.book_now:hover::after{background:#000!important;color:#fff}
#services{background:#DA1E32;color:#fff;padding-bottom:70px}
.ser_box{float:left;width:24%;margin-right:1%;background:#fff;position:relative;overflow:hidden;min-height:315px;padding:40px 0;color:#414143;font-size:14px;font-weight:300;letter-spacing:.5px}
.book-your-fov{text-align:center;padding:42px}
.book-your-fov p{color:#DA1E32;margin:0;font-weight:700;font-size:40px;line-height:38px}
.book-your-fov p a{vertical-align:middle}
.entry-content .scontent h2,.entry-content .scontent h3{font-weight:700;color:#DA1E32;font-size:30px;line-height:30px;margin-top:25px;margin-bottom:40px;min-height:30px;letter-spacing:normal}
.entry-content .scontent h3{font-size:20px;font-weight:600;line-height:40px;padding:0 20px}
#clients{background:#f5f5f5}
.panel-content.pcontent_right .wrap{max-width:100%}
.pcontent_right p{margin-bottom:15px}
.page.page-one-column #how-do-we-help .entry-header{margin-bottom:30px}
.helper{display:inline-block;height:100%;vertical-align:middle}
.ser_box.box3 .simage{width:42px}
.ser_box.box2 .simage{width:90px}
#what-makes-us-different .panel-content{position:relative;top:0;text-align:center;width:100%;height:100%;background:rgba(0,0,0,.6);left:0;margin:0;color:#fff;padding:70px 0}
#what-makes-us-different .panel-image.pimage_left{float:none;text-align:inherit;width:100%}
#what-makes-us-different{padding:0}
.realresponse-front-page.page-one-column #what-makes-us-different .entry-header{margin-bottom:70px}
.make_box{width:31%;padding:34px;float:left;border:1px solid rgba(255,255,255,.5);margin-right:3%;line-height:32px;font-size:16px}
.make_box h3{font-size:30px;margin-bottom:40px;font-weight:600}
#what-makes-us-different .panel-image.pimage_left img{display:block}
.make_box.box3{margin-right:0}
.rating_dbox .feefowidget-sliders feefowidget-rating-stars .feefowidget-rating-wrapper,.realresponse-front-page.page-one-column #slider .entry-header{display:none}
.rating_dbox .feefowidget-carousel-single-slide-content .feefowidget-meta-row{font-size:14px;color:#000;margin-bottom:4px;line-height:1;font-weight:700}
.rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-left-button:disabled,.feefowidget-carousel-snapshot-body .feefowidget-right-button:disabled{color:#000}
.rating_dbox .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating .feefowidget-bottom-row{border-bottom:solid 0 #ebebeb!important;padding-bottom:0!important}
#slider{padding:10px 0}
.rating_dbox .feefowidget-carousel-summary a{color:#DA1E32;text-decoration:underline;font-weight:400;line-height:1}
.menu-toggle .icon-close{display:none}
.toggled-on .menu-toggle .icon-bars{display:none}
.main-navigation li li:hover>a{color:inherit;border-bottom:4px solid}
.menu-top-menu-container .sub-menu{width:100%;position:absolute;background:#fff;z-index:1;color:#DA1E32;min-width:320px;top:100%}
.main-navigation ul li.menu-item-has-children:hover::before{display:none}
.custom-logo-link{position:relative;z-index:22}
.logo-sec::after{background:#000;bottom:0;content:" ";position:absolute;left:-12px;top:0;width:25%;z-index:0}
.custom-logo-link{position:relative;z-index:22}
.navigation-top .main-navigation ul ul a::after{content:"";width:1px;height:20px;background:#eee;position:absolute;top:15px;right:-30px}
.main-navigation ul ul li:last-child a::after{width:0}
.hover-top-menu:before{border-style:solid;border-width:0 6px 6px;content:"";height:0;right:0;position:absolute;left:0;text-align:center;margin:0 auto;z-index:100000;width:0;border-color:transparent transparent #fff}
.navigation-top .main-navigation ul .menu-item-has-children .icon.icon-angle-down{display:none}
.header-bottom{position:relative;background:#fff;z-index:1;text-align:center;padding:10px 0;color:#DA1E32;text-transform:uppercase;font-weight:700;display:block}
.header-bottom a{color:#DA1E32;padding-left:10px;margin-left:10px;border-left:1px solid;line-height:13px;text-transform:none;text-decoration:underline}
.js .navigation-mobile .toggled-on .menu-mobile-menu-container.submenu-clicked #mob-nav li.submenu-open{display:block;padding-left:0}
.navigation-mobile .main-navigation ul ul.sub-menu{left:40px;width:100%;z-index:666666666;position:relative;padding-top:10px}
.navigation-mobile .main-navigation ul ul.sub-menu a{color:#fff}
.js .navigation-mobile .dropdown-toggle{display:block;color:#fff;font-size:30px}
.admin-bar .site-navigation-fixed{top:32px}
.site-navigation-fixed{position:fixed;width:100%;top:0;overflow:hidden;-webkit-box-shadow:0 5px 5px 0 rgba(91,91,91,0.5);-moz-box-shadow:0 5px 5px 0 rgba(91,91,91,0.5);box-shadow:0 5px 5px 0 rgba(91,91,91,0.5)}
.js .navigation-mobile .main-navigation ul ul.sub-menu{display:none}
.js .navigation-mobile .main-navigation ul ul.toggled-on{display:block}
.js .navigation-mobile .main-navigation ul a>.icon{display:block}
.js .navigation-mobile .toggled-on .menu-mobile-menu-container.submenu-clicked #mob-nav li.submenu-open .dropdown-toggle{left:auto;transform:rotate(-180deg)}
.main-navigation #menu-social-links-menu a{padding:5px;font-size:20px;color:#ff4065}
.navigation-mobile .main-navigation ul .menu-item-has-children .icon.icon-angle-down{transform:rotate(-90deg)}
.navigation-mobile .main-navigation ul li.menu-item-has-children:hover::after{display:none}
.menu-mobile-menu-container .icon.icon-close{position:absolute;left:auto;color:#fff;font-size:30px;cursor:pointer;right:70px;top:65px;z-index:77}
.overlay{position:fixed!important;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:5.5555555555556E+22;cursor:pointer;display:block;transition:.5s}
.navigation-mobile .main-navigation li li:hover>a{border-bottom:4px solid transparent}
.site-branding.site-navigation-fixed .custom-logo-link img{max-width:135px}
.js .site-branding.site-navigation-fixed .navigation-mobile .menu-toggle{padding-top:4px}
.site-branding.site-navigation-fixed .logo-sec::after{height:66px}
.site-branding.site-navigation-fixed .hidden_menu{display:block!important}
.hidden_menu{display:none!important}
.review_right{float:left;width:100%}
.image_left_review{float:left;width:16%;margin-right:4%;margin-top:45px}
.site-branding.site-navigation-fixed .navigation-top .main-navigation ul ul a{padding:.75em 0;width:auto;color:#DA1E32;border-bottom:4px solid transparent;margin-right:60px;line-height:inherit}
.top-footer .widget_nav_menu ul li a:hover{color:#000}
.contact-us{display:inline-block;color:#fff;padding-right:20px}
.contact-us a{color:#fff;font-size:14px}
.navigation-mobile #site-navigation .menu-toggle{float:right;margin-right:16px}
.realresponse-front-page .site-content{padding:0}
.footer .sub-menu{margin:0}
.footer{background:#DA1E32;padding-bottom:45px;padding-top:45px}
.footer .menu-item-has-children svg.icon.icon-angle-down{color:#fff;font-size:20px;position:absolute;right:0;display:none}
.submenu-open svg.icon.icon-angle-down{transform:rotate(180deg)}
.custom-overlay::after{width:100%;height:100%;position:fixed!important;width:70%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:8888;cursor:url(assets/images/cross.png),crosshair;display:block;transition:.5s;content:""}
.main-navigation li li.current_page_item a{border-bottom:4px solid #DA1E32}
.main-navigation li li.current_page_item a:hover{color:#000}
.row1 .book_now:hover::after,.find_more_main .book_now:hover,.row2 .book_now:hover::after,.box_2 a.book_now:hover{color:#000;background:#fff!important}
.contact-us a:hover{color:#000}
.site-branding.site-navigation-fixed .navigation-top .main-navigation ul ul a:hover{border-bottom:4px solid #DA1E32}
.site-branding.site-navigation-fixed .navigation-top{display:none}
.sticky-right{display:none}
.site-branding.site-navigation-fixed .sticky-right{display:inline-block;color:#fff;float:left;padding-top:17px;padding-left:10%}
.main-navigation ul#top-nav>li.menu-item-has-children:hover,.main-navigation ul#top-nav>li.current-menu-item{background:url(/wp-content/themes/realresponse/assets/images/icon.png) no-repeat bottom}
.entry-content .lmore_link:hover{color:#fff}
#who-we-are .lmore_link:hover,.header-bottom a:hover,.sticky-right a:hover{color:#000}
.sticky-right a{color:#fff}
#what-makes-us-different{background:url(/wp-content/themes/realresponse/assets/images/make_us.jpg) no-repeat top center;background-size:cover}
.custom-header{margin:0!important}
.header-overlap{text-align:center;color:#fff;position:relative;max-width:100%;overflow:hidden;min-height:230px}
.featured-banner{width:100%;height:360px;background-size:cover;background-position:top center}
.banner-content{position:absolute;bottom:0;left:0;right:0;height:100%;display:flex;align-items:center}
.align-main .banner-content{position:absolute;bottom:0;left:0;right:0;top:0;min-height:240px;margin-top:140px}
.banner-content .wrap{display:table;vertical-align:middle;width:inherit;margin:0 auto;min-height:inherit}
.header-overlap .banner-content.align-banner h1{font-size:60px;font-weight:600;margin:0;padding:0;line-height:1.3;text-transform:none;display:table-cell;text-align:center;margin:0 auto;width:100%;vertical-align:middle;width:100%}
@media only screen and (min-width:1200px) {
.cpr-banner .banner-content{bottom:400px}
}
.header-overlap h6{color:#fff;text-transform:uppercase;font-size:20px;font-weight:400;padding:0;line-height:15px;margin:0 0 30px;font-family:'Open Sans';text-shadow:2px 2px #000}
.header-overlap h1{font-size:60px;font-weight:600;margin:0;padding:0;line-height:1.3;text-transform:none;text-shadow:2px 2px #000}
.header-overlap a{margin-top:40px}
.course-banner{padding-top:185px;background:#333}
.header-overlap.course-banner h1{font-size:70px;line-height:90px;text-transform:capitalize}
.header-overlap .color_red{color:#DA1E32}
.header-overlap p{margin:0}
.header-overlap p a{font-size:30px;margin-top:60px;color:#fff}
.section2{text-align:center;padding:70px 0 50px}
body.page:not(.realresponse-front-page) .entry-title{color:#DA1E32}
.entry-content p{font-size:18px;line-height:28px}
.mpc_left p,.additional_courses_inner p:empty,.most_popular_courses1 .most_popular_inner1 p:empty{margin:0}
.lnk_more_info{font-size:14px;line-height:26px;text-decoration:underline;text-transform:uppercase;color:#d1050a;display:inline-block}
.mpc_left .lnk_more_info{margin-bottom:30px}
.mpc_right h3{font-size:15px;margin-bottom:10px;font-weight:400}
.product_box .item{display:flex;align-items:center}
.most_popular_inner.product_box .item h3{color:#DA1E32;font-size:24px;margin-bottom:8px}
.pbox.most_popular_inner.product_box .item h4{font-size:18px;margin-bottom:8px;margin-top:0}
.most_popular_inner.product_box .item p{font-size:14px;margin-bottom:8px}
.most_popular_inner.product_box .item .icon{height:16px;width:16px;margin-right:12px}
.mpc_50{width:45%;float:left}
.mpc_80{width:75%;float:left;margin-right:5%}
.mpc_30{width:30%;float:left;margin-right:5%}
.mpc_20{width:20%;float:left}
.mpc_80 ul{width:31%;float:left;margin-right:3%}
.mpc_80 ul:last-of-type{margin-right:0}
.most_popular_inner .item:first-child h4{margin-bottom:20px}
.most_popular_inner ul{font-size:14px;line-height:22px;list-style:inside}
.most_popular_inner .mpc_right .lnk_more_info{position:absolute;bottom:0;right:0}
.btn_more{background:#DA1E32!important;color:#fff;font-family:BebasNeue;font-size:20px;padding:10px 20px;font-weight:400;line-height:100%;text-transform:uppercase;display:inline-block;position:relative}
.btn_more:hover{background:#000!important;color:#fff}
.btn-white{background:#fff!important;color:#DA1E32}
.btn_more::after{background:#DA1E32;bottom:0;content:"";height:40px;position:absolute;right:-5px;top:0;transform:skewX(-12deg);width:12px}
.btn-white::after{background:#fff}
.btn_more:hover::after{background:#000}
.group_b_icon{margin-left:0;width:calc(100%);position:relative;text-transform:uppercase;font-size:9px;padding-top:25px;color:rgba(0,0,0,.5);clear:both;line-height:16px;max-width:190px}
.gb_l{padding-right:30px;position:relative;z-index:1;text-align:left}
.gb_r{position:absolute;right:0;top:25px;width:30px;height:30px;z-index:2}
.gb_r span{background:url(/wp-content/themes/realresponse/assets/images/group-booking-public-course_info-03.png) no-repeat;display:block;height:30px;width:30px}
.gb_r .gcontent{position:absolute;width:175px;right:-73px;top:43px;background:#fff;box-shadow:0 3px 3px 3px rgba(0,0,0,.1);border:1px solid #ddd;padding:10px;font-size:10px;text-align:center;line-height:16px;color:#DA1E32;font-weight:400;z-index:22;text-transform:none;display:none}
.gb_r .gcontent::before{content:"";background:#fff;height:20px;width:20px;text-align:center;margin:0 auto;position:absolute;left:0;right:0;top:-11px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;transform:rotate(-136deg)}
.gb_r:hover .gcontent{display:block}
.entry-content .group_b_icon a,.item .mpc_left .group_l_icon .align-left a{color:inherit;border-bottom:1px solid}
.section4{background:#f5f5f5}
.frontpage .section4{background:#000}
.section4 .section4-image{width:50%;float:left}
.section4 .section4-image img{display:block}
.section4 .section4-content{width:50%;box-sizing:border-box;float:left;padding:30px 5% 0 40px}
.frontpage .section4-content .entry-content p{color:#fff}
.page.page-one-column .section4 .entry-header,.section4 .entry-header{margin-bottom:20px;padding-bottom:0}
.entry-content ul{line-height:24px;list-style:inside;margin-top:20px}
.section5{text-align:center;padding:50px 0}
.section6{text-align:center;padding:50px 0}
.section8{text-align:center;padding:50px 0}
.section9{text-align:center;padding:30px 0}
#how_slider{position:relative;padding-bottom:65px}
#how_slider .owl-item img{display:inherit;width:100%}
#how_slider .owl-nav{bottom:0;left:0;margin:0 auto;position:absolute;right:0;width:130px}
#how_slider .owl-nav .owl-prev,#how_slider .owl-nav .owl-next{position:absolute;bottom:0;color:#DA1E32;font-size:0}
#how_slider .owl-nav .disabled{display:none}
#how_slider .owl-nav .owl-prev:before,#how_slider .owl-nav .owl-next:before{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;font-size:30px}
#how_slider .owl-nav .owl-prev:before{content:"\f104"}
#how_slider .owl-nav .owl-next:before{content:"\f105"}
#how_slider .owl-nav .owl-prev{left:0}
#how_slider .owl-nav .owl-next{right:0}
#how_slider .owl-dots{bottom:2px;left:0;margin:0 auto;position:absolute;right:0;width:90px}
#how_slider .owl-dot{background:transparent;border-radius:100%;display:inline-block;height:10px;margin:0 5px;width:10px;border:1px solid #DA1E32}
#how_slider .owl-dot.active{background:#DA1E32}
#how_slider .item h2{color:#DA1E32;font-size:30px;line-height:38px;font-weight:700;margin:0 0 15px}
#how_slider .item p{margin-bottom:0}
#how_slider .item .imgbx{overflow:hidden;position:relative}
.frontpage .entry-header h2.entry-title,h2.rrmedium-title{color:#da1f33;font-size:40px;font-weight:600;margin:0;line-height:38px}
#how_slider .item .hover_layer{background:rgba(209,5,42,.85);bottom:-100%;color:#fff;font-size:18px;height:100%;left:0;line-height:30px;padding:112px 30px 0;position:absolute;right:0;vertical-align:middle;width:100%;transition:all .5s ease 0}
#how_slider .item:hover .hover_layer{bottom:0}
#how_slider .item h2{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.client-logos{padding:40px 0;text-align:center}
body.page:not(.realresponse-front-page) .client-logos .entry-title{font-size:30px}
body.page:not(.realresponse-front-page) .client-logos .entry-header{margin-bottom:10px}
.section-accreditation{background:url(/wp-content/themes/realresponse/assets/images/courses-page-banner-1.jpg) no-repeat center;background-size:cover;padding:60px 0;text-align:center;color:#fff}
.section-accreditation h2{font-size:30px;margin-bottom:30px;color:#fff}
.section-accreditation p{font-size:16px;margin-bottom:0;line-height:30px}
.section-tecclevel1{padding:50px 0}
.section-tecclevel1 .tl-img{float:left;width:48%;margin-right:4%}
.section-tecclevel1 .tl-content{float:left;width:48%}
.tl-content h2{margin-top:0;color:#d2062b;line-height:19px}
.tl-content p{font-size:14px;line-height:25px}
.tecclevellist-inner{border:1px solid #d2062b;margin-bottom:30px}
.tlist-left{background:#d2062b;width:40%;float:left;padding:50px;box-sizing:border-box}
.tlist-left h3{color:#fff;font-size:30px;margin-top:0;margin-bottom:20px;font-family:'Open Sans'}
.tlist-left h4{color:#fff;font-size:20px;margin-top:0;margin-bottom:30px;font-weight:400;font-family:'Open Sans'}
.tlist-left h4 strong{font-weight:700}
.tlist-right{width:60%;float:left;padding:20px 40px;box-sizing:border-box}
.tlist-right .tlist{float:left;width:50%;padding:0 20px;box-sizing:border-box}
.tlist-right .tlist h3{font-size:25px;color:#d2062b;margin-top:0;margin-bottom:20px;font-family:'Open Sans'}
.tlist-right .tlist ul{list-style:inside;font-size:14px;line-height:25px;margin:0}
.main-navigation ul ul .bnow-btn a::after{background:#DA1E32;bottom:0;content:"";height:40px;position:absolute;right:-5px;top:0;transform:skewX(-12deg);width:12px!important}
.main-navigation ul ul .bnow-btn:hover a,.main-navigation ul ul .bnow-btn:hover a::after{background:#000!important;color:#fff!important;border:none}
.section-keyinfo .tlist-right{padding:60px 40px}
.section-keyinfo .tlist-right .tlist ul{line-height:34px}
.atma-logotext{text-align:center;padding:50px 0}
.general-template{padding:45px 0}
.red_highlight{color:#DA1E32;font-size:27px;font-style:italic;line-height:40px}
.entry-content h2{color:#DA1E32;font-size:40px;margin:20px 0;line-height:55px}
.page-template-page-seo-php .banner-content{bottom:100px}
.superior-faq-category-title{display:none}
.superior-faq-category-faqs{margin-bottom:0!important;padding-top:30px}
.superior-faq-title a{color:#a1052a;font-weight:400}
.nobanner-template h3{font-size:28px;margin:25px 0;text-transform:uppercase}
a.download{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:#DA1E32;border-image:none;border-radius:2px;color:#fff;display:inline-block;text-decoration:none;margin-bottom:20px;border-color:#0 #0 #b93207;border-style:none none solid;border-width:medium medium 3px;padding:11px 24px 10px}
a.download:hover{background:#9f1228;color:#fff!important}
h3.big-text{font-family:"Open Sans",sans-serif;font-size:35px;font-weight:400;line-height:40px;margin-bottom:15px}
.simulation_training .left{width:64%}
.left{float:left;margin-right:2%;width:49%}
.left label{text-transform:uppercase;font-family:'BebasNeue';font-weight:400}
.left input[type=email],.left input[type=text],.left textarea{outline:none;font-size:13px;font-weight:400;transition:all ease-in-out .2s;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;width:92%;margin-bottom:30px;background:#e0e0e0;border:1px solid #e0e0e0;border-radius:5px;padding:12px}
.right{float:right;margin-top:7%;width:49%}
.right textarea{background:hsl(0,0%,88%);border:1px solid hsl(0,0%,88%);border-radius:5px;height:204px!important;margin-bottom:22px;outline:medium none;overflow:hidden;width:100%!important;padding:20px 4%}
.right .text-area{background:hsl(0,0%,88%);border:1px solid hsl(0,0%,88%);border-radius:5px;margin-bottom:22px;overflow:hidden;font-family:'BebasNeue';padding:15px 45px 15px 30px}
.back-btn a{background:url(/wp-content/themes/realresponse/assets/images/left-arrow.png) no-repeat hsl(356,73%,46%);background-position:left 29px center;background-position-x:15%;background-position-y:48%;border-radius:5px;box-shadow:0 0 8px hsl(0,0%,50%);color:hsl(0,0%,100%)!important;display:inline-block;font-family:'BebasNeue';font-size:30px;font-weight:400;letter-spacing:.8px;text-transform:uppercase;padding:15px 55px}
.back-btn a:hover{background:url(/wp-content/themes/realresponse/assets/images/left-arrow.png) no-repeat #333;background-position:left 29px center;background-position-x:15%;background-position-y:48%}
.form2-btn{padding-top:58px}
.skip a{background:url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat hsl(356,73%,46%);background-position:right 29px center;background-position-x:90%;background-position-y:48%;border-radius:5px;box-shadow:0 0 8px hsl(0,0%,50%);color:hsl(0,0%,100%)!important;font-family:'BebasNeue';font-size:30px;font-weight:400;letter-spacing:.8px;text-transform:uppercase;display:inline-block;padding:15px 55px}
.skip a:hover{background:url(/wp-content/themes/realresponse/assets/images/rounded-rectangle.png) no-repeat #333;background-position:right 29px center;background-position-x:90%;background-position-y:48%}
.gray-area{background:#e6e6e6;padding:30px 20px 32px;width:330px;float:right;font-size:18px}
.gray-area.fixed{bottom:0;margin:0!important;overflow:auto;position:fixed;right:13.5%;top:117px}
.gray-area>h3{font-size:35px;line-height:35px;text-transform:uppercase;margin-bottom:32px;color:#262525}
.gray-area a.enq_btn{font-size:35px;line-height:35px;padding:12px 0 10px;margin-top:30px}
.gray-area a.enq_btn:hover{color:#000;text-decoration:none}
.gray-area>li{list-style:none;margin-bottom:18px;line-height:23px}
.gray-area>li span{background:#cb1d27;border-radius:50px;color:#fff;display:block;float:left;font-family:"Open Sans",sans-serif;font-size:18px;font-weight:600;line-height:20px;margin-right:20px;padding:4px 10px}
.gray-area .right{float:none;margin-top:0;width:80%;display:inline-block;vertical-align:middle}
.abtuspage .left,.tailored .left,.contact-left,.landing-row2 .left,.cpr-left{float:left;margin-right:5%;width:50%;padding-left:6%}
h3.big-text{font-family:"Open Sans",sans-serif;font-size:35px;font-weight:400;line-height:40px;margin-bottom:15px}
.icons img{margin-right:26px}
.icons img:last-child{margin-right:0}
.cpr .gray-area>h3{margin-bottom:18px}
.cpr .gray-area>li{margin-bottom:9px}
.cpr .gray-area{margin-top:15px}
.simulation_training .left{width:64%}
.gray-area.with-icons img{margin:5px 30px 5px 0;vertical-align:middle}
.gray-area.with-icons .right{width:60%}
.gray-area.with-icons>h3{margin-bottom:25px}
.gray-area.with-icons>li{margin-bottom:12px}
.gray-area.with-icons{margin-top:20px}
.reason .left span{background:#cb1d27;border-radius:50px;color:#fff;font-size:23px;padding:0 10px;font-family:"Open Sans",sans-serif;font-weight:600}
.reason .right{margin:0;width:92%}
.reason .right>h3{font-size:28px;text-transform:unset;margin-bottom:20px;line-height:30px;font-family:"Open Sans",sans-serif;font-weight:300}
.reasons .reason{margin-top:20px}
a.see{color:#cb1d27}
.gray-area.with-icons li{list-style:outside none none}
.simulation_training .reason .left{width:35px}
.simulation_training .reason .right .full{transition:max-height ease-in-out .5s;-moz-transition:max-height ease-in-out .5s;-ms-transition:max-height ease-in-out .5s;-webkit-transition:max-height ease-in-out .5s;-o-transition:max-height ease-in-out .5s;max-height:0;overflow:hidden}
.simulation_training .reason .right .full.less{max-height:0;overflow:hidden}
.simulation_training .reason .right.fullc .full{max-height:1500px}
.reason button{background:rgba(0,0,0,0);border:medium none;color:#cb1d27;padding:0;transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;margin-left:10px}
.reason .right.fullc .see-more{opacity:0}
.reason .right.less .see-less{opacity:0}
.gallery .box h3{margin:9px 0;text-align:left}
.gallery .box{list-style:none;min-height:inherit}
.posts .box img{min-height:166px;opacity:.8}
#lightgalleryvedio .box img.yt-img{margin:-28px 0}
#lightgalleryvedio .box a{overflow:hidden}
.box>a:hover img{opacity:1}
.lg-outer .lg-sub-html{background:#fff;color:#000;position:unset;padding:20px 60px 0;text-align:left}
.lg-outer .lg-close.lg-icon{background:url(/wp-content/themes/realresponse/assets/images/cancel.png) no-repeat center center;padding:0}
.left .reason .left{width:30px}
.general-template .type-page h1.entry-title{margin-bottom:30px}
a.enq_btn{background:#cd0a2e;border-radius:3px;color:#fff;display:block;font-family:'BebasNeue';font-size:28px;line-height:28px;margin-top:20px;padding:14px 0 12px;text-align:center}
.gray-area a.enq_btn{font-size:35px;line-height:35px;padding:12px 0 10px;margin-top:30px}
.entry-content p{color:#000;font-size:18px;line-height:28px;margin-bottom:15px}
.entry-content .lnk_uline{text-decoration:underline}
.entry-content .lnk_meet_team,.entry-content .lnk_gen,.entry-content .lnk_uline{color:#DA1E32}
.rating_dbox .feefowidget-carousel-snapshot-body .feefowidget-sliders.feefowidget-sliders-average-customer-rating{height:180px}
.entry-content a:not(.btn){color:#a1052a}
.copy-right-text.widget_text .textwidget p{color:#fff}
.client-logos .flex-control-paging li a{border:1px solid #DA1E32;background:transparent}
.findout-content p{color:#000;font-size:18px;line-height:28px;margin:0 0 15px;font-family:'Open Sans';font-weight:400;font-style:normal}
.course-pages .lnk_meet_team,.course-pages .lnk_gen,.course-pages .lnk_uline{color:#DA1E32}
.courses-2 .additional_courses,.courses .additional_courses{background:#000}
.rrspeciality_section{background:#414143;padding:50px 0 0}
.rrspeciality_section .rrspeciality .rraccordion_area_box{margin-bottom:40px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area{background:#fff;padding:20px 25px 15px;position:relative;color:#000;margin-bottom:0;min-height:450px}
.rrspeciality_section .rrspeciality .rraccordion_area_box:nth-child(3){margin-right:0}
.rrspeciality_section .rrspeciality .rraccordion_area_box:nth-child(6){margin-right:0}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area h2{color:#DA1E32;font-size:35px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .warden-box{min-height:91px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area h4{font-size:28px;font-weight:400;color:#424244;min-height:145px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .btn_area{position:absolute}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .btn_book_now{background:#DA1E32!important;color:#fff;font-size:20px;line-height:100%;padding:10px 20px;text-transform:uppercase;display:inline-block;position:relative;margin-left:0;font-family:BebasNeue}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .btn_book_now:after{background:#DA1E32;bottom:0;content:"";height:60px;position:absolute;right:-11px;top:0;transform:skewX(-12deg);width:27px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .group_b_icon{margin-left:0;margin-top:0;width:calc(100%);position:relative;text-transform:uppercase;font-size:11px;padding-top:25px;color:rgba(0,0,0,.5);clear:both}
.group_b_icon img{vertical-align:middle}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .group_b_icon>span{width:80%;display:inline-block}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .entry-content p{color:#000;font-size:18px;line-height:28px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .gcontent,.small-text-header span.gcontent{position:absolute;width:175px;right:0;top:115%;background:#fff;box-shadow:0 3px 3px 3px rgba(0,0,0,.1);border:1px solid #ddd;padding:10px;font-size:10px;text-align:center;line-height:16px;color:#DA1E32;font-weight:400;z-index:22;text-transform:none;display:none;left:58px}
.rrspeciality_section .rrspeciality .rraccordion_area .btn_book_now:hover,.rrspeciality_section .rrspeciality .rraccordion_area .btn_book_now:hover .inner,.rrspeciality_section .rrspeciality .rraccordion_area .btn_book_now:hover::after{background:#000!important;color:#fff}
.rraccordion_area_box .accordion{margin-top:0}
.rraccordion_area_box .accordion button.accordion.active,button.accordion:hover{background:#DA1E32}
.rraccordion_area_box .accordion button{background:#DA1E32;color:#fff;width:100%;padding:11px;border-radius:0;text-transform:uppercase;font-weight:600;margin-top:0}
.rraccordion_area_box .accordion .panel h2{margin:0;color:#fff}
.rraccordion_area_box .accordion button.accordion::after{content:'\f067';font-size:9px;float:right;color:#fff;font-size:15px;line-height:20px;font-family:fontawesome;font-weight:300}
.rraccordion_area_box .accordion .panel h2{margin:0;font-weight:400}
.rraccordion_area_box .accordion .panel ul li{margin-left:15px}
.panel-icon{margin-right:10px}
.active.accordion div.panel{opacity:1;min-height:auto;display:block}
.rraccordion_area_box .accordion .panel a{color:#fff;font-weight:700}
.client_section .client-box{padding:0}
.client_section .client-box .client-boxs{float:left;width:25%;text-align:center}
.connect_section{padding:50px 0}
.connect_section .connect_box{text-align:center}
.connect_section .connect_box h2{color:#DA1E32;margin-top:0}
.entry-content .lmore_link:hover{color:#DA1E32}
.make_us p{color:#fff}
.section2{text-align:center;padding:50px 0}
.section2 .entry-header,.section8 .entry-header,.section9 .entry-header{margin:0}
.page-template-page-speciality.page .entry-header{padding:0}
.rr_sp_ser p{width:75%;margin:0 auto 15px}
.rrspeciality_section .rrspeciality .rraccordion_area_box .rraccordion_area .btn_book_now:after{height:40px}
.rraccordion_area_box .btn_area .group_b_icon img{margin-top:-3px;margin-left:5px}
.active.accordion div.panel h3{font-weight:400;margin-bottom:10px}
body.page.page-template-page-speciality .client-logos .entry-title{font-size:30px;margin-bottom:30px}
.rrspec_how_do{background:#000;color:#fff}
.rrspec_how_do .section4-image{overflow:hidden}
.rrspec_how_do .section4-image img{display:block;width:100%;max-width:100%;overflow:hidden;margin:28px 100px}
.rrspec_how_do p{color:#fff;margin-bottom:20px;margin-top:0}
.page.page-template-page-speciality .rrspec_how_do header.entry-header{margin-bottom:40px}
.connect_section .btn_equire_now.small::after{height:40px}
.rraccordion_area_col{float:left;width:27.25%;margin-right:9%;margin-bottom:0}
.rraccordion_area_col:last-child{margin-right:0}
button.hide,button.hide.show,.accordion.active button.accordion.cus-btn{display:none}
.accordion.active .panel{display:block;opacity:1;background:#DA1E32;padding:20px 30px;color:#fff}
.accordion.active .hide{display:block}
.rraccordion_area_box .accordion.active button.hide:after{content:"\f068";color:#fff;font-family:FontAwesome;line-height:20px;float:right;color:#fff;font-size:15px;line-height:20px;font-family:fontawesome;font-weight:300}
.section2.rr_sp_ser{margin-top:0;padding-top:0}
.home .section9,.home .section8{padding:50px 0}
.text-left{text-align:left}
.bg-gray{background:#f5f5f5}
.bg-white{background:#fff}
.rrmb-40{margin-bottom:40px}
.rrpt-40{padding-top:40px!important}
.rrp0-sec p{margin-top:0;margin-bottom:20px}
body .page .rrspec_how_do h2.entry-title{line-height:43px}
.rrpt-0{padding-top:0!important}
.rrpb-0{padding-bottom:0!important}
.rrpt-40{padding-top:40px}
.real_trainers_area h3{color:#DA1E32;text-align:center;text-transform:none}
.ats-layout-grid .employers-box li .employer_name span{color:#DA1E32!important;font-weight:700!important}
.lnk_meet_team,.lnk_gen,.lnk_uline{color:#DA1E32}
.lnk_uline{text-decoration:underline}
.cpr .group_b_icon img{width:32px;margin-top:-5px;margin-left:5px}
.cpr .mpc_center .gcontent{right:-18px}
.rr_acc_left{float:left;width:30%;margin-right:10%}
.rr_acc_left img{max-width:300px;margin:0 auto 0 65px}
.rr_acc_right{float:left;width:60%;padding-top:40px}
.rr_acc_right h2{color:#da1f33;font-size:40px;line-height:38px}
.rr_acc_sec{padding:50px 0}
.header-overlap .entry-content .rating_box .btn_equire_now:after{height:80px;width:20px;right:-10px}
.page-template-page_tecc p{font-size:18px;margin-bottom:20px}
.page-template-page_tecc p:last-child{margin-bottom:0}
.page-template-page_tecc p.superior-faq-action-bar{margin:0}
.hd-btm-cls{float:right;cursor:pointer}
.sub-menu .wrap{text-align:center}
p.superior-faq-action-bar{margin:auto}
.rrpt-20{padding-top:20px}
.client-boxs img{width:auto}
.mrg-minus{margin-top:-70px}
.page-template-page_tecc div#section8 .entry-header{padding:0}
.page-template-page-speciality div#maincontent{margin:0;padding:0}
.page-template-page-speciality .mrg-minus{margin-top:-125px}
.footer-left .icon.icon-youtube{display:none}
.youtube_icon a{position:relative;vertical-align:top}
.youtube_icon a:after{content:"\f16a";font-family:FontAwesome;top:0;position:absolute;font-size:30px;left:0;right:0;bottom:0}
.rrcase-study-header .page-header{padding-bottom:0}
.rrcase-study-header .page-title{padding:30px 0}
#primary.content-area.rrfull-width,.rrcase-study .left{width:100%}
.content-area.rrfull-width .nav-links .nav-previous .nav-title .nav-title-icon-wrapper{top:-2px}
.content-area .nav-links .nav-next .nav-title .nav-title-icon-wrapper{top:0}
.choose_course_area.rrchoose_course_area{padding:55px 0}
.rrfirst-aid-resources a{color:#FFF}
.rrfirst-aid-resources a:hover{background:#000}
.contact_page.rrcontact .button.cross-button{background:#DA1E32;padding:11px 24px 10px;line-height:normal;padding-right:0!important}
.contact_page.rrcontact .gform_wrapper .gform_footer{margin:-77px 65px 0 0}
.contact_page.rrcontact .contact-rightbtm .address{color:#000;font-size:18px;line-height:28px;margin-top:20px}
.contact_page.rrcontact .contact-rightbtm{padding-right:12%}
.contact_page.rrcontact .address a{margin-top:-53px}
.contact_page.rrcontact .contact-rightbtm h3.rrtitle{padding-bottom:30px}
.current-menu-item ul.sub-menu{width:100%!important;display:block;left:0}
.main-navigation ul#top-nav>li.menu-item-has-children:hover,.main-navigation ul#top-nav>li.current_page_parent{background:url(/wp-content/themes/realresponse/assets/images/icon.png) no-repeat bottom}
.coursebox a.smoothScroll{line-height:normal;display:table-cell;vertical-align:middle;color:inherit}
.coursebox a.smoothScroll:hover{color:#FFF;background:#DA1E32}
.client_section{margin:50px 0}
.page-template-booking .heder-top{background:#333;z-index:2}
.page-template-booking .nav-menu li{list-style:none}
.page-template-booking .nav-menu>li>a{display:inline-block;padding:30px 13px 0;color:#FFF}
.page-template-booking .nav-menu>li>a:hover{color:#000}
.page-template-booking .col-8{width:60%;float:left}
.inside #acf-key_information .js .tmce-active .wp-editor-area{color:#000!important}
#rfa_booking_summary p.filled{padding-top:0}
#rfa_booking_summary h2{padding-bottom:18px}
#booking_form .radioblock.narrow,#rfa_course .radioblock{display:block}
.page-template-booking .key_info_anchor{height:52px;position:absolute;right:0;background-image:url(/wp-content/themes/realresponse/assets/images/info.svg);background-size:32px 32px;background-position:center;background-repeat:no-repeat;width:52px;top:0}
.page-template-booking .key_info_anchor .key_info{background:#EBEBEB;border:1px solid #686868;color:#686868;padding:10px;width:65vw;max-width:600px;min-width:300px;position:absolute;right:0;top:52px;z-index:10;display:none}
.page-template-booking .key_info_anchor:hover>.key_info{display:block}
.page-template-booking .ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle;margin-bottom:10px}
.page-template-booking .ui-spinner-button{font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}
.ui-spinner-up{top:0}
.ui-spinner-down{bottom:0}
#rfa_booking_form{position:relative;height:auto;min-height:0}
#rfa_booking_form #form_area{position:initial;min-height:426px}
#rfa_booking_form #bottom_controls{bottom:0}
.banner-content.booking h1.entry-title{text-align:left;color:#000}
.header-overlap.booking-sec .banner-content{bottom:18px}
.contact_popup{height:655px!important}
#cboxWrapper{height:650px!important}
.section5 .entry-content a{color:#FFF}
#rfa_booking_form #bottom_controls{bottom:5px}
.main-navigation .top-nav li a:focus{color:#000}
.dropdown-cart-button .dropdown.dropdown-right{right:-37px;top:41px}
#order_review .wc_payment_methods.payment_methods.methods{padding:0}
.woo-checkout-button{width:100%;border-top:1px solid #3e3e3e;padding-top:20px}
.woo-checkout-button .checkout_buttons{float:left}
.cart_bottom .button.linkbutton i{font-size:21px;font-weight:700}
.dropdown-cart-button .dropdown .buttons .button{background:#DA1E32}
.page-template-page_security .most_popular_inner .item h4{margin-bottom:50px}
.booking-sec .banner-content .wrap{display:inherit}
@media only screen and (max-width:539px) {
.align-main .banner-content{margin-top:20px}
}
.woocommerce-breadcrumb{display:none}
.woocommerce .category-product-loop ul{margin-bottom:0}
.woocommerce ul.products li.product-category{width:calc(33.3333% - 20px);height:350px;position:relative;background: none;}
.woocommerce ul.products li.product-category a{margin:0 auto;text-align:center}
.woocommerce ul.products li.product-category,.woocommerce ul.products li.product-category.last{margin-left:10px;margin-right:10px;margin-bottom:20px}
.woocommerce ul.products li.product-category.first{float:left;clear:none}
.woocommerce-page.post-type-archive ul.products{margin-left:-20px}
.woocommerce ul.products li.product-category a h3{background:#a9a9a9;color:#fff;font-size:28px;line-height:30px}
.woocommerce ul.products li.product-category a h3 .count{display:none}
.woocommerce ul.products li.product-category a .image{line-height:265px;height:auto;padding:20px}
.category-product-loop ul li.myproduct .left{float:left;margin:0 0 1em;width:30%;text-align:center}
.category-product-loop ul li.myproduct .product_image{background:#ececec;padding:25px}
.myproduct .product-content{float:left;width:50%;height:245px;overflow:hidden}
.myproduct .product_content ul li{font-size:21px;list-style:outside none none;padding-left:0}
.myproduct .product_content ul li::before{background:red;border-radius:50%;content:"";display:inline-block;height:6px;vertical-align:middle;width:6px;margin-right:10px}
.woocommerce ul.products li.myproduct h3{float:left;font-weight:700;line-height:20px}
.myproduct .product_links,.myproduct .product_details .right,.myproduct .product_heading{float:right;font-weight:500;margin-top:0;overflow:hidden;width:68%}
.product_links a{line-height:42px;color:#cb1d27;font-size:20px;vertical-align:top}
.woocommerce-page .category-product-loop .products .myproduct.product.last{margin-bottom:0}
.back_to_categories_link{display:block;margin-bottom:20px}
.myproduct .product_content{overflow:hidden}
.category-product-loop ul li.myproduct .short_desc,.myproduct .related-products{display:none}
.woocommerce ul.products li.myproduct h3{float:left;font-size:25px;font-weight:700;line-height:25px;padding:0}
.woocommerce ul.products li.myproduct .add_to_cart_button{background:#cb1d27;color:#fff;float:right;margin-top:0}
.woocommerce ul.products li.myproduct .price{float:right;font-size:25px;line-height:25px;color:#cb1d27;font-weight:700;font-family:BebasNeue}
.myproduct.active .product_details.has_short_desc .product_heading{float:none;width:100%}
.category-product-loop ul li.myproduct .product_details.has_short_desc .short_desc,.myproduct .related-products{display:block;margin-bottom:20px}
.myproduct .related-products{border:1px solid rgba(0,0,0,.5);margin-top:20px;padding:10px}
.rel_product{border-top:1px solid rgba(0,0,0,.5);clear:both;padding:10px 0}
.related-list a:first-child .rel_product{border-top:0 none}
.rel_product .image{float:left;width:45%}
.rel_product .content{float:right;width:50%}
.rel_product .content h4{font-size:12px;font-weight:400;margin-bottom:0}
.woocommerce .myproduct .product_details .related-products h3{font-size:17px;text-align:center;width:100%;font-family:'Open Sans',sans-serif}
.woocommerce .myproduct .rel_product .content .price,.woocommerce .myproduct .product_details .related-products .content h4{float:left;font-family:'Open Sans',sans-serif;line-height:100%;text-align:left;color:#000;font-weight:400;font-style:normal;font-size:20px}
.woocommerce .myproduct .rel_product .content .price{color:#cb1d27}
.cart_item .product-name>a{color:#000!important;font-size:22px;line-height:22px}
.wc-proceed-to-checkout{text-align:right;display: none;}
.wc-proceed-to-checkout input.button{background:#cb1d27;color:#fff!important;font-family:'BebasNeue';font-size:24px;font-weight:400;line-height:36px;padding:2px 20px 0}
.wc-proceed-to-checkout input.button:hover{background:#cb1d27}
.cart_totals h2{display:none}
#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th,.woocommerce table.shop_table{border:none;}
.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:block;font-size:20px;font-weight:700;text-align:left}
.woocommerce table.shop_table.cart{border-bottom:1px solid rgba(0,0,0,.1)}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:auto}
#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{text-transform:none}
.product-price,.product-quantity,.product-subtotal,.product-remove{text-align:center}
.cart thead th.product-price,.cart thead th.product-quantity,.cart thead th.product-subtotal,.cart thead th.product-remove{border-left:1px solid #959595}
.woocommerce table.shop_table td{border-top:1px solid #959595}
.woocommerce-cart table.cart .product-thumbnail a{background:#ececec;display:block;height:100px;line-height:-moz-block-height;line-height:-webkit-block-height;line-height:-o-block-height;line-height:block-height;margin:10px 0;min-width:32px;padding:15px;width:auto;text-align:center}
#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{text-align:right}
.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{max-width:100%;max-width:100%;height:100%;width:auto}
.woocommerce a.remove{margin:0 auto;font-size:25px;padding:0 10px;background:none}
.product-quantity i{font-size:13px}
.coupon>p{font-size:15px;line-height:100%;margin:0 0 10px;text-align:left}
.woocommerce .coupon #coupon_code{font-size:20px;line-height:25px}
.woocommerce .cart_bottom .linkbutton,.woocommerce .checkout_buttons .alt{background:rgba(0,0,0,0);border:medium none;color:#3a3a3a!important;font-size:18px;padding:0}
.woocommerce ul.products li.myproduct .added_to_cart{margin:0 20px;padding:0;vertical-align:top}
.woocommerce ul.products li.myproduct a.button{margin:0 20px;vertical-align:top}
.woocommerce .button.checkout-button.wc-forward:hover,.woocommerce .coupon .button:hover,.woocommerce #place_order:hover,.woocommerce ul.products li.myproduct .add_to_cart_button:hover,.red-button:hover,.page-template-Defibrillator .innerpage-banner .red-button:hover,.woocommerce .return-to-shop .button:hover,.woocommerce ul.products li.myproduct a.button:hover,.woocommerce.single .single_add_to_cart_button.alt:hover{color:#000!important;background:#cb1d27}
.add_to_cart_button i{margin-right:10px}
.woocommerce .button.checkout-button.wc-forward,.woocommerce #place_order{float:right}
.woocommerce-checkout #payment{float:right;background:none}
.woocommerce-checkout #payment input[type="radio"] + label,.woocommerce-checkout #payment input[type="checkbox"] + label{display:inline}
#customer_details .form-row{width:100%}
#customer_details .form-row label{font-size:12px;font-weight:400}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:0}
.create-account,#ship-to-different-address{margin-left:3px}
#customer_details .create-account label,#ship-to-different-address label{display:inline;font-size:15px;font-weight:400}
#ship-to-different-address input{margin-right:20px}
.woocommerce .thankyou-page-order{margin-top:15px}
.woocommerce .thankyou-page-order .order_item.order-total{display:inline-block;margin:15px 0 0;width:100%}
.thankyou-page-order .order_item .product-total{float:right;text-align:right;width:22%}
.thankyou-page-order .order_item .product-name{float:left;width:70%}
.woocommerce .thankyou-page-order li{border-right:0 none;clear:both;float:none;font-size:12px;line-height:1;list-style-type:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-transform:capitalize}
.order-total td strong span,.cart-subtotal td span{display:inline-block;font-size:19px;line-height:30px;padding:1px 0}
.woocommerce .order_details li strong{font-weight:600}
.thank-box .woocommerce-Price-amount.amount,.woocommerce .order_details li strong{font-size:13px;line-height:22px}
.thankyou-page-order .order_item .product-name,.thankyou-page-order .order_item .product-total{margin-bottom:3px}
.woocommerce .thankyou-page-order .order_item.order-total{padding-top:5px;border-top:1px solid;clear:both}
.shop_table .cart-collaterals{margin:25px 0}
.cart_item .product-name>a{margin-left:10px}
.thank-box{float:left;width:31%;margin-right:25px}
.thank-box.last{margin-right:0}
.thank-box .title h3{border-bottom:1px solid}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{border:1px solid #bbb}
.woocommerce-checkout .entry-content p{font-size:15px;margin-top:0}
.woocommerce-billing-fields>h3,.woocommerce-shipping-fields>h3,.woocommerce-checkout-payment>h3,#order_review_heading,.thank-box .title h3{border-bottom:1px solid #000;font-family:"Open Sans",sans-serif;font-weight:700;margin-bottom:20px;padding-bottom:10px}
.woocommerce table.shop_table td{line-height:24px;border-top:0 none;padding:0;}
.woocommerce table.shop_table th{/* padding:3px 12px; *//* text-transform:none; *//* font-size:18px; */}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields p label,.woocommerce .woocommerce-checkout .woocommerce-shipping-fields p label{display:none}
.woocommerce .woocommerce-checkout #customer_details input{line-height:22px}
.woocommerce .woocommerce-checkout #customer_details .select2-choice{line-height:32px;border-radius:0}
.woocommerce-checkout-review-order-table tbody tr:last-child td{padding-bottom:10px}
.thankyou-page-order .order_item .product-name,.thankyou-page-order .order_item .product-name a{color:#000!important;font-size:16px}
.woocommerce-thankyou-order-received{margin-bottom:50px}
.woocommerce ul.products li.product a{color:#DA1E32;display: block;padding: 0px;}
.dropdown-cart-button{font-weight:400;min-height:35px;border:0 solid #ccc;text-align:left;padding:0 0 0 36px;margin:0;position:relative;overflow:visible;background:url(/wp-content/themes/realresponse/assets/images/cart_icon.png) no-repeat top left transparent;display:inline-block;margin:6px}
.dropdown-cart-button .dropdown-total{background:none;color:#fff;padding-right:0}
.woocommerce-page .enquire_btn_top.widget_text a{font-size:33px;line-height:25px;width:240px;color:#fff}
.woocommerce-page .enquire_btn_top.widget_text{top:60px;z-index:20}
.wooco-main{margin-top:140px;z-index:1}
.cart-shop .widget_shopping_mini_cart{position:absolute;top:97px;background:#cd0a2e;width:auto;right:0;float:left;padding:0 31px;border-radius:3px}
.cart-shop .auto-area,div#aboutthumb .auto-area{position:relative}
.woocommerce-page.post-type-archive ul.products{margin-left:-20px;margin-top: 30px;}
.shop_top{font-size:33px;line-height:25px;width:240px}
.woocommerce ul.products li.product h2{color:#DA1E32}
body.woocommerce-cart .entry-header .entry-title,body.woocommerce-checkout .entry-header .entry-title{margin-top:83px!important}
.woocommerce .added_to_cart{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;display:inline-block;background-image:none;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}
.top30,.addtop30{top:45px}
.medium::after{height:80px;width:20px;right:-10px}
.header1,.header2{font-family:verdana}
.body1,.body2{font-family:open sans}
.header1{font-size:70px;line-height:90px;font-weight:700}
.header1,.header2,.body1,.body2{color:#000}
.header1{font-size:70px;line-height:90px;font-weight:700}
.header2{font-size:40px;line-height:38px;font-weight:700}
.body1{font-size:20px;line-height:32px}
.body2{font-size:14px;line-height:26px}
.header1.red,.header2.red{color:#DA1E32}
.bg-red{background-color:#DA1E32}
.group_b_icon>span{width:80%;display:inline-block;text-align:left}
.most_popular_inner1 .header2{min-height:110px}
.rrmb-0{margin-bottom:0!important}
.entry-content .group_b_icon a,.item .mpc_left .group_l_icon .align-left a{color:inherit;border-bottom:1px solid}
.rraccordion_area_box .panel{display:none}
.ax-course-list-link a{display:inline-block}
.entry-content .group_b_icon a,.item .mpc_left .group_l_icon .align-left a{color:inherit;text-decoration:underline}
.ginput_container.ginput_recaptcha>div{width:304px!important}
.contact_popup .ginput_container.ginput_recaptcha>div{width:375px!important}
.course-pages .rrmbt0,.choose_course_area ul li,.rrlisting p,.findout-content .rrmbt0{margin-bottom:0}
.course-pages .rrlinkred{color:#a1052a}
.rrimg-section{padding:30px 0 40px;text-align:center}
.rrpadtop0{padding-top:0}
.choose_course_area.rrpadtop10{padding-top:10px}
.page-template-page_cources .featured-banner img{min-height:450px}
.rrpadbt30{padding-bottom:30px}
h2.grey-title{color:hsl(0,0%,60%);font-size:28px;font-weight:400;font-family:'BebasNeue'}
h2.rrpadtp45{padding-top:45px}
.rrpadleft{padding-left:16px}
.basic-steps{text-align:left}
.sm-blacktitle{font-size:30px;margin-bottom:15px}
.number-system{width:200px;margin:0 auto}
ul.rrmgbt10 li{margin-bottom:10px}
.findout-content{padding:25px;width:70%;margin:0 auto}
.close-menu{position:fixed;top:300px;left:0;right:0;text-align:center;margin:0 auto;color:#fff;z-index:8889;font-size:30px;display:none}
.choose_course_area.gen_blk.rrfaq p{margin-bottom:10px}
.page-id-4582 .book_now{font-size:40px;font-weight:400;line-height:100%;padding:20px 40px}
.page-id-4582 .book_now:after{height:80px;width:17px;right:-9px}
.site-branding.site-navigation-fixed svg.icon.icon-close{top:20px;right:74px}
.enroller-step{width:100%}
.enroller-widget .enroller-step .enroller-field-label{max-width:200px}
ul{padding-left:16px!important;list-style-position:outside!important}
.enroller-widget .enroller-step .ui-input-text{padding:4px 0 3px;box-shadow:none}
.enroller-widget .enroller-step input{-webkit-appearance:none;box-shadow:none;border:none}
.page-template-booking #maincontent{min-height:calc(100vh - 352px)}
.most_popular_courses h3 img,.specialised_courses h3 img,.additional_courses h3 img{width:24px}
.specialised_courses{background-color:#424243}
.page-id-4582 .featured-banner,.page-template-page_locations .featured-banner,.page-id-4949 .featured-banner,.page-id-170 .featured-banner,.page-id-4707 .featured-banner{height:66vh}
.page-template-page_firstaidcources .most_popular_inner{margin:0;padding:0}
.page-template-page_firstaidcources .item h3{color:#d1050a;text-align:left;font-size:26px;margin:0 0 16px}
.page-template-page_firstaidcources .item h4{color:#333;font-size:18px;margin:0 0 8px;height:90px}
.page-template-page_firstaidcources .item p{color:#333;font-size:14px;margin:0 0 8px}
.page-template-page_firstaidcources .item p .icon{width:14px;height:14px;margin-right:8px}
.page-template-page_firstaidcources .most_popular_inner .item:first-child .mpc_right{padding-top:0}
.page-template-page_firstaidcources .group_b_icon img{position:absolute;right:0}
.page-template-page_firstaidcources .most_popular_inner .item{padding:32px 45px}
.page-template-page_firstaidcources .btn_book_now{background-color:#D0021B;color:#FFF;font-size:20px;line-height:100%;padding:10px 20px;text-transform:uppercase;display:inline-block;position:relative;margin-left:0;font-family:BebasNeue;background-image:url(/wp-content/plugins/realfirstaid-form/img/button-slice.svg);background-position:right bottom;background-repeat:no-repeat;padding-right:40px}
.specialised_courses .group_b_icon,.additional_courses .group_b_icon{line-height:40px;padding-top:12px;margin-bottom:8px}
.specialised_courses .item,.additional_courses .item{width:23.5%;padding:16px 16px 0;margin-right:2%;float:left;background-color:#FFF;margin-bottom:32px}
.specialised_courses .item:nth-of-type(4n),.additional_courses .item:nth-of-type(4n){margin-right:0}
.page-template-page_tecc .rr_acc_left{width:40%;padding-top:28px;margin-right:0}
.page-template-page_tecc .rr_acc_right{padding:0}
.page-template-page_tecc .rr_acc_left img{margin:0 auto;display:block}
.page-id-170 .most_popular_inner .mpc_left,.page-id-170 .most_popular_inner .mpc_right{width:50%}
.page-id-170 .item-inner{padding:32px}
.page-id-170 .item.smaller .mpc_right{min-height:100px}
.page-id-170 .header2{font-size:38px}
#wpadminbar{position:fixed!important;display:block!important}
.ser_main .ser_box h2{height:20px;font-size:26px}
.ser_main .desc{min-height:145px}
.page-template-page_firstaidcources .most_popular_courses h3,.page-template-page_firstaidcources .specialised_courses h3,.page-template-page_firstaidcources .additional_courses h3{position:relative}
h3 .gcontent{left:45%}
.woocommerce-checkout #payment{width:100%}
p.checkout_buttons{width:100%}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields p label,.woocommerce .woocommerce-checkout .woocommerce-shipping-fields p label{display:block}
#wc-stripe-cc-form .form-row{margin-bottom:0!important;padding-bottom:0!important}
.main-navigation ul .current-page-ancestor ul{display:block}
.main-navigation ul#top-nav>li.current-page-ancestor{background:url(/wp-content/themes/realresponse/assets/images/icon.png) no-repeat bottom}
.cart_bottom > :not(.button):not(#zip-tagline){display:none!important}
.product-template-default #zip-tagline{position:static;display:block!important;width:100%;margin-top:20px}
.product-template-default #wc-stripe-payment-request-wrapper,.product-template-default #wc-stripe-payment-request-button-separator,.product-template-default .widget-product iframe{display:none!important}
#zip-tagline{position:absolute;left:calc(50% - 167px)}
.page-template-Defibrillator h1{color:#DA1E32}
.page-template-Defibrillator h1.head-text{text-align:center}
.page-template-Defibrillator .blocks .w-33{padding:0 16px}
.wrap-inner{width:80%;margin:0 auto}
.page-template-Defibrillator .banner-content h1{color:#FFF}
.page-template-Defibrillator .book_now:after{height:100%;width:24px;right:-11px}
.page-template-Defibrillator .lower-banner{height:400px;background-size:cover;background-position:bottom center}
.page-template-Defibrillator .lower-banner + .banner-content{width:100%;height:calc(100% - 48px);background-color:rgba(0,0,0,0.2);bottom:0;display:flex;align-items:center}
.page-template-Defibrillator .w-50{float:left;width:50%;margin-bottom:36px}
.page-template-Defibrillator .w-50 img{width:80%;margin:0 auto}
.page-template-Defibrillator .w-33{float:left;width:33.33333%}
.page-template-Defibrillator .buttons{background-color:#DA1E32;height:48px}
.page-template-Defibrillator .buttons .w-33{line-height:48px}
.page-template-Defibrillator .stat{background-color:#DA1E32;width:128px;height:128px;border-radius:64px;color:#FFF;margin:0 auto;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700}
.page-template-page_locations #maincontent > .wrap{margin-bottom:128px}
.page-template-page_locations #maincontent .wrap .w-50{width:50%;float:left}
.page-template-page_locations #maincontent h1{color:#DA1E32;font-size:36px}
#publictraining h1{margin-top:0}
#publictraining{padding-top:33px}
#publictrainingbutton,#onsitetrainingbutton{cursor:pointer}
.page-template-page_locations .btn_book_now{background:#DA1E32;color:#FFF;padding:13px 16px;display:block;width:100px}
.page-template-page_locations .city{margin-bottom:48px}
.page-template-page_locations .city h2{color:#414143;margin-bottom:0;margin-left:15px}
.page-template-page_locations .city h3{color:#414143;font-size:18px}
.page-template-page_locations .on-site{border-top:2px solid #B5B5B6;border-bottom:2px solid #B5B5B6;height:315px}
.page-template-page_locations .on-site .wrap{background-repeat:no-repeat;background-position:left center;background-size:contain;height:100%}
.page-template-page_locations .on-site .wrap p{font-size:14px;margin-bottom:14px;color:#414143}
.page-template-page_locations .city p{font-size:15px}
.page-template-page_locations .city .w-50{padding:15px}
.page-template-page_locations .city .location{border:1px solid #EEE;padding:15px;min-height:126px;display:flex;align-items:center}
.page-template-page_locations .city .location img{width:96px;height:96px;border-radius:48px;float:left}
.page-template-page_locations .city .location .text{float:left;width:calc(100% - 96px);padding-left:32px}
.page-template-page_locations .city .location .text p{margin-bottom:0}
p.contact-us{display:none!important}
p.form-row{display:block;padding:0 5px}
p#billing_first_name_field,p#billing_last_name_field,p#billing_city_field,p#billing_phone_field,p#billing_email_field,p#shipping_first_name_field,p#shipping_last_name_field,p#shipping_city_field,p#shipping_phone_field,p#shipping_email_field{width:50%!important}
p#billing_state_field,p#billing_postcode_field,p#shipping_state_field,p#shipping_postcode_field{width:25%!important;clear:none;float:left}
p#billing_city_field,p#billing_phone_field,p#billing_email_field,p#shipping_city_field,p#shipping_phone_field,p#shipping_email_field{clear:none;float:left}
.woocommerce-checkout .select2-container .select2-selection--single{height:46px;padding:9px 0}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:46px}
#wc-stripe-cc-form .form-row{display:block}
#field_3_11 .gfield_label,#field_1_15 .gfield_label{display:block}
#field_3_11 label,#field_1_15 label{display:inline-block!important}
#gform_1 .gform_heading{display:none!important}
#field_1_15 .ginput_container_radio{margin-top:0}
#input_1_15{padding:0!important}
#gform_1 .gform_footer{margin:0 0 0 16px}

@media (max-width: 767px) {
    p#billing_city_field, p#billing_phone_field, p#billing_email_field,
    p#shipping_city_field, p#shipping_phone_field, p#shipping_email_field {
        width: 100% !important;
    }

    p#billing_state_field, p#billing_postcode_field, p#shipping_state_field, p#shipping_postcode_field {
        width: 50% !important;
    }
}

.page-contact-us .contact-right h2 { padding: 30px 50px!important; } 
.page-contact-us a.location { margin: 0px!important; float: none!important; width: unset!important; }