/*!
Theme Name: ESRA International
Theme URI: http://underscores.me/
Author: Entwane
Author URI: http://www.entwane.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esra-international
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ESRA International is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -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 */ }

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

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

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

/* 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: 'franklin', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

a:link, a:visited {
  color: #0ea4d2;
  text-decoration: none; }

a:hover, a:focus {
  color: #de2e87;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'franklin', Arial, sans-serif;
  text-transform: uppercase;
  color: #0ea4d2;
  line-height: 1.3em;
  padding: 10px 0 0 0;
  font-weight: normal; }

h1 {
  display: inline-block;
  height: auto;
  background: #de2e87;
  color: #fff;
  text-align: left;
  padding: 0 30px;
  font-size: 28px;
  margin: 0; }

h1.error {
  margin-top: 60px; }

h2 {
  font-size: 26px;
  letter-spacing: 0;
  margin: 10px 0; }

.thumb h2 {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 0;
  color: #FFF;
  background: #0ea4d2;
  padding: 0 30px;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0; }

h3.progs {
  display: inline-block;
  background: #de2e87;
  padding: 2px 15px;
  color: #FFF;
  margin-top: 0; }

h4 {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0; }

.home h4 {
  font-size: 16px; }

h5 {
  color: #0ea4d2;
  font-size: 19px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0; }

p, ul {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.5em; }

btn {
  padding: 5px 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 21px;
  background: #0ea4d2;
  color: #FFF; }

btn i {
  font-size: 18px !important;
  margin-right: 10px; }

btn:hover {
  background: #00c7ff; }

btn.rose {
  background: #de2e87; }

btn.rose:hover {
  background: #00c7ff; }

@font-face {
  font-family: 'franklin';
  src: url("../font/FranklinGothic-Cd-webfont.eot");
  src: url("../font/FranklinGothic-Cd-webfont.eot") format("embedded-opentype"), url("../font/FranklinGothic-Cd-webfont.woff") format("woff"), url("../font/FranklinGothic-Cd-webfont.ttf") format("truetype"), url("../font/FranklinGothic-Cd-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'franklin', sans-serif; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*: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/ */
  -webkit-box-sizing: inherit;
  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; }

img {
  width: 100%;
  height: auto; }

table.w100 {
  width: 100%; }

table.w50 {
  width: 50%; }

table {
  text-align: left;
  background: #f0f0f0;
  font-size: 18px;
  color: #666; }

table, th, td {
  border-collapse: collapse;
  border: 1px solid #FFF;
  padding: 10px; }

th {
  background: #0ea4d2;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.entry-content ul.accordion {
  padding: 0;
  list-style: none; }

.entry-content ul.accordion li {
  background: none;
  padding: 0; }

.accordion-title {
  display: block;
  margin: 0;
  padding: 0 7px;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  cursor: pointer;
  background: #0ea4d2;
  border: 1px solid #0ea4d2;
  border-bottom: 1px solid #FFF;
  color: #FFF; }

.accordion-title:hover {
  background: #00c7ff; }

.accordion-content {
  padding: 7px;
  color: #666;
  border: 1px solid #0ea4d2;
  border-top: 0; }

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;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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; }

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
--------------------------------------------------------------*/
.fa.fa-bars {
  position: absolute;
  left: calc(50% - 15px);
  font-size: 30px;
  color: #FFF;
  bottom: 20px; }

#hide {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  background: #0ea4d2;
  display: none; }

#hide nav {
  padding: 0; }

#hide nav i.fa-close {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 36px;
  line-height: 26px;
  color: #FFF; }

#hide nav ul {
  position: relative;
  height: auto;
  background: none;
  padding: 0; }

#hide nav ul li {
  display: block;
  padding: 0 0 0 0;
  background: none;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center; }

#hide nav ul li a:link, #hide nav ul li a:visited {
  color: #FFF; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: 14px;
    font-size: 0.875rem;
    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
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  max-width: 100vw; }

main {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background: #F0F0F0 url(../image/bg-content.png) top left no-repeat;
  margin: -25px 0 0 0; }

.clearfix {
  clear: both; }

.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0; }

.entry-content {
  background: #FFF;
  padding: 10px 30px 30px; }

.entry-content ul {
  padding: 10px 0;
  list-style: none; }

.entry-content ul li {
  padding: 0 0 5px 15px;
  line-height: 1.4em;
  background: url(../image/puce-bleue.png) no-repeat 0 10px; }

iframe {
  border: 1px solid #DDD; }

.thumb {
  position: relative; }

.thumb img {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  bottom: 0;
  width: 100%;
  height: auto;
  clear: both; }

.thumb h1 {
  position: absolute;
  bottom: 0;
  left: 0; }

.programs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px; }

.related {
  padding: 0 30px 0 0; }

.related.tiers {
  width: 33%; }

.related.demi {
  width: 50%; }

.related .thumb {
  width: 100%;
  position: relative;
  height: 200px;
  overflow: hidden; }

.related .thumb img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none; }

.related h2 {
  font-size: 21px;
  position: absolute;
  height: 35px;
  line-height: 35px;
  width: 100%;
  letter-spacing: 0;
  margin: -35px 0 8px 0;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0ea4d2;
  display: block; }

aside.entry-content {
  margin-top: 30px;
  text-align: center;
  font-size: 0; }

aside.entry-content h3 {
  margin: 10px 0; }

aside.entry-content h4 {
  margin: 0;
  color: #de2e87; }

aside.entry-content p {
  margin: 5px 0; }

aside.entry-content ul {
  margin: 0; }

aside.entry-content ul li {
  background: none;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0; }

aside.entry-content i {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0ea4d2;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  color: #FFF; }

aside.entry-content i:hover {
  background: #de2e87; }

aside.entry-content hr {
  margin: 40px 10px 20px;
  color: #0ea4d2;
  border: 0;
  background: #0ea4d2;
  height: 1px; }

.col-1 {
  width: 100%; }

.col-2 {
  width: calc(50% - 25px);
  padding: 0 10px;
  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; }

.col-3 {
  width: 33%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top; }

.col-32 {
  width: 66%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top; }

.col-4 {
  width: 25%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top; }

.crop {
  position: relative;
  width: calc(100% + 10px);
  height: calc(1200px / 3 - 60px);
  margin: 1em 0 1em -10px;
  overflow: hidden;
  text-align: center; }

.intext {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none; }

.form {
  text-align: left;
  padding: 0; }

.form .col-3 {
  padding-right: 30px; }

.contact {
  margin-top: 30px; }

.contact .col-3, .contact .col-32 {
  text-align: left; }

.contact .col-32 .col-2 {
  padding: 0 20px 0 0;
  width: 50%; }

.contact.col-2 {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

form span.wpcf7-list-item {
  margin: 0 1em 0 0; }

form input, form select {
  width: 100%;
  border-radius: 0 !important;
  font-family: 'franklin', Arial, sans-serif; }

form [type="submit"] {
  width: auto;
  padding: 5px 20px;
  background: #de2e87;
  color: #FFF;
  border: 0;
  text-transform: uppercase;
  margin-top: 25px;
  cursor: pointer;
  font-size: 21px; }

form [type="submit"]:hover {
  background: #0ea4d2;
  color: #FFF; }

form [type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto; }

form .wpcf7-list-item-label {
  display: inline-block; }

form div.wpcf7-response-output {
  border: 0 !important;
  color: #666;
  font-size: 18px;
  padding: 20px 0;
  margin: 0; }

header {
  position: relative;
  height: 320px;
  text-align: center; }

header.home {
  height: 520px; }

.site-branding {
  width: 100%;
  height: 100%;
  background: url(../image/head-blue.jpg) no-repeat center top;
  background-size: cover; }

.site-title {
  display: none; }

.logo {
  width: 300px;
  max-width: 500px;
  height: auto;
  margin: 40px auto;
  display: inline-block; }

.home .logo {
  width: 500px;
  margin: 90px auto; }

.site-description {
  border: solid 3px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin: 0 auto 80px auto; }

.home .site-description {
  font-size: 30px; }

nav ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58px;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
  font-size: 0; }

nav ul li {
  display: inline-block;
  height: 100%;
  font-size: 0; }

nav ul li a {
  padding: 0 20px;
  font-family: 'franklin', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 58px;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  outline: none; }

nav ul li a:link, nav ul li a:visited {
  color: #FFF; }

nav ul li a:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

nav ul li.current_page_item a {
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  border: none; }

footer {
  background: url(../image/bg-footer.png) bottom left repeat-x;
  padding: 30px;
  text-align: center;
  color: #FFF; }

a:link, a:visited {
  color: #0ea4d2;
  text-decoration: none; }

a:hover, a:focus {
  color: #de2e87;
  text-decoration: none; }

.acf-map {
  width: 60%;
  float: left;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 30px 20px 0; }

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

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

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/* Scss Document */
.phone {
  display: none; }

@media (max-width: 1200px) {
  .wrapper {
    width: 1000px; }
  iframe {
    height: calc((1000px - 60px) / 16 * 9); }
  btn {
    font-size: 19px; }
  btn i {
    font-size: 16px !important;
    margin-right: 5px; }
  aside.entry-content ul li {
    margin: 0 10px 0 0;
    padding: 0; } }

@media (max-width: 1100px) {
  .wrapper {
    width: 96%;
    margin: 0 2%; }
  iframe {
    height: calc((90vw - 60px) / 16 * 9); }
  header.home, header {
    height: 240px; }
  .logo, .home .logo {
    width: 200px;
    height: auto;
    margin: 30px auto; }
  .site-description, .home .site-description {
    border: solid 1px #fff;
    padding: 0 10px;
    font-size: 18px;
    margin: 0 auto 20px auto; }
  .phone {
    display: block; }
  .desktop {
    display: none !important; } }

@media (max-width: 900px) {
  .acf-map {
    width: 100%;
    float: none;
    margin: 20px 0; }
  btn {
    display: block;
    margin: 0 0 10px 0;
    text-align: center; }
  btn.link {
    margin: 0 10px 0 0; }
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  .home h4 {
    font-size: 14px; }
  .related h2 {
    font-size: 16px; }
  aside.entry-content ul li {
    margin: 0 7px 0 0; }
  aside.entry-content i {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #FFF; } }

@media (max-width: 700px) {
  .ms-thumb-list {
    display: none; }
  .master-slider {
    margin: 0 !important; }
  .thumb h1 {
    bottom: -40px; }
  .entry-content {
    margin-top: 40px;
    padding: 10px; }
  h1 {
    font-size: 20px;
    padding: 0 10px; }
  h2 {
    font-size: 18px; }
  h3 {
    font-size: 16px; }
  h4 {
    font-size: 14px; }
  .home h4 {
    font-size: 13px; }
  p {
    font-size: 13px; }
  table {
    font-size: 13px; }
  .programs {
    display: block; }
  btn.link {
    margin: 0 0 10px 0; }
  .related {
    width: 100%;
    padding: 0; }
  .programs .related:last-child, .programs .related:first-child {
    padding: 0; }
  .col-3, .col-32 {
    width: 100%;
    padding: 0;
    display: block; }
  .col-32 {
    margin: 0 !important;
    padding: 0 !important; }
  .crop {
    width: 100%;
    height: auto;
    margin: 1em 0 1em 0; }
  .intext {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: none; }
  table.w50 {
    width: 100%; }
  btn {
    font-size: 16px;
    padding: 2px 5px; }
  btn i {
    font-size: 12px !important; } }

@media (max-width: 400px) {
  nav ul li a {
    line-height: 40px; }
  .ms-nav-next, .ms-nav-prev {
    display: none; } }

@media (max-width: 350px) {
  header.home, header {
    height: 170px; }
  .logo, .home .logo {
    margin: 15px auto; }
  .site-description, .home .site-description {
    padding: 0 7px;
    font-size: 16px;
    margin: 0 auto 10px auto; }
  .fa.fa-bars {
    left: calc(50% - 12px);
    font-size: 24px;
    bottom: 10px; }
  .wrapper {
    padding: 40px 0; } }


#forminator-module-688 {
  max-height: 500px;
  overflow: scroll;
  padding-right: 30px !important;
}