/*!
Theme Name: Divi-child
Template: Divi
Version: 1.0.0
Text Domain: divichild

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Misc
    ## Global
# Sections
    ## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.bottom-border {
  border-bottom: 3px solid #dbdbdb;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: 52px;
  font-size: 5.2rem;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
}

.main-sub-header {
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: -1px;
}

.orange-heading {
  color: #c94800;
}

.mini-heading-orange {
  color: #c94800;
  font-weight: 700;
}

.mini-heading-blue {
  color: #002f67;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.cyan-heading {
  color: #0e8383;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13px;
  font-size: 1.3rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.blue-arrow-list li {
  list-style-type: none !important;
  background: url("img/blue-right-arrow.png") left no-repeat;
  background-size: 60px;
  padding-left: 65px;
}

.blue-check {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #444;
}
.blue-check li {
  list-style-type: none !important;
  background: url("img/blue-check.png") left no-repeat;
  background-size: 25px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.blue-swoop li {
  list-style-type: none !important;
  background: url("img/blue-swoop-arrow.png") left no-repeat;
  background-size: 25px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.blue-bullet li {
  list-style-type: none !important;
  background: url("img/blue-bullet.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.green-bullet li {
  list-style-type: none !important;
  background: url("img/green-bullet.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.yellow-star li {
  list-style-type: none !important;
  background: url("img/yellow-star.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.blue-mark li {
  list-style-type: none !important;
  background: url("img/blue-mark.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  margin-bottom: 10px;
}

.black-star li {
  list-style-type: none !important;
  background: url("img/black-star.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  margin-bottom: 10px;
}

.pdf-icon li {
  list-style-type: none !important;
  background: url("img/pdf-icon.png") left no-repeat;
  background-size: 48px;
  padding-left: 58px;
  padding-top: 16px;
  height: 64px;
}

.grey-check li {
  list-style-type: none !important;
  background: url("img/grey-check.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  margin-bottom: 10px;
}

.green-check li {
  list-style-type: none !important;
  background: url("img/green-check.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.grey-bullet li {
  list-style-type: none !important;
  background: url("img/grey-bullet.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.steel-bullet li {
  list-style-type: none !important;
  background: url("img/steel-bullet.png") left no-repeat;
  background-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

li.navigation-sidebar-title {
	background: #e9e9e9;
	color: #444;
}

.navigation-sidebar a:link {
	color: #002f67;
}

.navigation-sidebar a:hover {
	color: #002f67;
}

.navigation-sidebar a:visited {
	color: #002f67;
}

.navigation-sidebar li {
border-bottom-color:rgb(235, 235, 235);
border-bottom-style:solid;
border-bottom-width:2px;
border-image-outset:0px;
border-image-repeat:stretch;
border-image-slice:100%;
border-image-source:none;
border-image-width:1;
border-left-color:rgb(233, 233, 233);
border-left-style:solid;
border-left-width:1px;
border-right-color:rgb(68, 68, 68);
border-right-style:none;
border-right-width:0px;
border-top-color:rgb(68, 68, 68);
border-top-style:none;
border-top-width:0px;
display:list-item;
height:57px;
line-height:57px;
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding-bottom:0px;
padding-left:50px;
padding-right:0px;
padding-top:0px;
text-align:left;
vertical-align:middle;
width:272px;
-webkit-font-smoothing:antialiased;
font-size: 16px;
font-weight: bold;
color: #444;
}

.orange-circle-div {
	border: solid;
	border-color: #d6d6d6;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	margin-bottom: .5em;
}
.orange-circle {
	border-radius: 50%;
	background-color: #c94800;
	color: #fff;
	font-size: 2em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: .5em;
}
.orange-circle-heading {
	font-size: 2em;
	vertical-align: middle;
	color: #c94800;
	padding-left: .5em;
}
.orange-circle-paragraph {
	font-size: 1em;
	padding-left: 4.5em;
}


.green-number-order ol {
  list-style: none;
  counter-reset: some-counter;
  padding-left: 4%;
}
.green-number-order ol li {
  margin: 0 0 1.5rem 0;
  counter-increment: some-counter;
  position: relative;
}
.green-number-order ol li:before {
  content: counter(some-counter);
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #78BB33;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.orange-number-order ol {
  list-style: none;
  counter-reset: some-counter;
  padding-left: 4%;
}
.orange-number-order ol li {
  margin: 0 0 1.5rem 0;
  counter-increment: some-counter;
  position: relative;
}
.orange-number-order ol li:before {
  content: counter(some-counter);
  font-size: 32px;
  font-size: 3.2rem;
  position: absolute;
  --size: 64px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #c94800;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.order-box {
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px !important;
}

.pen-icon li {
  list-style-type: none !important;
  background: url("img/icon_pen.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  height: 32px;
}

.video-icon li {
  list-style-type: none !important;
  background: url("img/icon_video.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  height: 32px;
}

.book-icon li {
  list-style-type: none !important;
  background: url("img/icon_book.png") left no-repeat;
  background-size: 32px;
  padding-left: 42px;
  height: 32px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.orange-glass {
  position: relative;
  display: inline-block;
  background-color: #c94800;
  background-image: linear-gradient(#c94800, #c84900);
  color: #fff;
  border: 1px #002f67 solid;
  border-radius: 5px;
  font-size: 30px;
  font-size: 3rem;
  padding: 2% 2%;
  font-family: "Open Sans", sans-serif;
}
.orange-glass:after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.course-footer {
  position: relative;
  display: inline-block;
  background-color: #d3c0c0;
  background-image: linear-gradient(#fefefe, #d3c0c0);
  color: #0e8383;
  border: 2px #c94800 solid;
  border-radius: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 2% 2%;
  font-family: "Open Sans", sans-serif;
}
.course-footer:after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.glass-text-white a, .glass-text-white a:visited, .glass-text-white a:link, .glass-text-white a:focus, .glass-text-white a:active {
  color: #fff !important;
}

.glass-text-cyan a, .glass-text-cyan a:visited, .glass-text-cyan a:link, .glass-text-cyan a:focus, .glass-text-cyan a:active {
  color: #0e8383 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#main-header {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  line-height: 1.1em;
}

#et_mobile_nav_menu li {
  list-style: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.social-icons {
  margin: 0 5px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
@media only screen and (min-width: 1140px) {
  .col-md-4 {
    width: 22.15%;
    margin: 0 1.9%;
    float: left;
  }
}
@media only screen and (max-width: 1139px) {
  .col-md-4 {
    width: 100%;
  }
}
#main-content .container:before {
  background: none;
}

.et_pb_row {
  width: 100% !important;
  max-width: 100vw !important;
}

@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0 0 !important;
    float: none !important;
  }
}
.rounded-img img {
  border-radius: 50%;
}

@media screen and (min-width: 1024px) {
  .et_pb_row {
    padding: 0 20%;
  }
}
.yellow-feature {
  background-color: #ffffcb;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #2e4346;
}

.div-top-img {
  position: absolute;
  top: -54px;
  left: 50%;
  margin-left: -32px;
}

.colored-books {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -37px;
}

.course-book {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}

.course-video {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -25px;
}

.arrow-bar {
  border-radius: 3px;
  padding: 1em 0;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
}
.arrow-bar strong {
  background-color: #c94800;
  position: relative;
  display: inline;
  padding: 1em 1em 1em 1.5em;
  margin-right: 2em;
  font-weight: bolder;
  color: #fff;
  line-height: 1em;
  border-radius: 3px 0 0 3px;
}
.arrow-bar strong:after {
  border-left: 1em solid #c94800;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -2em;
  content: "";
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-left: 1em solid #c94800;
  border-bottom: 2em solid transparent;
}

.red-arrow-bar {
  border-radius: 3px;
  padding: 1em 0;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
}
.red-arrow-bar strong {
  background-color: #a30d0a;
  position: relative;
  display: inline;
  padding: 1em 1em 1em 1.5em;
  margin-right: 2em;
  font-weight: bolder;
  color: #fff;
  line-height: 1em;
  border-radius: 3px 0 0 3px;
}
.red-arrow-bar strong:after {
  border-left: 1em solid #a30d0a;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -2em;
  content: "";
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-left: 1em solid #a30d0a;
  border-bottom: 2em solid transparent;
}

.orange-arrow-bar {
  border-radius: 3px;
  padding: 1em 0;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
}

.orange-arrow-bar strong {
  background-color: #c94800;
  position: relative;
  display: inline;
  padding: 1em 1em 1em 1.5em;
  margin-right: 2em;
  font-weight: bolder;
  color: #fff;
  line-height: 1em;
  border-radius: 3px 0 0 3px;
}
.orange-arrow-bar strong:after {
  border-left: 1em solid #c94800;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -2em;
  content: "";
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-left: 1em solid #c94800;
  border-bottom: 2em solid transparent;
}

.blue-arrow-bar {
  border-radius: 3px;
  padding: 1em 0;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
}
.blue-arrow-bar strong {
  background-color: #002f67;
  position: relative;
  display: inline;
  padding: 1em 1em 1em 1.5em;
  margin-right: 2em;
  font-weight: bolder;
  color: #fff;
  line-height: 1em;
  border-radius: 3px 0 0 3px;
}
.blue-arrow-bar strong:after {
  border-left: 1em solid #002f67;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -2em;
  content: "";
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-left: 1em solid #002f67;
  border-bottom: 2em solid transparent;
}

.circle-box {
  padding: 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.circle-box .right-side {
  margin-left: 8%;
}
.circle-box .circle-number {
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  background-color: #c94800;
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  text-align: center;
}
.circle-box .green-number {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background-color: #78AA15;
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 60px;
  text-align: center;
}
.circle-box .blue-number {
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  background-color: #002f67;
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  text-align: center;
}
.circle-box .cyan-number {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 50px;
  color: #fff;
  background-color: #0e8383;
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  text-align: center;
}

.et_pb_section {
  padding-top: 0;
  padding-bottom: 0;
}

.orange-button {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #000000;
  border-radius: 9px;
  background-image: linear-gradient(180deg, #c94800 0%, #c94800 100%) !important;
}

.order-box {
  border: 5px solid #e8e8e8;
  background-color: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.order-box .header {
  background: linear-gradient(to bottom, #f9f9f9 0, #eaeaea 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bababa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px 0 10px;
}
.order-box .content {
  background-color: #fcfcfc;
}
.order-box .footer {
  background-color: #fcfcfc;
  padding: 30px 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hr {
  background: url("img/horizontal-divider.png") center no-repeat;
}

.box-outline {
  border: 1px #ebebeb solid;
  text-align: center;
  min-height: 26.5em;
}
.box-outline a, .box-outline a:visited, .box-outline a:link, .box-outline a:focus, .box-outline a:active {
  color: #c94800;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
@media only screen and (min-width: 1140px) {
  #main-footer {
    background: linear-gradient(to bottom, #002f67 0%, #061a52 100%);
    min-width: 1140px;
    width: 100%;
  }

  .footer-content {
    width: 1140px;
  }
  .footer-content .col-md-4 {
    width: 265px;
    margin: 0 10px !important;
  }
}
#main-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#main-footer ul {
  list-style: none;
}
#main-footer ul a {
  color: darkgrey;
}
#main-footer p {
  color: #f9f9f9;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 0.5em !important;
  padding-bottom: 0 !important;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
}

#sub-footer {
  color: #f9f9f9;
  font-size: 13px;
  float: left;
  font-family: "Roboto", sans-serif;
  border-top: #f9f9f9 1px solid;
  width: 100%;
}

.sub-footer-content {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.paypalfooter > :first-child {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.logo_container #logo {
  max-height: 100% !important;
}

#main-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1140px) {
  .et_menu_container {
    width: 1140px !important;
  }
}

/*# sourceMappingURL=style.css.map */
