form.wpcf7-form fieldset.fieldset-cf7mls:not(:first-of-type) {
height: 0;
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.cf7mls_next.action-button, .cf7mls_back.action-button {
background: #27ae60 none repeat scroll 0 0;
border: 0 none;
border-radius: 1px;
color: white;
cursor: pointer;
font-weight: bold;
margin: 10px 5px;
padding: 10px 5px;
min-width: 100px;
position: relative;
} button.cf7mls_btn:not(.disabled):before {
content: '';
position: absolute;
right: 10px;
top: 50%;
margin-top: -11px;
width: 20px;
height: 20px;
border: 4px solid;
border-left-color: transparent;
border-radius: 50%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-animation-duration: 1s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-moz-animation-name: rotate;
-webkit-animation-name: rotate;
animation-name: rotate;
-moz-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
button.cf7mls_btn:not(.disabled):after {
content: '';
display: inline-block;
height: 100%;
width: 0px;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
-moz-transition-duration: 0.75s;
-o-transition-duration: 0.75s;
-webkit-transition-duration: 0.75s;
transition-duration: 0.75s;
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
}
button.cf7mls_btn:not(.disabled).sending {
pointer-events: none;
cursor: not-allowed;
}
button.cf7mls_btn:not(.disabled).sending:not(.expand) {
text-align: left;
}
button.cf7mls_btn:not(.disabled).sending:before { -moz-transition-duration: 1s;
-o-transition-duration: 1s;
-webkit-transition-duration: 1s;
transition-duration: 1s;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}
button.cf7mls_btn:not(.disabled).sending:after {
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
width: 20px;
}
@keyframes rotate {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Bold.eot);
src: local("HelveticaNeue-Bold"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Bold.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Bold.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Light.eot);
src: local("HelveticaNeue-Light"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Light.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Light.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Medium.eot);
src: local("HelveticaNeue-Medium"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Medium.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Medium.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Medium.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Italic.eot);
src: local("HelveticaNeueCyr-Italic"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Italic.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Italic.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Italic.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Italic.ttf) format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Roman.eot);
src: local("HelveticaNeue-Roman"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Roman.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Roman.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Roman.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-Roman.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Helvetica Neue';
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-BoldItalic.eot);
src: local("HelveticaNeue-BoldItalic"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-BoldItalic.eot?#iefix) format("embedded-opentype"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-BoldItalic.woff2) format("woff2"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-BoldItalic.woff) format("woff"), url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/HelveticaNeue-BoldItalic.ttf) format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "AxiformaSemiBold";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-semibold.otf) format("opentype");
font-display: swap;
}
@font-face {
font-family: "AxiformaBold";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-bold.otf) format("opentype");
font-display: swap;
}
@font-face {
font-family: "AxiformaExtraBold";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-extrabold.otf) format("opentype");
font-display: swap;
}
@font-face {
font-family: "AxiformaRegular";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-regular.otf) format("opentype");
font-display: swap;
}
@font-face {
font-family: "AxiformaMedium";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-medium.otf) format("opentype");
font-display: swap;
}
@font-face {
font-family: "AxiformaLight";
src: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/fonts/axiforma-light.otf) format("opentype");
font-display: swap;
}                                                                   html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
background: #fff;
}
body * {
font-family: "Helvetica Neue";
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
clear: both;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
a {
background-color: transparent;
color: #4169e1;
outline: 0 !important;
}
a:visited {
color: #800080;
}
a:hover {
color: #191970;
outline: 0;
}
a:focus {
color: #191970;
outline: thin dotted;
}
a:active {
color: #191970;
outline: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b {
font-weight: bolder;
}
strong {
font-weight: bolder;
}
code {
font-family: monospace, monospace;
font-size: 1em;
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
kbd {
font-family: monospace, monospace;
font-size: 1em;
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
bottom: -0.25em;
}
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em;
}
img {
border-style: none;
height: auto;
max-width: 100%;
}
button {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
outline: none;
}
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
button:hover {
border-color: #ccc #bbb #aaa;
}
button:active {
border-color: #aaa #bbb #bbb;
}
button:focus {
border-color: #aaa #bbb #bbb;
}
input {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
outline: none;
}
optgroup {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
outline: none;
}
select {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
text-transform: none;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
border: 1px solid #ccc;
outline: none;
}
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: auto;
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
width: 100%;
outline: none;
}
textarea:focus {
color: #111;
}
[type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
[type="reset"] {
-webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="reset"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
[type="submit"] {
-webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button {
height: auto;
}
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
h2 {
clear: both;
}
h3 {
clear: both;
}
h4 {
clear: both;
}
h5 {
clear: both;
}
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn {
font-style: italic;
}
cite {
font-style: italic;
}
em {
font-style: italic;
}
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
tt {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr {
border-bottom: 1px dotted #666;
cursor: help;
}
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark {
background: #fff9c0;
text-decoration: none;
}
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
* {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*::before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
ul {
margin: 0 0 1.5em 0;
padding-left: 15px;
list-style: disc;
}
ol {
margin: 0 0 1.5em 0;
list-style: decimal;
padding-left: 15px;
}
li > ul {
margin-bottom: 0;
margin-left: 1.5em;
}
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
input[type="button"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
outline: none;
}
input[type="button"]:hover {
border-color: #ccc #bbb #aaa;
}
input[type="button"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="button"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="reset"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
outline: none;
}
input[type="reset"]:hover {
border-color: #ccc #bbb #aaa;
}
input[type="reset"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="reset"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
outline: none;
}
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="text"]:focus {
color: #111;
}
input[type="email"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="email"]:focus {
color: #111;
}
input[type="url"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="url"]:focus {
color: #111;
}
input[type="password"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="password"]:focus {
color: #111;
}
input[type="search"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="search"]:focus {
color: #111;
}
input[type="number"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="number"]:focus {
color: #111;
}
input[type="tel"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="tel"]:focus {
color: #111;
}
input[type="range"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="range"]:focus {
color: #111;
}
input[type="date"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="date"]:focus {
color: #111;
}
input[type="month"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="month"]:focus {
color: #111;
}
input[type="week"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="week"]:focus {
color: #111;
}
input[type="time"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="time"]:focus {
color: #111;
}
input[type="datetime"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="datetime"]:focus {
color: #111;
}
input[type="datetime-local"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="datetime-local"]:focus {
color: #111;
}
input[type="color"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
outline: none;
}
input[type="color"]:focus {
color: #111;
}
.main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul {
display: block;
left: auto;
}
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul {
left: auto;
}
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.menu-toggle {
display: block;
}
.main-navigation.toggled ul {
display: block;
}
.site-main .comment-navigation {
margin: 0 0 1.5em;
}
.site-main .posts-navigation {
margin: 0 0 1.5em;
}
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-navigation .nav-previous {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.comment-navigation .nav-next {
text-align: end;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.posts-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.posts-navigation .nav-previous {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.posts-navigation .nav-next {
text-align: end;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-navigation .nav-previous {
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.post-navigation .nav-next {
text-align: end;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
}
.post-navigation .nav-title {
text-decoration: underline;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.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;
}
#primary[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.sticky {
display: block;
}
.post {
margin: 0 0 1.5em;
}
.page {
margin: 0 0 0;
}
.updated:not(.published) {
display: none;
}
.page-content {
margin: 1.5em 0 0;
}
.page-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content {
margin: 1.5em 0 0;
}
.entry-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.comment-content a {
word-wrap: break-word;
}
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.bypostauthor {
display: block;
}
.infinite-scroll .posts-navigation {
display: none;
}
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
embed {
max-width: 100%;
}
iframe {
max-width: 100%;
}
object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.blog .site-main .posts-navigation {
width: 100%;
padding: 0 15px;
}
@media screen and (min-width: 1280px) {
.p-lr-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.text__center {
text-align: center !important;
}
.text__left {
text-align: left !important;
}
.text__right {
text-align: right !important;
}
.bg__grey {
background: rgba(32, 162, 227, 0.1);
}
.pd__b-80 {
padding-bottom: 80px;
}
.pd__b-60 {
padding-bottom: 60px;
}
.pd__b-40 {
padding-bottom: 40px;
}
.pd__t-54 {
padding-top: 54px;
}
.pd__t-80 {
padding-top: 80px;
}
.pd__t-40 {
padding-top: 40px;
}
.title__section {
font-size: 60px;
color: #284769;
letter-spacing: 0.5px;
text-align: center;
line-height: 70px;
margin-bottom: 40px;
font-weight: 500;
}
.blog .title__section {
font-size: 40px;
color: #284769;
letter-spacing: 0.5px;
text-align: center;
line-height: 70px;
margin-bottom: 40px;
font-weight: bold;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.site-header {
max-height: 90px;
padding: 15px 0;
position: relative;
z-index: 2;
background: transparent;
border-bottom: 1px solid #7DC0E6;
}
.site-header-new {
min-height: 144px;
padding: 42px 0;
position: relative;
z-index: 2;
background: transparent;
}
.site-header-new #primary-menu li a {
font-family: "AxiformaMedium", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 24.06px;
text-align: left;
color: #fff;
}
.site-header-new .site-branding {
width: 50%;
}
.site-header-new #header_logo_text {
font-family: "AxiformaExtraBold", sans-serif;
font-size: 24px;
font-weight: 800;
line-height: 39.98px;
text-align: left;
color: #fff;
padding-left: 7px;
}
#primary-menu {
text-align: right;
}
#primary-menu .menu-item {
font-size: 15px !important;
}
#primary-menu li:first-child {
padding-left: 0;
}
.site-title {
opacity: 0.8;
font-weight: 500;
font-size: 20px;
color: #FFFFFF;
letter-spacing: 0;
}
.main-navigation ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.site-branding {
width: 60%;
position: relative;
overflow: auto;
height: 100%;
margin-top: 12px;
margin-bottom: 6px;
}
header .site-branding p {
padding: 0;
color: rgba(255,255,255,0.7);
font-size: 12px;
margin: 0;
margin-top: -4px;
}
.custom-logo-link {
position: relative;
overflow: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 22px;
padding-left: 20px;
border-left: 1px solid #7DC0E6;
opacity: 0.6;
height: 100%;
max-height: 60px;
padding-top: 6px;
padding-bottom: 6px;
}
.custom-logo-link img {
min-width: 124px;
max-width: 200px;
}
.main-navigation { }
.site-title a {
color: #ffffff;
text-decoration: none;
}
.menu-item {
padding-left: 26px;
}
.menu-item a {
color: #ffffff;
}
.menu-main-menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.menu-toggle {
background: transparent;
border: none;
outline: none;
position: absolute;
right: 15px;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 19px;
width: 22px;
padding: 0;
}
.menu-toggle span {
position: absolute;
display: block;
width: 22px;
height: 3px;
background: transparent;
margin-bottom: 4px;
}
.menu-toggle span:nth-child(1) {
top: 0;
}
.menu-toggle span:nth-child(2) {
top: 8px;
}
.menu-toggle span:nth-child(3) {
top: 16px;
}
.toggled .menu-toggle span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggled .menu-toggle span:nth-child(2) {
display: none;
}
.toggled .menu-toggle span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hero__big-new {
background: linear-gradient(172.13deg, #14396C 6.07%, #316DBF 48.87%, #2157A0 93.8%);
margin-top: -144px;
padding-top: 160px;
}
.hero__title-new {
font-family: "Helvetica Neue", sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 68.38px;
text-align: center;
color: #FFFFFF;
text-shadow: 0px 3px 5px rgba(0,0,0,0.66);
margin: 0;
padding: 0;
margin-bottom: 22px;
}
.hero__big {
position: relative;
height: 100%;
max-height: 989px;
margin-top: -90px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#21A6E6), color-stop(100%, #156BAF), to(#0E478D));
background-image: -webkit-linear-gradient(top, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
background-image: linear-gradient(180deg, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
z-index: 1;
padding-top: 160px;
}
.hero__big:after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/map_optimized.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center 110px;
z-index: -1;
}
.hero__big .gradient__mobile {
background-image: -webkit-gradient(linear, left top, left bottom, from(#21A6E6), color-stop(100%, #156BAF), to(#0E478D));
background-image: -webkit-linear-gradient(top, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
background-image: linear-gradient(180deg, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
}
.hero__small {
position: relative;
margin-top: -90px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#21A6E6), color-stop(100%, #156BAF), to(#0E478D));
background-image: -webkit-linear-gradient(top, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
background-image: linear-gradient(180deg, #21A6E6 0%, #156BAF 100%, #0E478D 100%);
z-index: 1;
padding-top: 160px;
padding-bottom: 68px;
}
.hero__small:after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/map_optimized.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center 110px;
z-index: -1;
}
.hero__small .hero__title {
padding-bottom: 5px;
}
.hero__small .hero__subtitle {
font-size: 18px;
color: #FFFFFF;
letter-spacing: 0.15px;
text-align: center;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.hero__title {
font-size: 60px;
letter-spacing: .5px;
line-height: 70px;
font-weight: 500;
color: #ffffff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
padding-bottom: 30px;
margin: 0;
}
.reports {
min-height: 475px;
max-width: 475px;
background: #1062AA;
margin-right: 20px;
border-radius: 6px;
}
.reports__wrapper {
max-height: 405px;
display: block;
position: relative;
overflow: auto;
margin-right: 3px;
}
.reports__header {
background: #0B5699;
padding: 20px 0;
border-radius: 6px 6px 0 0;
}
.reports__title {
font-size: 18px;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.45px;
text-align: center;
}
.reports__item {
margin: 10px 20px;
padding: 0;
border-bottom: 1px solid #2D7ABD;
}
.reports__item-header {
opacity: 0.67;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px;
font-weight: 500;
}
.reports__item-number {
opacity: 0.67;
font-size: 15px;
color: #FFFFFF !important;
letter-spacing: 0.38px;
line-height: 20px;
text-decoration: none;
}
.reports__item-number-new {
color: #FFFFFFCC;
font-family: "AxiformaSemiBold", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 22.83px;
text-align: left;
}
.reports__item-time {
font-size: 14px;
color: #FFFFFF !important;
letter-spacing: 0.35px;
line-height: 20px;
font-style: italic;
opacity: 0.54;
}
.reports__item-time-new {
font-family: "AxiformaRegular", sans-serif;
font-size: 11px;
font-style: italic;
font-weight: 400;
line-height: 17.42px;
text-align: right;
color: #FFFFFF80;
}
.reports__item-content {
opacity: 0.47;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.35px;
line-height: 20px;
margin-bottom: 10px;
margin-right: 60px;
}
.cc-selector input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;
}
.cc-selector {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cc-selector-2 input {
position: absolute;
z-index: 999;
}
.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
border-color: #1C8CCE;
color: #1C8CCE;
}
.cc-selector .drinkcard-cc:last-child {
margin-left: 30px;
}
.drinkcard-cc {
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
width: 160px;
height: 137px;
border-radius: 6px;
border: 2px solid #DEDEDE;
color: #56606E;
font-size: 16px;
letter-spacing: 0;
text-align: center;
font-weight: bold;
line-height: 1.5;
-webkit-transition: border  1s;
transition: border  1s;
}
.drinkcard-cc div {
margin-top: 15px;
}
.drinkcard-cc:hover {
border-color: #1C8CCE;
color: #1C8CCE;
-webkit-transition: all 1s;
transition: all 1s;
}
.features {
margin-top: 20px;
margin-bottom: 40px;
background: rgba(16, 98, 170, 0.7);
border-radius: 6px;
padding: 23px 20px;
width: 100%;
}
.features__item-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.features__item-text {
margin-left: 6px;
font-weight: bold;
font-size: 19px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 0;
}
.features__light {
background: transparent;
padding: 0;
margin: 0;
}
.features__light .features__item-text {
font-size: 17px;
color: #444444;
letter-spacing: 0;
}
.logos {
margin-bottom: 26px;
}
.logos__title {
position: relative;
font-size: 22px;
font-weight: bold;
line-height: 26px;
color: #FFFFFF;
letter-spacing: 0;
margin-bottom: 26px;
opacity: .6;
}
.logos__title:before {
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
width: 45%;
height: 1px;
background: #ffffff;
opacity: .6;
}
.logos__title:after {
position: absolute;
content: '';
right: 0;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
width: 45%;
height: 1px;
background: #ffffff;
opacity: .6;
}
.logos_wrap {
max-width: 813px;
margin-left: auto;
margin-right: auto;
}
.logos__item {
margin-bottom: 23px;
}
.card p {
margin-top: 0;
}
.card__small-header {
margin-bottom: 30px;
}
.card__small-header img {
left: 50%;
border-radius: 30px;
border: 1px solid #E3E3E3;
}
.card__small-title {
position: relative;
font-size: 26px;
color: #274669;
letter-spacing: 0;
padding-left: 45px;
margin-bottom: 20px;
font-weight: bold;
}
.card__small-excerpt {
font-size: 16px;
color: #090909;
letter-spacing: 0;
line-height: 24px;
}
.card__mid {
width: 96%;
}
.card__mid-img {
width: 50%;
margin-right: 50px;
position: relative;
border-radius: 60px;
overflow: hidden;
}
.card__mid-img figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
margin-top: 0;
}
.card__mid-img figure figcaption {
position: absolute;
margin: 0;
padding: 0;
bottom: 0;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 20px;
background: rgba(16, 15, 15, 0.66);
color: white;
}
.card__mid-img figure figcaption div:first-child {
font-size: 17px;
font-weight: bold;
}
.card__mid-img figure figcaption div:last-child {
font-size: 16px;
font-style: italic;
}
.card__mid-content {
width: 50%;
margin-left: 50px;
}
.card__mid-title {
font-size: 44px;
color: #284769;
letter-spacing: 0.37px;
line-height: 53px;
font-weight: bold;
margin-bottom: 15px;
}
.card__mid-excerpt {
font-size: 18px;
color: #0D0D0D;
letter-spacing: 0;
line-height: 25px;
}
.card__big {
width: 100%;
}
.card__big-img {
width: 55%;
position: relative;
border-radius: 60px;
overflow: hidden;
-webkit-box-shadow: 0 20px 24px -20px rgba(0, 0, 0, 0.49);
box-shadow: 0 20px 24px -20px rgba(0, 0, 0, 0.49);
}
.card__big-img figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
margin-top: 0;
}
.card__big-img figure figcaption {
position: absolute;
margin: 0;
padding: 0;
bottom: 0;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 20px;
background: rgba(16, 15, 15, 0.66);
color: white;
}
.card__big-img figure figcaption div:first-child {
font-size: 17px;
font-weight: bold;
}
.card__big-img figure figcaption div:last-child {
font-size: 16px;
font-style: italic;
}
.card__big-content {
width: 45%;
margin-left: 50px;
max-width: 529px;
}
.card__big-title {
font-size: 44px;
color: #284769;
letter-spacing: 0.37px;
line-height: 53px;
font-weight: bold;
}
.card__big-title-number {
padding-left: 49px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.card__big-title-number .title__number {
bottom: 0;
top: 0;
margin-top: auto;
margin-bottom: auto;
}
.card__big-excerpt {
font-size: 18px;
color: #0D0D0D;
letter-spacing: 0;
line-height: 25px;
}
.card__reverse {
margin-left: auto;
}
.card__reverse .card__mid-img {
margin-left: 50px;
margin-right: 0;
}
.card__reverse .card__mid-content {
margin-right: 50px;
margin-left: 0;
}
.card__reverse .card__big-img {
margin-left: 0;
margin-right: 0;
}
.card__reverse .card__big-content {
margin-right: 50px;
margin-left: 0;
}
.title__number {
position: absolute;
width: 34px;
height: 34px;
line-height: 36px;
border-radius: 50%;
left: 0;
top: 0;
background: #156DB1;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 0;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.btn {
cursor: pointer;
outline: none;
position: relative;
}
.btn__group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn__group .btn:not(:first-child) {
margin-left: 16px;
}
.btn__default-light {
background: rgba(0, 162, 243, 0.1);
border-radius: 100px;
font-size: 16px;
color: rgba(0, 143, 215, 0.9) !important;
letter-spacing: 0;
line-height: 46px;
padding: 5px 40px 5px 50px;
text-decoration: none;
}
.btn__default-light .btn__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 10px;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
.btn__default-dark {
background: #20A2E3;
border-radius: 6px;
font-size: 16px;
color: #FFFFFF !important;
letter-spacing: 0;
line-height: 46px;
padding: 5px 34px 5px 58px;
text-decoration: none;
}
.btn__default-dark .btn__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 25px;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
.cta {
background: #FBFDFE;
border-radius: 6px;
border: 1px solid #E7F4FB;
padding: 40px 30px;
-webkit-box-shadow: 0 12px 24px -20px rgba(32, 162, 227, 0.41);
box-shadow: 0 12px 24px -20px rgba(32, 162, 227, 0.41);
}
.cta__title {
font-size: 24px;
color: #284769;
letter-spacing: 0.65px;
margin-right: 27px;
font-weight: bold;
}
.cta__btn-call {
background: #FFFFFF;
border: 2px solid #1C8CCE;
border-radius: 4px;
font-size: 16px;
color: #1B89CB !important;
letter-spacing: 0;
text-align: center;
text-decoration: none;
padding: 14px 45px;
-webkit-transition: .5s;
transition: .5s;
font-weight: bold;
}
.cta__btn-call .btn__icon {
margin-right: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cta__btn-call:hover {
-webkit-box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
-webkit-transition: .5s;
transition: .5s;
}
.cta__btn-text {
background: #FFFFFF;
border: 2px solid #DEDEDE;
border-radius: 4px;
font-size: 16px;
color: #57616F !important;
letter-spacing: 0;
text-align: center;
text-decoration: none;
padding: 14px 5px;
white-space: nowrap;
-webkit-transition: .5s;
transition: .5s;
font-weight: bold;
}
.cta__btn-text .btn__icon {
margin-right: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cta__btn-text:hover {
-webkit-box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
-webkit-transition: .5s;
transition: .5s;
}
.cta__btn-report {
background: #AC2E2E;
-webkit-box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.35);
border-radius: 4px;
color: white !important;
white-space: nowrap;
padding: 14px 25px;
text-decoration: none;
-webkit-transition: .5s;
transition: .5s;
font-size: 18px;
font-weight: bold;
}
.cta__btn-report .btn__icon {
margin-right: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cta__btn-report:hover {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: .5s;
transition: .5s;
}
.entry__content {
padding-left: 10px;
padding-right: 10px;
}
.entry__content p:last-child {
margin-bottom: 0;
font-size: 18px;
}
.entry__footer .readmore {
font-size: 18px;
color: #089BDF;
text-decoration: none;
}
.blog__card-title {
display: block;
font-size: 24px;
font-weight: bold;
color: #284769;
letter-spacing: 0.2px;
line-height: 34px;
text-decoration: none;
margin-top: 16px;
}
.blog__card .readmore {
font-size: 18px;
color: #089BDF;
text-decoration: none;
}
.blog .post-thumbnail img {
width: 100%;
}
.comments-area .comment-body {
border: 1px solid #E8E8E8;
border-radius: 6px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.comments-area .comment-list {
margin-left: 0;
padding-left: 0;
list-style: none;
margin-bottom: 40px;
}
.comments-area .comment-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #E8E8E8;
padding: 15px;
}
.comments-area .comment-metadata a {
text-decoration: none;
font-size: 13px;
color: #284769;
letter-spacing: 0;
text-align: right;
}
.comments-area em.comment-awaiting-moderation {
width: 100%;
color: #979797;
font-size: 13px;
}
.comments-area .comment-content {
padding: 15px;
}
.comments-area .comment-content p {
margin-top: 0;
font-size: 18px;
color: #0D0D0D;
letter-spacing: 0;
line-height: 25px;
}
.comments-area #respond {
margin-left: 5px;
}
.comments-area .reply {
padding: 15px;
}
.comments-area .reply a.comment-reply-link {
padding: 16px 55px;
background: rgba(0, 162, 243, 0.1);
border-radius: 100px;
text-decoration: none;
font-size: 16px;
color: #008FD7;
letter-spacing: 0;
}
.comments-area .comments-title {
display: none;
}
.comments-area .comment-respond .comment-reply-title {
padding-bottom: 20px;
border-bottom: 1px solid #E8E8E8;
font-size: 18px;
color: #284769;
letter-spacing: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comments-area .comment-respond .comment-reply-title a {
text-decoration: none;
}
.comments-area .comment-author .avatar {
display: none;
}
.comments-area .comment-author a, .comments-area .comment-author b {
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: #284769;
letter-spacing: 0;
text-decoration: none;
}
.comments-area .says {
display: none;
}
.comments-area .comment-form {
padding: 20px;
border: 1px solid #E8E8E8;
border-radius: 10px;
}
.comments-area .comment-form #email-notes {
font-size: 18px;
color: #0D0D0D;
letter-spacing: 0;
line-height: 25px;
}
.comments-area .comment-form textarea, .comments-area .comment-form input[type="text"], .comments-area .comment-form input[type="email"] {
border-radius: 4px;
width: 100%;
padding: 15px;
}
.comments-area .comment-form .comment-form-author label, .comments-area .comment-form .comment-form-email label {
display: none;
}
.comments-area .comment-form .form-submit input[type="submit"] {
background: #20A2E3;
border-radius: 6px;
border: 2px solid transparent;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 46px;
width: 100%;
-webkit-transition: 1s;
transition: 1s;
}
.comments-area .comment-form .form-submit input[type="submit"]:hover, .comments-area .comment-form .form-submit input[type="submit"]:active {
background: white;
color: #20A2E3;
border: 2px solid #20A2E3;
-webkit-transition: 1s;
transition: 1s;
}
.comments-area .terms {
font-size: 14px;
font-weight: 100;
color: #979797;
letter-spacing: 0;
margin-bottom: 10px;
line-height: 1;
}
.comments-area .terms a {
color: #979797;
}
.comments-number {
font-weight: bold;
font-size: 18px;
color: #284769;
letter-spacing: 0;
margin-bottom: 20px;
margin-top: 40px;
margin-left: 5px;
}
.blockUI.blockMsg {
border-radius: 0 !important;
opacity: 1 !important;
display: none;
}
.single .site-main {
padding: 20px 20px 88px 20px;
border: 1px solid #E8E8E8;
}
.single .post {
border-bottom: 1px solid #E8E8E8;
}
.single .post-thumbnail img {
width: 100%;
}
.single .entry-title {
font-size: 33px;
color: #345D83;
letter-spacing: 0.31px;
line-height: 47px;
}
.single .entry__content {
margin-top: 30px;
margin-bottom: 30px;
}
.single .entry__content p {
margin-top: 0;
}
.single .navigation {
padding: 0 15px;
}
.single .navigation a {
font-size: 14px;
text-decoration: none;
font-weight: 500;
}
.shared-counts-wrap.style-slim {
display: none;
}
.shared-counts-wrap.style-slim .shared-counts-button {
padding: 16px 19px;
}
.shared-counts-wrap.style-slim .shared-counts-button.facebook {
background: #3b5998 !important;
}
.shared-counts-wrap.style-slim .shared-counts-button.facebook .shared-counts-icon {
margin-top: 0;
margin-bottom: 0;
}
.shared-counts-wrap.style-slim .shared-counts-button.facebook .shared-counts-icon svg {
width: 11px;
height: 20px;
}
.shared-counts-wrap.style-slim .shared-counts-button.facebook .shared-counts-count {
background: #3b5998;
color: white;
border: 0;
border-left: 1px solid white;
font-size: 18px;
}
.shared-counts-wrap.style-slim .shared-counts-button.twitter {
background: #00b6f1 !important;
}
.shared-counts-wrap.style-slim .shared-counts-button.twitter .shared-counts-icon {
margin-top: 0;
margin-bottom: 0;
}
.shared-counts-wrap.style-slim .shared-counts-button.twitter .shared-counts-icon svg {
width: 25px;
height: 20px;
}
.shared-counts-wrap.style-slim .shared-counts-button.twitter .shared-counts-count {
background: #00b6f1;
color: white;
border: 0;
border-left: 1px solid white;
font-size: 18px;
}
.shared-counts-wrap.style-slim .shared-counts-button.email {
background: #DC4C54 !important;
}
.shared-counts-wrap.style-slim .shared-counts-button.email .shared-counts-icon {
margin-top: 0;
margin-bottom: 0;
}
.shared-counts-wrap.style-slim .shared-counts-button.email .shared-counts-icon svg {
width: 25px;
height: 20px;
}
.shared-counts-wrap.style-slim .shared-counts-button.email .shared-counts-count {
background: #DC4C54;
color: white;
border: 0;
border-left: 1px solid white;
font-size: 18px;
}
.shared-counts-modal-header {
background: #3b5998;
}
.shared-counts-modal-content input[type="text"], .shared-counts-modal-content input[type="email"] {
width: 100%;
padding: 15px !important;
border: 6px;
}
.shared-counts-modal-content .shared-counts-modal-submit button {
width: 100%;
min-height: 48px;
border-radius: 50px !important;
}
.page-template-default .entry-content {
font-size: 18px;
}
table {
border-collapse: collapse;
border: 1px solid #B8B8B8;
}
table td {
padding: 10px 10px;
border-bottom: 1px solid #B8B8B8;
}
table td:first-child {
border-right: 1px solid #B8B8B8;
width: 230px;
min-width: 230px;
max-width: 230px;
word-break: break-all;
}
#main__form .close__main_form {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
right: 25px;
top: 25px;
width: 16px;
height: 16px;
opacity: 0;
cursor: pointer;
}
#main__form .close__main_form span {
position: absolute;
display: block;
width: 16px;
height: 2px;
background: #D8D8D8;
}
#main__form .close__main_form span:nth-child(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#main__form .close__main_form span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.wpcf7-form .ajax-loader {
display: none;
}
.wpcf7-form input[type='submit'], .wpcf7-form button#submit {
background: #AC2E2E;
-webkit-box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.23);
box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.23);
border-radius: 4px;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
padding: 13px 107px;
max-height: 47px;
margin-top: 30px;
font-weight: bold;
}
.wpcf7-form input[type='submit'].submit__main, .wpcf7-form button#submit.submit__main {
margin-top: 0;
}
.wpcf7-form fieldset {
padding: 0;
border: 0;
}
.wpcf7-form .wpcf7-response-output {
display: none !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 14px;
}
.wpcf7-form .wpcf7-radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcf7-form .wpcf7-list-item {
margin-left: 0;
padding: 30px;
border-radius: 6px;
border: 2px solid #DEDEDE;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
display: none;
}
.wpcf7-form .wpcf7-list-item.first {
display: block;
margin-right: 23px;
}
.wpcf7-form .wpcf7-list-item.first:before {
content: '';
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/phone.svg);
background-repeat: no-repeat;
}
.wpcf7-form .cf7mls_btn.cf7mls_next {
background: #AC2E2E;
-webkit-box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.23);
box-shadow: 0 17px 10px -10px rgba(172, 46, 46, 0.23);
border-radius: 4px;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
padding: 13px 107px;
max-height: 47px;
margin-top: 30px;
}
.wpcf7-form .cf7mls_back {
position: absolute;
top: 0;
bottom: 0;
left: 0;
padding: 0;
margin: 0 0 0 4px;
width: auto;
background: transparent;
color: #000000;
opacity: .4;
text-align: left;
outline: none;
}
.wpcf7-form .wpcf7-mask {
width: 100%;
}
.wpcf7-form .wpcf7-mask[name="your-phone"] {
width: auto;
}
#call_message,
#text_message {
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.form__container {
padding: 0 100px;
position: relative;
text-align: center;
}
.form__wrapper {
max-height: 475px;
height: 100%;
background: white;
border-radius: 6px;
padding: 40px 20px;
overflow: hidden;
}
.form__wrapper input[type="text"],
.form__wrapper input[type="email"],
.form__wrapper input[type="tel"] {
background: #FFFFFF;
border: 1px solid #ACBBC2;
border-radius: 4px;
padding: 15px 20px;
margin-bottom: 10px;
line-height: 21px;
}
.form__wrapper input[type="text"]::-webkit-input-placeholder, .form__wrapper input[type="email"]::-webkit-input-placeholder, .form__wrapper input[type="tel"]::-webkit-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper input[type="text"]::-moz-placeholder, .form__wrapper input[type="email"]::-moz-placeholder, .form__wrapper input[type="tel"]::-moz-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper input[type="text"]:-ms-input-placeholder, .form__wrapper input[type="email"]:-ms-input-placeholder, .form__wrapper input[type="tel"]:-ms-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper input[type="text"]::-ms-input-placeholder, .form__wrapper input[type="email"]::-ms-input-placeholder, .form__wrapper input[type="tel"]::-ms-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper input[type="text"]::placeholder,
.form__wrapper input[type="email"]::placeholder,
.form__wrapper input[type="tel"]::placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper input[type="text"].wpcf7-not-valid,
.form__wrapper input[type="email"].wpcf7-not-valid,
.form__wrapper input[type="tel"].wpcf7-not-valid {
border-color: #1A83C6;
}
.form__wrapper textarea {
background: #FFFFFF;
border: 1px solid #ACBBC2;
border-radius: 4px;
padding: 15px 20px;
line-height: 21px;
}
.form__wrapper textarea::-webkit-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper textarea::-moz-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper textarea:-ms-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper textarea::-ms-input-placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper textarea::placeholder {
opacity: 0.73;
font-size: 18px;
letter-spacing: 0.45px;
font-weight: 300;
color: black;
line-height: 21px;
}
.form__wrapper .cf7mls-invalid input, .form__wrapper .cf7mls-invalid textarea {
border-color: #1A83C6;
}
.form__wrapper span.wpcf7-not-valid-tip {
display: none;
}
.form__wrapper .terms {
font-size: 14px;
font-weight: 100;
color: #979797;
letter-spacing: 0;
margin-bottom: 10px;
line-height: 1;
}
.form__wrapper .terms a {
color: #979797;
}
.form__wrapper input[type="submit"] {
margin-top: 0;
margin-bottom: 16px;
}
.form__wrapper input[type="submit"].terms__no {
margin-top: 16px;
padding: 0;
border: 0;
background: none;
opacity: 0.64;
font-size: 16px;
color: #000000;
letter-spacing: 0;
line-height: 19px;
text-align: center;
}
.form__wrapper .ajax-loader {
position: absolute;
}
.form__wrapper .fieldset-cf7mls {
position: relative;
}
.form__wrapper .fieldset-cf7mls.cf7mls_current_fs {
-webkit-animation: .3s slide-left forwards;
animation: .3s slide-left forwards;
}
.form__wrapper .fieldset-cf7mls.prev {
-webkit-animation: .3s slide-right forwards;
animation: .3s slide-right forwards;
}
.form__wrapper .fieldset-cf7mls[data-cf7mls-order="3"] .cf7mls_back {
top: auto;
bottom: 50px;
}
.form__wrapper .icon {
width: 52px;
height: 42px;
position: relative;
}
.form__wrapper .icon__call {
position: relative;
}
.form__wrapper .icon__call:before {
position: absolute;
content: '';
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_call_big.svg) center no-repeat;
background-size: contain;
width: 42px;
height: 43px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.form__wrapper .icon__call:checked {
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_call_hover_big.svg) center no-repeat;
}
.form__wrapper .icon__message {
position: relative;
}
.form__wrapper .icon__message:before {
position: absolute;
content: '';
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_message_big.svg) center no-repeat;
background-size: contain;
width: 48px;
height: 43px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.form__wrapper .icon__cell {
position: relative;
}
.form__wrapper .icon__cell:before {
position: absolute;
content: '';
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_cell_big.svg) center no-repeat;
background-size: 24px;
width: 24px;
height: 42px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.form__wrapper .icon__landline {
position: relative;
}
.form__wrapper .icon__landline:before {
position: absolute;
content: '';
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_landline_big.svg) center no-repeat;
background-size: contain;
width: 52px;
height: 42px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.form__wrapper .cc-selector input:checked + .drinkcard-cc .icon__call:before,
.form__wrapper .cc-selector-2 input:checked + .drinkcard-cc .icon__call:before,
.form__wrapper .drinkcard-cc:hover .icon__call:before {
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_call_hover_big.svg) center no-repeat;
}
.form__wrapper .cc-selector input:checked + .drinkcard-cc .icon__message:before,
.form__wrapper .cc-selector-2 input:checked + .drinkcard-cc .icon__message:before,
.form__wrapper .drinkcard-cc:hover .icon__message:before {
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_message_hover_big.svg) center no-repeat;
}
.form__wrapper .cc-selector input:checked + .drinkcard-cc .icon__cell:before,
.form__wrapper .cc-selector-2 input:checked + .drinkcard-cc .icon__cell:before,
.form__wrapper .drinkcard-cc:hover .icon__cell:before {
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_cell_hover_big.svg) center no-repeat;
width: 24px;
height: 42px;
background-size: 24px;
}
.form__wrapper .cc-selector input:checked + .drinkcard-cc .icon__landline:before,
.form__wrapper .cc-selector-2 input:checked + .drinkcard-cc .icon__landline:before,
.form__wrapper .drinkcard-cc:hover .icon__landline:before {
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/icon_landline_hover_big.svg) center no-repeat;
}
.form__title-big {
font-size: 30px;
font-weight: 500;
color: #474E77;
letter-spacing: 0.75px;
text-align: center;
margin-bottom: 30px;
line-height: 36px;
}
.form__title-big.max-width {
max-width: 584px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
.form__step_count {
font-size: 15px;
color: #BBBFCD;
letter-spacing: 0.38px;
text-align: center;
margin-bottom: 20px;
line-height: 1;
}
.form__step_count-current {
font-weight: 900;
}
.form__filed_notice {
font-weight: 100;
font-size: 14px;
color: #566980;
letter-spacing: 0;
}
.form__step_buttons {
position: relative;
}
.widget-title {
background: #AC2E2E;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 0.2px;
padding: 20px;
margin-top: 0;
margin-bottom: 0;
}
.textwidget {
padding: 20px;
border: 1px solid #E8E8E8;
border-top: 0;
}
.textwidget .sidebar_form__subtitle {
font-size: 18px;
color: #284769;
letter-spacing: 0;
margin-bottom: 20px;
font-weight: 500;
}
.textwidget form .ajax-loader,
.textwidget form .wpcf7-not-valid-tip {
display: none;
}
.textwidget form .wpcf7-not-valid {
border-color: #1A83C6;
}
.textwidget form button#submit {
margin-bottom: 30px;
}
.textwidget form input, .textwidget form textarea {
width: 100%;
padding: 15px 15px 15px 20px;
}
.textwidget form button#submit {
padding: 10px;
width: 100%;
}
.textwidget form input {
margin-bottom: 10px;
}
.textwidget form input[type='text'],
.textwidget form input[type='email'],
.textwidget form input[type='tel'],
.textwidget form textarea {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form input[type='text']::-webkit-input-placeholder, .textwidget form input[type='email']::-webkit-input-placeholder, .textwidget form input[type='tel']::-webkit-input-placeholder, .textwidget form textarea::-webkit-input-placeholder {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form input[type='text']::-moz-placeholder, .textwidget form input[type='email']::-moz-placeholder, .textwidget form input[type='tel']::-moz-placeholder, .textwidget form textarea::-moz-placeholder {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form input[type='text']:-ms-input-placeholder, .textwidget form input[type='email']:-ms-input-placeholder, .textwidget form input[type='tel']:-ms-input-placeholder, .textwidget form textarea:-ms-input-placeholder {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form input[type='text']::-ms-input-placeholder, .textwidget form input[type='email']::-ms-input-placeholder, .textwidget form input[type='tel']::-ms-input-placeholder, .textwidget form textarea::-ms-input-placeholder {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form input[type='text']::placeholder,
.textwidget form input[type='email']::placeholder,
.textwidget form input[type='tel']::placeholder,
.textwidget form textarea::placeholder {
font-size: 18px !important;
font-weight: 300 !important;
color: #000 !important;
opacity: 0.73 !important;
}
.textwidget form textarea {
margin-bottom: 30px;
}
.textwidget form .sidebar__form__terms {
font-size: 14px;
color: #435366;
letter-spacing: 0;
font-weight: 100;
}
.textwidget form .sidebar__form__terms a {
color: #435366;
}
.textwidget form .wpcf7-not-valid-tip {
margin-bottom: 10px;
}
.textwidget .features {
opacity: 1;
}
.textwidget .features__item {
margin-bottom: 15px;
}
.textwidget .features__item-text {
font-weight: 400;
font-size: 17px;
line-height: 1.5;
color: #444444;
letter-spacing: 0;
opacity: 1;
margin-left: 10px;
}
@-webkit-keyframes slide-left {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes slide-left {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes slide-right {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@keyframes slide-right {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
#main__form {
position: relative;
}
#main__form.loading:after {
position: absolute;
content: '';
width: 100%;
top: 0;
bottom: 0;
background: white;
}
div.wpcf7 .ajax-loader {
display: none !important;
}
.textwidget form button#submit, form button#submit {
position: relative;
display: block !important;
}
.textwidget form button#submit:before, form button#submit:before {
display: block !important;
content: '';
position: absolute;
right: 10px;
top: 50%;
margin-top: -11px;
width: 20px;
height: 20px;
border: 4px solid;
border-left-color: transparent;
border-radius: 50%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: rotate;
animation-name: rotate;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.textwidget form button#submit.is-active:before, form button#submit.is-active:before {
-webkit-transition-duration: 1s;
transition-duration: 1s;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}
.footer {
padding: 24px 0 41px 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#21A6E6), to(#0E478D));
background-image: -webkit-linear-gradient(top, #21A6E6 0%, #0E478D 100%);
background-image: linear-gradient(180deg, #21A6E6 0%, #0E478D 100%);
background-image: linear-gradient(180deg, #21A6E6 0%, #0E478D 100%);
}
.footer .menu-toggle {
display: none;
}
.footer__top {
padding-bottom: 26px;
margin-bottom: 30px;
border-bottom: 1px solid #51AFE6;
}
.footer__top #footer__top {
text-align: right;
font-size: 15px;
color: #FFFFFF;
}
#footer__top li:first-child {
padding-left: 0px;
}
.footer__top .custom-logo-link {
opacity: 0.8;
}
.footer__top .custom-logo-link img {
min-width: 124px;
max-width: 200px;
}
.footer__top .site-title {
opacity: 0.8;
line-height: 21px;
}
.footer__top .main-navigation {
margin-bottom: 0;
}
.footer__bottom {
font-size: 14px;
color: #D7EFFF;
}
.footer__bottom p,
.footer__bottom .copyright {
font-size: 14px;
color: #CAEAFE;
letter-spacing: 0;
line-height: 20px;
}
.footer__bottom ul > li:first-child {
padding-left: 0;
}
.footer__bottom #footer__bottom li {
position: relative;
}
.footer__bottom #footer__bottom li:not(:last-child):before {
position: absolute;
content: '';
right: -15px;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
width: 1px;
height: 18px;
background: #D7EFFF;
}
.footer__bottom #footer__bottom li a {
color: #D7EFFF;
letter-spacing: 0;
line-height: 20px;
}
.footer__bottom .footer__bottom-menu .main-navigation {
margin-bottom: 0;
}
.footer__bottom .footer__bottom-menu .main-navigation a {
color: #D7EFFF;
display: inline;
}
.footer .site-branding p {
padding: 0;
color: rgba(255,255,255,0.7);
font-size: 12px;
margin: 0;
}
.modal {
position: fixed;
z-index: 999999999;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
}
.modal.opened {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.modal__container {
background: white;
max-height: 544px;
padding: 0 0 23px 0;
border-radius: 6px;
overflow: hidden;
}
.modal__privacypolicy_container {
background: white;
max-height: 544px;
padding: 0 0 23px 0;
border-radius: 6px;
overflow: hidden;
}
.modal__cookiepolicy_container {
background: white;
max-height: 544px;
padding: 0 0 23px 0;
border-radius: 6px;
overflow: hidden;
}
.modal__terms-header {
border-bottom: 1px solid #EEEEEE;
text-align: center;
font-size: 24px;
font-weight: bold;
line-height: 28px;
color: #3A6890;
letter-spacing: 0.6px;
padding: 20px 0;
position: relative;
}
.modal__privacy-header {
border-bottom: 1px solid #EEEEEE;
text-align: center;
font-size: 24px;
font-weight: bold;
line-height: 28px;
color: #3A6890;
letter-spacing: 0.6px;
padding: 20px 0;
position: relative;
}
.modal__cookiepolicy-header {
border-bottom: 1px solid #EEEEEE;
text-align: center;
font-size: 24px;
font-weight: bold;
line-height: 28px;
color: #3A6890;
letter-spacing: 0.6px;
padding: 20px 0;
position: relative;
}
.modal__terms-body {
padding: 20px 40px 23px 20px;
max-height: 460px;
margin-right: 5px;
}
.modal__privacy-body {
padding: 20px 40px 23px 20px;
max-height: 460px;
margin-right: 5px;
}
.modal__cookiepolicy-body {
padding: 20px 40px 23px 20px;
max-height: 460px;
margin-right: 5px;
}
.modal__form-completed .modal__container {
padding: 89px 0;
}
.modal__form-completed-body {
padding-left: 15px;
padding-right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.modal__form-completed-header {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
top: -60px;
}
.modal__icon {
margin-bottom: 20px;
}
.modal__title {
font-size: 34px;
color: #335C83;
letter-spacing: 0.28px;
line-height: 53px;
margin-bottom: 20px;
font-weight: bold;
}
.modal__text {
margin-bottom: 20px;
}
.modal__btn {
background: #AC2E2E;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.35);
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.35);
border-radius: 4px;
font-size: 22px;
color: #FFFFFF !important;
letter-spacing: 0;
text-align: center;
line-height: 1;
cursor: pointer;
padding: 15px;
text-decoration: none;
font-weight: bold;
}
.modal__close {
position: absolute;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
width: 22px;
height: 19px;
right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.modal__close span {
position: absolute;
width: 22px;
height: 3px;
background: #D8D8D8;
}
.modal__close span:nth-child(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.modal__close span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.modal .simplebar-track.simplebar-vertical {
margin-top: 20px;
margin-bottom: 10px;
background: #EFEFEF;
border-radius: 5px;
}
.modal .simplebar-scrollbar {
opacity: 1;
}
.modal .simplebar-scrollbar:before {
background: #BCBCBC;
border-radius: 5px;
}
[data-simplebar] {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
-webkit-box-sizing: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%;
width: auto;
max-width: 100%;
max-height: 100%;
scrollbar-width: none;
-ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
width: 0;
height: 0;
}
.simplebar-hide-scrollbar {
position: fixed;
left: 0;
visibility: hidden;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
width: 0;
height: 0;
}
.simplebar-content:after {
content: " ";
display: table;
}
.simplebar-content:before {
content: " ";
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
-webkit-box-sizing: inherit !important;
box-sizing: inherit !important;
height: 100%;
width: 100%;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
-webkit-box-flex: inherit;
-ms-flex-positive: inherit;
flex-grow: inherit;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
-webkit-box-sizing: inherit;
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
pointer-events: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
left: 0;
right: 0;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: rgba(123, 169, 210, 0.39);
border-radius: 7px;
left: 2px;
right: 2px;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
opacity: 0.5;
-webkit-transition: opacity 0s linear;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}
.slick-dots {
position: relative;
bottom: 0;
}
.slick-dots li button:before {
color: #2278B4;
opacity: 1;
font-size: 9px;
}
.slick-dots li.slick-active button:before {
color: #50A7E4;
opacity: 1;
font-size: 12px;
} @media (min-width: 1330px) {
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
}
@media (min-width: 1024px) {
.plr-md-30 {
padding-left: 30px;
padding-right: 30px;
}
.plr-md-0 {
padding-left: 0;
padding-right: 0;
}
.max-width-md-350 {
max-width: 350px;
}
.card__big-img {
min-width: 700px;
min-height: 490px;
}
.card__big-img img {
min-width: 700px;
min-height: 490px;
}
.card__big-content {
margin-top: 40px;
}
.d-lg-show {
display: block;
}
.d-sm-show {
display: none;
}
}
@media (min-width: 481px) and (max-width: 980px) {
.site-branding {
height: 24px;
min-width: 100%;
}
.custom-logo-link {
margin-left: 8px;
padding-left: 8px;
max-height: 30px;
}
.custom-logo-link img {
min-width: 124px;
max-width: 156px;
}
.menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.main-navigation ul {
display: none;
}
#primary-menu {
position: absolute;
width: 100%;
left: 0;
text-align: left;
top: 73px;
background: #1B89CB;
-webkit-box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.29);
box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.29);
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px !important;
}
#primary-menu li {
padding: 10px 15px;
font-size: 15px !important;
}
#primary-menu .nav-menu {
padding: 10px 0;
}
#primary-menu .nav-menu li {
padding-left: 15px;
}
#primary-menu li a {
font-size: 15px !important;
line-height: 38px;
}
#primary-menu .menu-item a{
font-size: 15px !important;
}
.title__section {
font-size: 36px;
line-height: 43px;
}
.hero__big {
max-height: 100%;
margin-top: 0;
padding: 0;
}
.hero__big:after {
display: none;
background-size: 250px;
background-position: center 93px;
}
.hero__big .gradient__mobile {
padding-top: 120px;
margin-top: -90px;
position: relative;
z-index: 1;
}
.hero__big .gradient__mobile:after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/map_optimized.svg);
background-size: 250px;
background-position: center 93px;
background-repeat: no-repeat;
z-index: -1;
}
.hero__small {
margin-bottom: 100px;
}
.hero__title {
font-size: 35px;
line-height: 29px;
padding-bottom: 35px;
text-align: center !important;
}
.form__wrapper {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
max-height: 100%;
}
.form__wrapper input[type="text"],
.form__wrapper input[type="tel"],
.form__wrapper input[type="email"],
.form__wrapper textarea {
width: 100%;
}
.form__wrapper .wpcf7-form .cf7mls_btn.cf7mls_next {
border-radius: 24px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
text-align: center !important;
}
.form__wrapper .wpcf7-form .cf7mls_back {
top: auto;
bottom: -25px;
width: 100%;
text-align: center;
}
.form__wrapper .fieldset-cf7mls[data-cf7mls-order="3"] .cf7mls_back {
top: auto;
bottom: -10px !important;
margin-left: 0;
text-align: left !important;
}
.form__wrapper .wpcf7-form input[type='submit'], .form__wrapper .wpcf7-form button#submit {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.form__container {
padding: 0;
}
.form__title-big {
font-size: 27px;
}
.wpcf7-form .wpcf7-mask[name="your-phone"] {
width: 100% !important;
}
.reports {
border-radius: 0;
min-height: 100%;
max-height: 100%;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.reports__wrapper {
padding-bottom: 20px;
}
.reports__header {
background: transparent;
padding-bottom: 17px;
border-radius: 0;
}
.reports__item-header {
position: relative;
}
.reports__item-content {
font-size: 18px;
}
.reports__item-number {
margin-right: 20px;
position: relative;
font-size: 18px;
opacity: 1;
}
.reports__item-time {
font-size: 16px;
}
.reports__title {
font-size: 22px;
text-align: center !important;
padding-left: 20px;
padding-right: 20px;
}
.reports__item:first-child {
padding-top: 10px;
border-top: 1px solid #2D7ABD;
}
.reports__carousel-js {
overflow: visible;
max-height: 100%;
}
.logos {
margin-bottom: 0;
}
.logos__title:before, .logos__title:after {
width: 20%;
}
.logos_wrap {
padding-left: 15px;
padding-right: 15px;
}
.logos__item {
width: 20%;
margin-bottom: 25px;
text-align: center;
}
.drinkcard-cc {
width: 150px;
}
.cc-selector .drinkcard-cc:not(:last-child) {
margin-right: 15px;
}
.cc-selector .drinkcard-cc:last-child {
margin-left: 15px;
}
.cc-selector:last-child .drinkcard-cc {
margin-right: 0;
}
.features {
padding-top: 15px;
padding-bottom: 5px;
margin-top: 0;
margin-bottom: 20px;
}
.features__item {
margin-bottom: 13px;
font-size: 17px;
opacity: 0.8;
}
.card__small {
margin-bottom: 30px;
}
.card__small-header {
margin-bottom: 22px;
}
.card__small-header img {
border-radius: 15px;
width: 100%;
}
.card__small-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 18px;
}
.card__mid {
width: 100%;
}
.card__mid-img {
width: 45%;
margin-left: 0;
margin-right: 0;
border-radius: 15px;
margin-bottom: 30px;
}
.card__mid-img figure img {
height: 100%;
}
.card__mid-img figure figcaption {
padding: 10px 16px 15px 30px;
}
.card__mid-img figure figcaption div:first-child {
font-size: 16px;
}
.card__mid-img figure figcaption div:last-child {
font-size: 13px;
font-style: italic;
}
.card__mid-content {
width: 45%;
}
.card__mid-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 20px;
}
.card__big-img {
width: 100%;
border-radius: 10px;
margin-bottom: 30px;
}
.card__big-content {
width: 100%;
margin-left: 0;
}
.card__big-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 20px;
}
.card__big .title__number {
line-height: 38px;
}
.card__big p {
margin-top: 0;
margin-bottom: 15px;
}
.card__big figure img {
height: 100%;
}
.card__reverse .card__mid-img {
margin-left: 0;
}
.card__reverse .card__big-content {
margin-right: 0;
}
.btn__group .btn:not(:first-child) {
margin-left: 0;
}
.btn__group .btn:last-child {
margin-bottom: 0;
}
.btn__default-light, .btn__default-dark {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
}
.btn__default-light .btn__icon, .btn__default-dark .btn__icon {
position: relative;
margin-right: 10px;
left: 0;
}
.btn__default-dark .btn__icon {
margin-left: -32px;
}
.cta {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 15px;
padding: 33px 16px 30px 16px;
}
.cta__title {
font-size: 26px;
line-height: 31px;
margin-right: 0;
text-align: center;
margin-bottom: 29px;
}
.cta .btn {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
border-radius: 30px;
}
.pd__b-80 {
padding-bottom: 30px;
}
.pd__b-60 {
padding-bottom: 30px;
}
.pd__b-40 {
padding-bottom: 40px;
}
.pd__t-80 {
padding-top: 30px;
}
.pd__t-40 {
padding-top: 40px;
}
.mr__m_b {
margin-bottom: 30px;
}
.bg__white_m {
background: white;
}
.footer {
padding-bottom: 0;
}
.footer .footer__top {
border: none;
margin-bottom: 20px;
}
.footer .main-navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left !important;
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #51AFE6;
width: 100%;
}
.footer .main-navigation ul li {
width: 45%;
margin: 0 0 15px 0;
padding-left: 0;
}
.footer .main-navigation ul li a {
font-size: 14px;
opacity: 0.73;
}
.footer .footer__bottom .main-navigation ul {
border: none;
}
.footer .footer__bottom .main-navigation ul {
-webkit-box-pack: normal;
-ms-flex-pack: normal;
justify-content: normal;
}
.footer .footer__bottom .main-navigation ul li {
margin-right: 20px;
width: auto;
}
.footer .footer__bottom #footer__bottom li:not(:last-child):before {
right: -10px;
}
} @media (min-width: 320px) and (max-width: 480px) {
.d-lg-show {
display: none;
}
.d-sm-show {
display: block;
}
.site-branding {
height: 40px;
min-width: 100%;
}
.site-title {
font-size: 14px;
}
.custom-logo-link {
margin-left: 8px;
padding-left: 8px;
max-height: 30px;
}
.custom-logo-link img {
min-width: 124px;
max-width: 130px;
}
.menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.main-navigation ul {
display: none;
}
.bg__grey {
background: rgba(32, 162, 227, 0.05);
}
table td:first-child {
border-right: 1px solid #B8B8B8;
width: auto;
min-width: auto;
max-width: 100%;
word-break: normal;
}
#primary-menu {
position: absolute;
width: 100%;
left: 0;
text-align: left;
top: 73px;
background: #1B89CB;
-webkit-box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.29);
box-shadow: 0 9px 10px 0px rgba(0, 0, 0, 0.29);
padding-top: 10px;
padding-bottom: 10px;
}
#primary-menu li {
padding: 10px 15px;
}
#primary-menu .nav-menu {
padding: 10px 0;
}
#primary-menu .nav-menu li {
padding-left: 15px;
}
#primary-menu .nav-menu a {
font-size: 15px !important;
line-height: 38px;
}
.title__section {
font-size: 36px;
line-height: 43px;
color: #203551;
}
.hero__big {
max-height: 100%;
margin-top: 0;
padding: 0;
}
.hero__big:after {
display: none;
background-size: 250px;
background-position: center 93px;
}
.hero__big .gradient__mobile {
padding-top: 120px;
margin-top: -90px;
position: relative;
z-index: 1;
}
.hero__big .gradient__mobile:after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(//reporttelemarketer.com/wp-content/themes/reporttelemarketer/images/map_optimized.svg);
background-size: 250px;
background-position: center 93px;
background-repeat: no-repeat;
z-index: -1;
}
.hero__small {
max-height: 160px;
margin-bottom: 0;
padding-top: 125px;
padding-bottom: 70px;
}
.hero__small:after {
background-size: 74%;
background-position: center 95px;
}
.hero__title {
font-size: 25px;
line-height: 29px;
padding-bottom: 35px;
text-align: center !important;
margin-left: -15px;
margin-right: -15px;
}
.form__shadow {
-webkit-box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.2);
box-shadow: 0 5px 20px 0 rgba(1, 1, 1, 0.2);
}
.form__wrapper {
margin-bottom: 0;
max-height: 100%;
padding: 21px 0  30px 0;
}
.form__wrapper input[type="text"],
.form__wrapper input[type="tel"],
.form__wrapper input[type="email"],
.form__wrapper textarea {
width: 100%;
}
.form__wrapper .ajax-loader,
.form__wrapper .wpcf7-not-valid-tip {
display: none !important;
}
.form__wrapper .form__step_count {
margin-bottom: 15px;
}
.form__wrapper .form__step_count-current {
font-weight: 400;
}
.form__wrapper .wpcf7-form .cf7mls_btn.cf7mls_next {
border-radius: 24px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
text-align: center !important;
}
.form__wrapper .wpcf7-form .cf7mls_back {
top: auto;
bottom: -25px;
width: 100%;
text-align: center;
}
.form__wrapper .fieldset-cf7mls[data-cf7mls-order="3"] .cf7mls_back {
top: auto;
bottom: -10px !important;
margin-left: 0;
text-align: left !important;
}
.form__wrapper .wpcf7-form input[type='submit'], .form__wrapper .wpcf7-form button#submit {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.form__container {
padding: 0;
}
.form__title-big {
color: #2B2B47;
font-size: 27px;
}
.reports {
margin-right: 0;
border-radius: 0;
min-height: 100%;
max-height: 100%;
max-width: 100%;
margin-top: 27px;
}
.reports__wrapper {
padding-bottom: 30px;
}
.reports__header {
background: transparent;
padding-bottom: 17px;
border-radius: 0;
}
.reports__item:first-child {
margin-top: 0;
border-top: #2D7ABD;
}
.reports__item-header {
opacity: 1;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
position: relative;
}
.reports__item-content {
opacity: 1;
color: rgba(255, 255, 255, 0.67);
}
.reports__item-number {
opacity: 1;
line-height: 16px;
margin-right: 20px;
position: relative;
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.67) !important;
}
.reports__item-number:before {
position: absolute;
content: '';
width: 1px;
height: 100%;
top: 0;
margin-top: auto;
bottom: 0;
margin-bottom: auto;
right: -10px;
background: rgba(255, 255, 255, 0.67) !important;
}
.reports__item-time {
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.67) !important;
opacity: 1;
line-height: 16px;
}
.reports__title {
font-size: 22px;
text-align: left !important;
padding-left: 20px;
padding-right: 20px;
}
.reports__item:first-child {
padding-top: 10px;
border-top: 1px solid #2D7ABD;
}
.reports__carousel-js {
overflow: visible;
max-height: 100%;
}
.reports__carousel-js .slick-dots {
bottom: -10px;
}
.logos {
margin-bottom: 0;
}
.logos__title {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
.logos__title:before, .logos__title:after {
width: 30%;
}
.logos_wrap {
padding-left: 15px;
padding-right: 15px;
}
.logos__item {
width: 20%;
margin-bottom: 0;
text-align: center;
}
.drinkcard-cc {
width: 150px;
}
.cc-selector .drinkcard-cc:not(:last-child) {
margin-right: 15px;
}
.cc-selector .drinkcard-cc:last-child {
margin-left: 15px;
}
.cc-selector:last-child .drinkcard-cc {
margin-right: 0;
}
.features {
padding-top: 15px;
padding-bottom: 5px;
margin-top: 0;
margin-bottom: 20px;
margin-left: 15px;
margin-right: 15px;
}
.features__item {
margin-bottom: 13px;
font-size: 17px;
opacity: 0.8;
}
.features__item-text {
font-size: 17px;
}
.card__small {
margin-bottom: 30px;
}
.card__small-header {
margin-bottom: 22px;
}
.card__small-header img {
border-radius: 15px;
width: 100%;
}
.card__small-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 18px;
}
.card__mid {
width: 100%;
}
.card__mid-img {
width: 100%;
margin-left: 0;
margin-right: 0;
border-radius: 15px;
margin-bottom: 30px;
}
.card__mid-img figure img {
height: 100%;
}
.card__mid-img figure figcaption {
padding: 10px 16px 15px 30px;
}
.card__mid-img figure figcaption div:first-child {
font-size: 17px;
}
.card__mid-img figure figcaption div:last-child {
font-size: 13px;
font-style: italic;
}
.card__mid-content {
width: 100%;
margin-left: 0;
}
.card__mid-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 20px;
}
.card__big-img {
width: 100%;
border-radius: 10px;
margin-bottom: 30px;
}
.card__big-img figure img {
height: 100%;
}
.card__big-img figure figcaption {
padding: 10px 16px 15px 30px;
}
.card__big-img figure figcaption div:first-child {
font-size: 17px;
}
.card__big-img figure figcaption div:last-child {
font-size: 13px;
font-style: italic;
}
.card__big-content {
width: 100%;
margin-left: 0;
}
.card__big-title {
font-size: 29px;
line-height: 34px;
margin-bottom: 20px;
}
.card__big .title__number {
line-height: 34px;
}
.card__big p {
margin-top: 0;
margin-bottom: 15px;
}
.card__big figure img {
height: 100%;
}
.card__reverse .card__mid-img {
margin-left: 0;
}
.card__reverse .card__mid-content {
margin-right: 0;
}
.card__reverse .card__big-content {
margin-right: 0;
}
.wpcf7-form .wpcf7-mask[name="your-phone"] {
width: 100% !important;
}
.title__number {
line-height: 34px;
}
.btn__group .btn:not(:first-child) {
margin-left: 0;
}
.btn__group .btn:last-child {
margin-bottom: 0;
}
.btn__default-light, .btn__default-dark {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
border-radius: 40px;
}
.btn__default-light .btn__icon, .btn__default-dark .btn__icon {
position: relative;
margin-right: 10px;
left: 0;
}
.btn__default-dark .btn__icon {
margin-left: -32px;
}
.cta {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 15px;
padding: 33px 16px 30px 16px;
}
.cta__title {
font-size: 26px;
line-height: 31px;
margin-right: 0;
text-align: center;
margin-bottom: 29px;
}
.cta .btn {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
border-radius: 30px;
}
.pd__b-80 {
padding-bottom: 10px;
}
.pd__b-60 {
padding-bottom: 0px;
}
.pd__b-40 {
padding-bottom: 40px;
}
.pd__t-80 {
padding-top: 30px;
}
.pd__t-40 {
padding-top: 40px;
}
.pd__t-54 {
padding-top: 20px;
}
.mr__m_b {
margin-bottom: 30px;
}
.bg__white_m {
background: white;
}
.footer {
padding-bottom: 0;
}
.footer .footer__top {
border: none;
margin-bottom: 20px;
}
.footer .footer__top .custom-logo-link {
margin-left: 20px;
padding-left: 20px;
}
.footer .main-navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left !important;
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #51AFE6;
width: 100%;
}
.footer .main-navigation ul li {
width: 45%;
margin: 0 0 15px 0;
padding-left: 0;
}
.footer .main-navigation ul li a {
font-size: 13px;
opacity: 0.73;
}
.footer .footer__bottom .main-navigation ul {
border: none;
}
.footer .footer__bottom .main-navigation ul {
-webkit-box-pack: normal;
-ms-flex-pack: normal;
justify-content: normal;
}
.footer .footer__bottom .main-navigation ul li {
margin-right: 15px;
width: auto;
}
.footer .footer__bottom #footer__bottom li:not(:last-child):before {
right: -8px;
opacity: 0.7;
}
.modal__title {
font-size: 27px;
}
.modal {
padding-left: 20px;
padding-right: 20px;
}
.modal__terms-header {
font-size: 16px;
}
.modal__terms-body {
font-size: 16px;
padding-right: 18px;
}
.modal__btn {
font-size: 18px;
border-radius: 24px;
line-height: 22px;
}
.modal__close span {
width: 12px;
height: 1.5px;
}
.blog .title__section {
display: none;
}
.blog .hero__small {
margin-bottom: 15px;
}
.single .site-main {
padding-right: 0;
padding-left: 0;
padding-bottom: 20px;
margin-bottom: 20px;
}
.single .site-main .entry__content,
.single .site-main .comments-number,
.single .site-main .comments-area {
padding-left: 15px;
padding-right: 15px;
}
.single .site-main .entry__content textarea,
.single .site-main .comments-number textarea,
.single .site-main .comments-area textarea {
border-radius: 12px;
}
.single .site-main .entry__content input,
.single .site-main .comments-number input,
.single .site-main .comments-area input {
border-radius: 30px;
}
.single .site-main .entry__content .comment-form .form-submit input[type="submit"],
.single .site-main .comments-number .comment-form .form-submit input[type="submit"],
.single .site-main .comments-area .comment-form .form-submit input[type="submit"] {
padding-top: 13px;
padding-bottom: 13px;
border-radius: 30px;
line-height: 1;
font-weight: 400;
}
.blockUI {
width: 100% !important;
left: 0 !important;
top: 0 !important;
}
.textwidget form input[type='text'],
.textwidget form input[type='email'],
.textwidget form input[type='tel'],
.textwidget form textarea {
border-radius: 6px;
}
.textwidget form button#submit {
margin-top: 10px;
}
.sidebar__form__terms {
text-align: center;
}
.textwidget .features {
opacity: 1;
background: #FCFCFC;
border: 1px solid #E8E8E8;
margin-left: 0;
padding-left: 10px;
}
}
@media (min-width: 1333px) {
.container,
.container-lg {
max-width: 1280px;
}
}
.pagination__links .page-numbers li {
padding: 6px 10px;
list-style-type: none !important;
display: inline;
border: 1px solid #eee;
border-radius: 3px;
}
.pagination__links .page-numbers li:has(.current) {
padding: 0;
}
.pagination__links .page-numbers li:has(a.next) {
border: none;
padding: 0;
margin: -10px 10px 10px 10px;
}
.pagination__links .page-numbers li:has(a.prev) {
border: none;
padding: 0;
margin: -10px 10px 10px 10px;
}
.hero_mobile {
display: none;
}
.d-sm-show {
display: none;
}
@media (mmax-width: 768px) {
.hero_mobile {
display: block;
}
.hero_desktop {
display: none;
}
}
@media (max-width: 1024px) {
.d-sm-show {
display: block;
}
.d-lg-show {
display: none;
}
}
.fieldset-cf7mls[data-cf7mls-order="2"] .wpcf7-not-valid-tip {
margin-bottom: 20px;
margin-top: -10px;
}
.fieldset-cf7mls[data-cf7mls-order="3"] .wpcf7-not-valid-tip {
text-align: left;
margin-top: -10px;
margin-bottom: 10px;
padding-left: 122px;
}html.with-featherlight { overflow: hidden;
}
.featherlight {
display: none; position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
} .featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
display: none;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 0;
right: 0; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; background: rgba(255, 255, 255, 0.3);
color: #000;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent;
}
} @media print {
html.with-featherlight > * > :not(.featherlight) {
display: none;
}
}