
/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/fa-solid-900.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'Roboto-Italic';
	font-style: normal;
	font-weight: 100 900;
	src: url('/fonts/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100 900;
	src: url('/fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
	font-display: swap;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'Roboto';
	font-size: 16px;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive),
.container-fluid img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #333333;
	font-weight: 700;
	text-decoration: underline;
}

a:hover
{
	color: #0075B3;
	text-decoration: none;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2684D8;
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0075B3;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	appearance: none;
}

input[type="submit"]:hover
{
	background-color: #5C5E61;
}

input[type="submit"]:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: 'Roboto';
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #d7d7d7;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

div.container-max-width
{
	max-width: 1200px;
}

.embeddedContent[data-resizetype="responsive"],
.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embeddedContent[data-resizetype="responsive"] iframe,
.rem-responsive-16x9-video iframe,
.rem-responsive-16x9-video object,
.rem-responsive-16x9-video embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Uncomment for custom bullets */

.container ul
{
	padding-left: 12px;
	padding-top: 5px;
}

.container ul li
{
	position: relative;
	list-style: none;
	padding-bottom: 5px;
	line-height: 1.4;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -11px;
    color: #333333;
    font-size: 14pt;
    top: 0;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	.mobile-left
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin: 0 auto 0 0 !important;
		text-align: center!important;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.mobile-right
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin: 0 0 0 auto !important;
		text-align: center !important;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both !important;
		display: flex !important;
		margin: 0 auto 0 0 !important;
		text-align: center !important;
	}

	.mobile-centered-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-right-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 0 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-mobile-only
	{
		display: none;
	}

    #desktop_search_button
	{
		font-family: font_awesome !important;
		text-decoration: none;
		font-size: 20pt;
		color: #9E9E9E;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #000000 !important
	}

	#search_form
	{
		position: absolute;
		right: 40px;
		top: 0;
	    z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
        border-radius: 3px;
		font-family: 'Roboto';
        font-size: 12pt;
        color: #5a5a5a;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
        transition: all 200ms;
	}

	#search_form #search_field.open
	{
		width: 300px;
		opacity: 1;
		padding: 8px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: 0;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

    #search_form #search_field:hover
    {
        background-color: #f4f4f4;
    }
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#block_output_container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo
	{
		display: inline-block;
		margin-left: 15px;
		margin-top: 7px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 73px;
	    width: 100%;
		background: transparent;
	    z-index: 10000;
		background-color: #0E1E27;
	}

	div#header-mobile-only::after
	{
	    clear: both;
	    content: "\00a0";
	    display: block;
	    height: 0;
	    font: 0px/0 serif;
	    overflow: hidden;
	}

	div#header-mobile-only.not-at-top
	{
		background: #0E1E27;
	}

	div#header-mobile-only a#mobile-header-logo
	{
		position: relative;
		z-index: 2;
		text-decoration: none !important;
	}

	div#header-mobile-only #mobile-header-logo span
	{
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		padding-left: 5px;
	}


   	#mobile_search_button:link,
	#mobile_search_button:active,
	#mobile_search_button:visited,
	#mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}

    #search_form
    {
        position: fixed;
        top: 65px;
        left: 15px;
		height: 0;
        z-index: 999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: -65px;
       	height: 0;
		width: calc(100vw - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-family: 'Roboto';
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		transition: all 200ms;
    }

    #search_form #search_field.open
	{
		transform: translateY(65px);
		height: 40px;
		opacity: 1;
		padding: 3px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: calc(100vw - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}

/* Lightbox Styles */
.sl-overlay
{
	background: #000000 !important;
	opacity: 0.8 !important;
}

.sl-wrapper .sl-close
{
	font-size: 28pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-counter
{
	font-size: 16pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next
{
	font-size: 30pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-image .sl-caption
{
	font-size: 16pt !important;
}

.sl-wrapper .sl-image .description
{
	font-size: 12pt !important;
}

.sl-wrapper .sl-image .lightbox-link
{
	margin-top: 10px !important;
}

.sl-wrapper .sl-image a:link,
.sl-wrapper .sl-image a:active,
.sl-wrapper .sl-image a:visited
{
	font-size: 12pt !important;
}

@media screen and (max-width:1200px)
{
	.sl-wrapper .sl-close
	{
		right: 20px !important;
    	top: 80px !important;
	}
}

.background-image-wrapper
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-size: cover;
}

.forced-white-text *
{
	color: #ffffff !important;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#header-desktop #menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1500;
		left: 0;
		width: 100%;
		max-height: calc(100% - 60px);
		box-shadow: -1px -2px 20px 0px rgba(0,0,0,0.5);
		overflow-y: auto;
		background-color: rgba(255,255,255,0.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #0E1E27;
		max-width: 2000px;
		margin: 0 auto !important;
	}

	#header-desktop a.header-logo
	{
		position: relative;
		z-index: 2;
		text-decoration: none !important;
	}

	#header-desktop .header-logo span
	{
		font-family: 'Roboto', sans-serif;
		font-size: 28px;
		font-weight: 500;
		color: #ffffff;
		padding-left: 25px;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1340px;
		margin: 0 auto;
		padding: 28px 0;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/

body > footer
{
	border-top: 2px solid #A3A5A8;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	transition: color 150ms;
	margin-top: 20px;
}

@media screen and (max-width: 1200px)
{
	body > footer .copyright-container
	{
		text-align: center;
	}
}

body > footer .copyright-container a:hover
{
	color: #0075B3;
}

#footer-logo span
{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #616467;
	padding-left: 14px;
}

a#footer-logo
{
	text-decoration: none !important;
}

.contact-information
{
	margin-top: 35px;
}

.contact-information a:link,
.contact-information a:active,
.contact-information a:visited
{
	text-decoration: none !important;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 1200px)
{
	.contact-information
	{
		text-align: center;
	}
}

.follow-us
{
	margin: 0 auto;
	padding-top: 27px;
	display: block;
	font-size: 15px;
}

@media screen and (max-width: 1200px)
{
	.follow-us
	{
		text-align: center;
	}
}

.follow-us span
{
	margin-right: 8px;
	position: relative;
	top: 5px;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.ww_p_call_out
{
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

@media screen and (max-width: 768px)
{
	.ww_p_call_out
	{
		font-size: 22px;
	}
}

h1,
h1.ww_h1
{
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	color: #333333;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h1 strong,
h1 strong.ww_h1
{
	font-weight: 700;
	color: #0075B3;
}

h2,
h2.ww_h2
{
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #333333;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h2 strong,
h2 strong.ww_h2
{
	font-weight: 700;
	color: #0075B3;
}

h3,
h3.ww_h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1200px)
{
	h1,
	h1.ww_h1
	{
		font-size: 34px;
	}

	h2,
	h2.ww_h2
	{
		font-size: 32px;
	}

	h3,
	h3.ww_h3
	{
		font-size: 28px;
	}

	h4,
	h4.ww_h4
	{
		font-size: 26px;
	}

	h5,
	h5.ww_h5
	{
		font-size: 24px;
	}

	h6,
	h6.ww_h6
	{
		font-size: 23px;
	}
}

.ww_emphasis
{
	font-weight: 700;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-weight: bold;
	font-style: italic;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0075B3;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #5C5E61;
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #5C5E61;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #0075B3;
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0E1E27;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #0075B3;
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/

/* .blue-corner.banner:before
{
	content: url('/images/blue-corner.png');
	position: relative;
	top: -25px;
	left: -40px;
	display: block;
    width: 100%;
    height: 0;
} */

/* .blue-corner:before
{
	content: url('/images/blue-corner.png');
	position: relative;
	top: -45px;
	left: -45px;
	display: block;
    width: 100%;
    height: 0;
} */

.blue-corner:before
{
	content: url('/images/blue-corner.png');
	position: relative;
	top: -48px;
	left: -48px;
	display: block;
    width: 100%;
    height: 0;
}

@media screen and (max-width: 1200px)
{
	.blue-corner:before
	{
		display: none;
	}
}

.blue-corner.image:before
{
	content: url('/images/blue-corner.png');
	position: relative;
	top: -25px;
	left: -25px;
	display: block;
    width: 100%;
    height: 0;
}

@media screen and (max-width: 1200px)
{
	.blue-corner.image:before
	{
		display: none;
	}
}

.transparent-right-container
{
	position: relative;
    z-index: 1;
	/* padding: 65px; */
}

@media screen and (max-width: 1200px)
{
	.transparent-right-container
	{
		padding: 45px;
	}
}

@media screen and (max-width: 768px)
{
	.transparent-right-container
	{
		padding: 25px;
	}
}

.transparent-right-container::before 
{
	content: '';
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 670px;
    height: 355px;
    left: -50px;
    top: -40px;
    z-index: -1;
}

@media screen and (max-width: 1200px)
{
	.transparent-right-container::before
	{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}

.transparent-right-container .transparent-right-description 
{
    position: relative;
    display: block;
    margin: 15px auto;
}

.gallery-title
{
	padding-top: 90px !important;
	padding-bottom: 40px !important;
}

@media screen and (max-width: 1200px)
{
	.gallery-title
	{
		font-size: 38px !important;
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px)
{
	.instagram-title
	{
		text-align: center;
	}

	.instagram-title p
	{
		text-align: center !important;
	}
/* 
	.instagram-title p a
	{
		margin-bottom: 25px;
	} */
}

.instagram-widget-container 
{
    overflow: hidden;
	text-align: center;
}