/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
	License:			
	License URI:		
	Tags:				custom-logo, one-column, two-columns, translation-ready
	Text Domain: 		UP_Education
*/

/*! minimal reset based on simplified normalise.css | github.com/necolas/normalize.css */
html{line-height:1.15}body{margin:0}h1{font-size:2em;margin:.67em 0}b,strong{font-weight:bolder}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}fieldset{padding:.35em .75em .625em}progress{vertical-align:baseline}textarea{overflow:auto}template,[hidden]{display:none}
#copyright{opacity:.7;font-size:small;text-align:right;margin:.5rem}
.alignright{float:right}
.alignleft{float:left}
.aligncenter{text-align:center}
.bypostauthor{}
.gallery-caption{}
.screen-reader-text{}
.sticky{}
.wp-caption{}
.wp-caption-text{}
.gallery-item {display: inline-block;text-align: left;vertical-align: top;margin: 0 0 1.5em;padding: 0 1em 0 0;width: 50%}
.gallery-columns-1 .gallery-item {width: 100%}
.gallery-columns-2 .gallery-item {max-width: 50%}
.gallery-item a { display: inline-block; max-width: 100%}
.gallery-item a img {display: block; backface-visibility: hidden}
.gallery-item a:hover img, .gallery-item a:focus img {opacity: 0.6}
.gallery-caption {display: block; margin-bottom: 0}


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #EA4F3D; }
  a:hover, a:active {
    color: #EA4F3D; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
  height: auto;
  max-width: 100%; }

/* 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; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

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

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

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

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 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: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * 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"] {
  width: auto;
  -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; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #EA4F3D;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #EA4F3D;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #EA4F3D;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }



.elementor-social-icons-wrapper a:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
.elementor-social-icons-wrapper a:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
#elementor #toolbar, #toolbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 64px;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.16);
  height: 100vh;
  z-index: 1;
  background-color: #f2f2f2;
  flex-direction: column;
}
#elementor #toolbar .elementor-row, #toolbar .elementor-row {
  flex-direction: column;
}
.admin-bar #toolbar {
  padding-top: 40px;
}
#main-menu-column {
  align-self: stretch;
  width: 100% !important;
  height: 50vh;
}
#second-column-menu {
  align-self: stretch;
  width: 100% !important;
  height: 50vh;
}
#main-content {
  padding-left: 64px;
  width: 100%;
}
#logo-icon {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease;
}
#my_menu {
  transition: margin 0.3s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#my_menu .column-menu h4 {
  color: white;
  font-weight: 100;
}
#my_menu .column-menu ul {
  list-style: none;
  padding-left: 0;
}
#my_menu .column-menu ul li {
  padding-bottom: 16px;
}
#my_menu .column-menu ul li a {
  color: #006990;
  font-size: 1.1rem;
}
#UP_main_logo a img {
  width: 72px;
}
#burguer_menu {
  width: 32px;
  margin-left: 4px;
}
#icons-group a img {
  width: 24px;
  margin-left: 10px;
}
#icons-group .btn-icon {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 16px;
  line-height: 0;
  cursor: pointer;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: background 0.45 ease;
}
#icons-group .btn-icon path {
  transition: stroke 0.4s ease;
}
#icons-group .btn-Active {
  background-color: #ed8b04;
  margin-right: -10px;
}
#icons-group .btn-Active path {
  stroke: #fff;
}
/*  GENERAL ELEMENTS */
#up_mega_menu h5 {
  color: #fff;
  font-size: 1.6rem;
}
#up_mega_menu span a {
  color: #006990;
  background-color: #b7c9da;
  display: block;
  font-size: 1rem;
  color: #006990;
  transform: all 0.4s ease;
  padding: 8px 4px;
  transition: all 0.3s ease;
  line-height: 1.5;
}
#up_mega_menu span a:hover {
  background-color: #006990;
  color: #b7c9da;
  padding: 8px 8px 8px 8px;
}
.elementor-element.elementor-button-success .elementor-button {
  color: #006990;
  background-color: #b7c9da;
  text-align: left;
  line-height: 1.2rem;
  padding-left: 0px;
  padding-right: 8px;
}
.elementor-element.elementor-button-success .elementor-button:hover {
  background-color: #006990;
  color: #b7c9da;
  padding-left: 8px;
  padding-right: 8px;
}
.header-slider .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1600px;
}
.elementor-menu-anchor {
  height: 1px;
  display: block;
  transform: translateY(-150px);
}
.dialog-message {
  font-size: 1rem;
}
.elementor-section-full_width {
  padding: 0 24px;
}
.lead {
  font-size: 1.2rem;
}
.lead p {
  color: #4f4f4f !important;
  margin-bottom: 1rem !important;
}
.column-title-h1 .elementor-widget-heading, .column-title-h1 .elementor-widget-text-editor {
  max-width: 600px !important;
}
h1.elementor-heading-title {
  position: relative;
  padding-bottom: 24px !important;
  font-size: 3.5rem;
  margin-bottom: 24px !important;
  font-weight: 400 !important;
}
h1.elementor-heading-title small {
  font-size: 1rem;
  font-weight: bold;
}
h1.elementor-heading-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 96px;
  height: 8px;
  background-color: #006990;
  border-right: solid 8px #ea4f3d;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
h2 {
  font-size: 2.8rem;
	 font-weight: 400 !important;
}
h3, h4, h5, h6 {
   font-weight: 400 !important;
}
.programme-card.first-card {
  -webkit-border-top-left-radius: 16px;
  -moz-border-radius-topleft: 16px;
  border-top-left-radius: 16px;
}
.programme-card.second-card {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
}
.programme-card h3.elementor-heading-title {
  font-weight: 300 !important;
  font-size: 1.6em;
  color: #4f4f4f !important;
  position: relative;
  padding-bottom: 20px;
}
.programme-card h3.elementor-heading-title:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 2px;
  background-color: #ea4f3d;
  border-right: solid 8px #006990;
  bottom: 0;
}
.programme-card .h4-no-margin {
  margin-bottom: 4px;
}
.programme-card h4.elementor-heading-title {
  font-weight: bold;
  font-size: 1.1em;
  color: #4f4f4f !important;
  margin-top: 16px;
}
.programme-card .elementor-element.elementor-button-info .elementor-button {
  background: transparent;
  color: #ea4f3d;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0;
  margin-bottom: 16px;
}
.section-title {
  margin-top: 80px;
  margin-bottom: 24px;
  text-align: center;
}
.section-title .elementor-widget-container h5 {
  font-weight: 100 !important;
  font-size: 1.6em;
  padding-bottom: 24px;
  position: relative;
}
.section-title .elementor-widget-container h5:before {
  width: 88px;
  height: 2px;
  background: #ea4f3d;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -44px;
}
section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark p, section.dark li, section.dark .elementor-text-editor, section.dark .elementor-icon-list-text, section.dark .elementor-icon-list-icon i {
  color: white !important;
}
section.dark .elementor-icon-list-text {
  text-decoration: underline;
}
.secondary {
  transform: translateY(72px);
}
.secondary:after {
  content: "";
  position: absolute;
  bottom: -72px;
  width: 100%;
  height: 72px;
  background: #006990;
  border-radius: 0px 0px 72px 0px;
  -moz-border-radius: 0px 0px 72px 0px;
  -webkit-border-radius: 0px 0px 72px 0px;
  border: 0px solid #000;
}
.col-50-left .elementor-widget-wrap {
  max-width: 600px;
  margin: 0 0 0 auto;
}
.col-50-right .elementor-widget-wrap {
  max-width: 600px;
}
.inside-column-40 .elementor-widget-container {
  max-width: 390px;
  margin-right: 16px;
  margin-left: auto;
}
.inside-column-40 .elementor-row {
  max-width: 390px;
  margin-right: 0;
  margin-left: auto;
}
.img-top-left .elementor-widget-container {
  background-color: white;
}
.img-top-left img {
  opacity: 0.99;
  border-radius: 72px 0px 0px 0px;
  -moz-border-radius: 72px 0px 0px 0px;
  -webkit-border-radius: 72px 0px 0px 0px;
}
.green-column, .blue-column, .red-column {
  color: white;
}
.green-column .elementor-tab-content, .blue-column .elementor-tab-content, .red-column .elementor-tab-content, .green-column .elementor-widget-heading.elementor-widget-heading .elementor-heading-title, .blue-column .elementor-widget-heading.elementor-widget-heading .elementor-heading-title, .red-column .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: white !important;
}
.green-column h1, .blue-column h1, .red-column h1, .green-column h2, .blue-column h2, .red-column h2, .green-column h3, .blue-column h3, .red-column h3, .green-column h4, .blue-column h4, .red-column h4, .green-column h5, .blue-column h5, .red-column h5, .green-column h6, .blue-column h6, .red-column h6, .green-column p, .blue-column p, .red-column p, .green-column li, .blue-column li, .red-column li, .green-column span, .blue-column span, .red-column span, .green-column td, .blue-column td, .red-column td, .green-column .elementor-widget-text-editor, .blue-column .elementor-widget-text-editor, .red-column .elementor-widget-text-editor {
  color: white !important;
}
.green-column h1 .elementor-heading-title, .blue-column h1 .elementor-heading-title, .red-column h1 .elementor-heading-title, .green-column h2 .elementor-heading-title, .blue-column h2 .elementor-heading-title, .red-column h2 .elementor-heading-title, .green-column h3 .elementor-heading-title, .blue-column h3 .elementor-heading-title, .red-column h3 .elementor-heading-title, .green-column h4 .elementor-heading-title, .blue-column h4 .elementor-heading-title, .red-column h4 .elementor-heading-title, .green-column h5 .elementor-heading-title, .blue-column h5 .elementor-heading-title, .red-column h5 .elementor-heading-title, .green-column h6 .elementor-heading-title, .blue-column h6 .elementor-heading-title, .red-column h6 .elementor-heading-title, .green-column p .elementor-heading-title, .blue-column p .elementor-heading-title, .red-column p .elementor-heading-title, .green-column li .elementor-heading-title, .blue-column li .elementor-heading-title, .red-column li .elementor-heading-title, .green-column span .elementor-heading-title, .blue-column span .elementor-heading-title, .red-column span .elementor-heading-title, .green-column td .elementor-heading-title, .blue-column td .elementor-heading-title, .red-column td .elementor-heading-title, .green-column .elementor-widget-text-editor .elementor-heading-title, .blue-column .elementor-widget-text-editor .elementor-heading-title, .red-column .elementor-widget-text-editor .elementor-heading-title {
  color: white;
}
.green-column a, .blue-column a, .red-column a {
  color: white;
  text-decoration: underline;
}
.green-column .elementor-tab-title, .blue-column .elementor-tab-title, .red-column .elementor-tab-title {
  background: rgba(255, 255, 255, 0.1);
}
.green-column .elementor-toggle-item a, .blue-column .elementor-toggle-item a, .red-column .elementor-toggle-item a {
  text-decoration: none;
  display: block;
  padding-left: 1em;
  line-height: 1.5;
}
.green-column:after, .blue-column:after, .red-column:after {
  content: "";
  width: 100%;
  height: 80px;
  left: 0px;
  position: absolute;
}
.red-column:after {
  bottom: -80px;
  background-color: #ea4f3d;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  border-bottom-right-radius: 80px;
}
.blue-column:after {
  top: -80px;
  background-color: #006990;
  -webkit-border-top-left-radius: 80px;
  -moz-border-radius-topleft: 80px;
  border-top-left-radius: 80px;
}
.green-column:after {
  top: -80px;
  background-color: #008160;
  -webkit-border-top-left-radius: 80px;
  -moz-border-radius-topleft: 80px;
  border-top-left-radius: 80px;
}
.green-column .up_drop_cap:after {
  background-color: #a7c7bb;
}
.nude-column:before {
  content: "";
  position: absolute;
  top: -80px;
  height: 80px;
  width: 100%;
  background-color: #f0e4d0;
  -webkit-border-top-left-radius: 80px;
  -moz-border-radius-topleft: 80px;
  border-top-left-radius: 80px;
}
/*  Number for intersections */
.up_drop_cap:after {
  content: "";
  width: 100%;
  height: 8px;
  bottom: -8px;
  left: 0;
  position: absolute;
  background-color: #f29a81;
}
.blue-column:after {
  background-color: #006990;
}
.blue-column .up_drop_cap:after {
  background-color: #b7c9da;
}
.column-50-full .elementor-heading-title, .column-50-full .elementor-widget-text-editor, .column-50-full .elementor-widget-container, .column-50-full .elementor-container {
  max-width: 560px !important;
  margin-left: 0;
}
.col50-inner-col {
  max-width: 570px;
}
.inside-fix-column-60 .elementor-container {
  margin-right: 0 !important;
}
.inside-fix-column-60 .elementor-heading-title, .inside-fix-column-60 .elementor-text-editor, .inside-fix-column-60 .elementor-row {
  max-width: 740px !important;
}
.align-right .elementor-container, .align-right .elementor-widget-container, .align-right .elementor-row {
  margin-right: 0;
  margin-left: auto;
}
.inside-fix-column-60_left {
  max-width: 740px !important;
}
.col60-inner-col {
  max-width: 740px !important;
  margin-right: 0;
  margin-left: auto;
}
.inner-column-40.elementor-inner-section, .inner-column-40 .elementor-row, .inner-column-40 .elementor-widget-container {
  max-width: 390px;
}
.elementor-default table td {
  border: 0 !important;
  font-size: 1rem;
  vertical-align: middle;
  padding: 10px;
}
.elementor-default table thead {
  background-color: rgba(234, 79, 61, 0.2);
  font-size: 1.2rem;
  font-weight: 700;
}
.elementor-default table tbody > tr:nth-child(odd) > td, .elementor-default table tbody > tr:nth-child(odd) > th {
  background: rgba(234, 79, 61, 0.1);
  border: 8px solid transparent;
}
.elementor-default table tbody > tr:nth-child(even), .elementor-default table tbody > tr:nth-child(even) {
  border: 1px solid rgba(234, 79, 61, 0.5) !important;
  margin: 8px 0;
}
.elementor-default table tbody tr:hover > td, .elementor-default table tbody tr:hover > th {
  background: rgba(234, 79, 61, 0);
}
.green-column table td, .blue-column table td, .red-column table td {
  border: 0 !important;
  font-size: 1.1rem;
  vertical-align: middle;
  padding: 10px;
}
.green-column table thead, .blue-column table thead, .red-column table thead {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  font-weight: 700;
}
.green-column table tbody > tr:nth-child(odd) > td, .blue-column table tbody > tr:nth-child(odd) > td, .red-column table tbody > tr:nth-child(odd) > td, .green-column table tbody > tr:nth-child(odd) > th, .blue-column table tbody > tr:nth-child(odd) > th, .red-column table tbody > tr:nth-child(odd) > th {
  background: rgba(255, 255, 255, 0.1);
  border: 8px solid transparent;
}
.green-column table tbody > tr:nth-child(even), .blue-column table tbody > tr:nth-child(even), .red-column table tbody > tr:nth-child(even), .green-column table tbody > tr:nth-child(even), .blue-column table tbody > tr:nth-child(even), .red-column table tbody > tr:nth-child(even) {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  margin: 8px 0;
}
.green-column table tbody tr:hover > td, .blue-column table tbody tr:hover > td, .red-column table tbody tr:hover > td, .green-column table tbody tr:hover > th, .blue-column table tbody tr:hover > th, .red-column table tbody tr:hover > th {
  background: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 768px) {
  #toolbar {
    display: none;
  }
  body.page-template {
    margin-left: 0;
  }
  .nude-column {
    transform: translateY(80px);
  }
  .up_drop_cap .elementor-size-xxl {
    font-size: 45px !important;
  }
  .elementor-widget-table-of-contents.elementor-sticky--active {
    bottom: 0px !important;
    top: auto !important;
  }
  .elementor-toc--minimized-on-tablet .elementor-toc__body {
    background: white;
  }
  #mobile_menu {
    position: fixed;
    top: 0;
    width: 100%;
  }
  h1.elementor-heading-title {
    font-size: 2.3em;
  }
}
@media only screen and (min-width: 1025px) {
  .toc_up {
    z-index: 999;
  }
 .elementor-widget-container .elementor-toc__header {
    display: none;
  }
	
  .elementor-widget-table-of-contents .elementor-widget-container {
    border: 0 !important;
  }
  .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-wrapper {
    display: table;
    width: 100%;
    border: 1px solid #006999;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-wrapper li {
    display: table-cell;
    text-align: center;
  }
  .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-wrapper li:last-child a {
    border-right: 0;
  }
  .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-wrapper li .elementor-toc__list-item-text-wrapper:before {
    display: none;
  }
  .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-wrapper li a {
    display: block;
    border-right: 1px solid #006999;
    width: 100%;
    padding: 10px 0;
    color: #006990;
  }
}
.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  background-color: #006990;
}
.elementor-slides-wrapper {
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-left-radius: 80px;
}
.blog-col-img-hd .elementor-column-wrap {
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-left-radius: 80px;
}
/* blog helpers for legacy styles */
.elementor-pagination {
  margin-top: 40px;
  margin-bottom: 24px;
}
.text_exposed_show {
  margin: 8px 0px;
  display: block;
}
.photo-column .elementor-column-wrap {
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-left-radius: 40px;
}

li.trigger:hover .dropdownsub {
    display: block !important;
}

.mydropdown {
  padding: 0px;
  margin: 0px;
}
.mydropdown ul {
  list-style-type: none;
	padding: 0;
}
.mydropdown  ul li {
  list-style: none;
	padding: 2px;
}
.mydropdown ul li p {
  display: block;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
 
}
.mydropdown .dropdownsub {
  display: none;  
}
.mydropdown .dropdownsub.active {
  display: block;
  width: 100px;
}
.mydropdown .dropdownsub.active li {
  padding: 2px 0px 2px 0px;
	list-style: none;
}
.mydropdown .dropdownsub.active a {
  color: white;
  background-color: black;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5%;
  padding: 10px 5px 10px 5px;
}

#navbarNav .navbar-nav .nav-link{
  color:#006990;
}
.jumbotron{
    background-color: #EDEDED;
    padding:60px 0px;
    margin-bottom:24px;
}
.jumbotron h1.display-4{
	color:#EA4F3D;
    font-family:Roboto, sans-serif;
    position:relative;
    margin-bottom:20px;
}
.jumbotron h1.display-4:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 96px;
    height: 8px;
    background-color: #006990;
    border-right: solid 8px #ea4f3d;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
