
.org-overlay.is-blue:before,.org-overlay.is-gradient_brand:before,.org-overlay.is-green:before,.org-overlay.is-purple:before,.org-overlay.is-yellow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5
}

@supports (mix-blend-mode: color) {
    .org-overlay.is-blue:before,.org-overlay.is-gradient_brand:before,.org-overlay.is-green:before,.org-overlay.is-purple:before,.org-overlay.is-yellow:before {
        mix-blend-mode:color;
        opacity: .97
    }
}

.org {
    position: relative;
    width: 100%;
    height: calc(63.7vw - 60px);
    max-height: 372px;
    max-width: 584px;
    margin-bottom: 30px
}

@media (max-width: 420px) {
    .org {
        height:calc(80vw - 60px)
    }
}

.org:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    transition: opacity .35s ease
}

.org:hover:before {
    opacity: .5
}

.org:hover .org-content,.org:hover .org-title {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 678px) {
    .org {
        height:372px
    }
}

@media (min-width: 1280px) {
    .org {
        max-width:none
    }
}

.org.is-large {
    width: 100%;
    height: calc(110.7vw - 60px);
    max-height: 764px
}

@media (min-width: 768px) {
    .org.is-large {
        height:calc(110.7vw - 120px)
    }
}

@media (min-width: 1024px) {
    .org.is-large {
        height:764px
    }
}

@media (min-width: 1280px) {
    .org.is-large {
        width:unset;
        -ms-flex: 1 1 682px;
        flex: 1 1 682px
    }
}

.org.is-large .org-title {
    -ms-transform: translateY(-50%) translateY(55.35vw) translateY(-60px);
    transform: translateY(-50%) translateY(55.35vw) translateY(-60px)
}

@media (min-width: 480px) {
    .org.is-large .org-title {
        -ms-transform:translateY(-50%) translateY(55.35vw) translateY(-100px);
        transform: translateY(-50%) translateY(55.35vw) translateY(-100px)
    }
}

@media (min-width: 678px) {
    .org.is-large .org-title {
        -ms-transform:translateY(-50%) translateY(185px);
        transform: translateY(-50%) translateY(185px)
    }
}

.org.is-large .org-content {
    -ms-transform: translateY(110.7vw) translateY(-100px);
    transform: translateY(110.7vw) translateY(-100px);
    z-index: 2
}

@media (min-width: 678px) {
    .org.is-large .org-content {
        -ms-transform:translateY(730px);
        transform: translateY(730px)
    }
}

.org.is-large:hover .org-content,.org.is-large:hover .org-title {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.org-inner {
    position: relative;
    padding: 23px;
    overflow: hidden
}

@media (min-width: 480px) {
    .org-inner {
        padding:33px
    }
}

.org-content-con {
    position: absolute;
    top: 50%;
    right: 23px;
    left: 23px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

@media (min-width: 480px) {
    .org-content-con {
        left:33px;
        right: 33px
    }
}

.org-title {
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.25;
    position: relative;
    color: #fff;
    font-size: 1.16667rem;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgba(0,0,0,.8);
    text-transform: uppercase;
    z-index: 2;
    transition: transform .35s ease;
    -ms-transform: translateY(-50%) translateY(36.85vw) translateY(-80px);
    transform: translateY(-50%) translateY(36.85vw) translateY(-80px)
}

@media (max-width: 420px) {
    .org-title {
        -ms-transform:translateY(-50%) translateY(45vw) translateY(-80px);
        transform: translateY(-50%) translateY(45vw) translateY(-80px)
    }
}

@media (min-width: 480px) {
    .org-title {
        -ms-transform:translateY(-50%) translateY(36.85vw) translateY(-100px);
        transform: translateY(-50%) translateY(36.85vw) translateY(-100px)
    }
}

@media (min-width: 678px) {
    .org-title {
        font-size:1.25rem;
        -ms-transform: translateY(-50%) translateY(120px);
        transform: translateY(-50%) translateY(120px)
    }
}

@media (min-width: 768px) {
    .org-title {
        font-size:1.66667rem
    }
}

@media (min-width: 1280px) {
    .org-title {
        padding:15px
    }
}

@media (min-width: 1600px) {
    .org-title {
        font-size:1.83333rem
    }
}

.org-content {
    color: #fff;
    position: relative;
    padding: 0 10px;
    transition: transform .35s ease;
    -ms-transform: translateY(63.7vw) translateY(-100px);
    transform: translateY(63.7vw) translateY(-100px);
    z-index: 2;
    font-size: 1rem;
    line-height: 1.25;
    text-align: left
}

@media (max-width: 420px) {
    .org-content {
        -ms-transform:translateY(80.7vw) translateY(-100px);
        transform: translateY(80.7vw) translateY(-100px)
    }
}

@media (max-width: 420px) {
    .org-content {
        font-size:.83333rem
    }
}

@media (min-width: 678px) {
    .org-content {
        -ms-transform:translateY(350px);
        transform: translateY(350px);
        font-size: 1.25rem
    }
}

@media (min-width: 768px) {
    .org-content {
        font-size:1.41667rem
    }
}

@media (min-width: 1280px) {
    .org-content {
        font-size:1.16667rem;
        padding: 0 30px
    }
}

@media (min-width: 1600px) {
    .org-content {
        font-size:1.41667rem
    }
}

.org-content p {
    margin: 0
}

.org-content a,.org-content h3,.org-content h4,.org-content h5 {
    color: #fff
}

.org-con {
    background: #fff;
    text-align: center
}

.org-con h1 {
    margin: 30px 0 0;
    padding: 0 30px
}

@media (min-width: 768px) {
    .org-con h1 {
        margin:60px 0 0
    }
}

@media (min-width: 1024px) {
    .org-con h1 {
        margin:90px 0 0
    }
}

.org-constrain-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1920px;
    padding: 30px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .org-constrain-content {
        padding:60px
    }
}

@media (min-width: 1024px) {
    .org-constrain-content {
        padding:90px
    }
}

@media (min-width: 1280px) {
    .org-constrain-content {
        -ms-flex-direction:row;
        flex-direction: row;
        padding: 90px 0
    }
}

.org-first-col,.org-last-col {
    width: 100%;
    max-width: 584px
}

@media (min-width: 1280px) {
    .org-first-col,.org-last-col {
        width:unset;
        -ms-flex: 1 0 calc(33.3333% - 20px);
        flex: 1 0 calc(33.3333% - 20px)
    }

    .org-first-col .org:first-of-type,.org-last-col .org:first-of-type {
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .org-first-col {
        margin-right:30px
    }
}

@media (min-width: 1280px) {
    .org-last-col {
        margin-left:30px
    }
}

.org-last-col .org:last-of-type {
    margin-bottom: 0
}

.org-inner {
    width: 100%;
    height: 100%
}

.org-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.org-overlay:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 3px solid #fff;
    z-index: 2
}

@media (min-width: 480px) {
    .org-overlay:after {
        width:calc(100% - 60px);
        height: calc(100% - 60px);
        left: 30px;
        top: 30px
    }
}

.org-overlay.is-yellow:before {
    background: #ffb71b
}

.org-overlay.is-blue:before {
    background: #0076a3
}

.org-overlay.is-green:before {
    background: #1fb114
}

@supports (mix-blend-mode: soft-light) {
    .org-overlay.is-green:before {
        mix-blend-mode:soft-light
    }
}

.org-overlay.is-purple:before {
    background: #7415bd
}

.org-overlay.is-gradient_brand:before {
    background: linear-gradient(to right,#ef2637,#dd5c07)
}

@supports (mix-blend-mode: soft-light) {
    .org-overlay.is-gradient_brand:before {
        mix-blend-mode:soft-light
    }
}

.org-con+.freemarker .testimonial-con-inner {
    padding-top: 0
}.menu-component {
	position: relative;
	display: inline-block;
}

.menu-component .menu-items {
	position: absolute;
	top: 1.5em;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.menu-component li.menu {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu-component li.menu ul.menu-items {
	top: 0;
	left: 100%; /* Override if necessary based on position on page */
}

.menu-component .menu a.menu-item,
.menu-component .menu span.menu-item {
	display: block;
	width: 10em;
	color: #000;
	text-decoration: none;
	padding: 4px .5em;
	margin: 0;
}

.menu-component .menu a.menu-item:hover {
	background-color: #aaa;
}

.menu-component .menu span.menu-item {
	color: #666;
}

.menu-component .parent-menu > a.menu-item {
	background-image: url(/_resources/all/docroot/miwt/component/images/menu-expand.gif);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.menu-component ul {
	display: none;
}

.menu-component.active > ul,
.menu-component.active li:hover > ul {
	display: block;
}
div.window {
	background-color: #eee;
	border-style: ridge;
	border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
}

.titlebar_row td {
	height: 1.2em;
}

td.activewindowtitle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

td.windowbuttons {
	color: ButtonText;
	margin: 0;
	font-size: .8em;
	text-align: right;
}

td.inactivewindowtitle {
	background-color: InactiveCaption;
	font-weight: bold;
	color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

div.windowcontent {
	color: WindowText;
	background-color: #fafcff;
	border: 1px outset #777;
	overflow: auto;
	position: absolute;
	top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.windowresize_sw,
.windowresize_se,
.windowresize_nw,
.windowresize_ne {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	cursor: ne-resize;
}

.windowresize_sw {
	cursor: sw-resize;
}

.windowresize_se {
	cursor: se-resize;
}

.windowresize_nw {
	cursor: nw-resize;
}

/* OptionDialog. */
table.OptionDialogButtons,
table.OptionDialog {
	margin: 0 auto;
}

/* Progress Dialog. */
.miwt-ajax-progress {
	padding: 16px;
	min-width: 200px;
	min-height: 85px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	z-index: 10001;

	position: absolute;
	top: 100px;
	left: 100px;
	font-family: Arial, Verdana, sans-serif;
	color:#555;
}
.miwt-ajax-progress progress {
	margin-top: 16px;
	width: 100%;
}

a[disabled] {
	color: gray;
	text-decoration: none;
}.dnd-feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.dnd-dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
.miwt-table button.configure,
.miwt-tree button.configure {
	width: 16px;
	height: 16px;
	padding-left: 16px;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(/_resources/all/docroot/miwt/component/images/cog-16x16.png) no-repeat center;
	vertical-align: text-top;
}

.miwt-config-wrapper {
	padding: 0;
	border: 1px solid #e7e7e7;
}

.miwt-config {
	min-width: 250px;
}

.miwt-config ul {
	list-style: none;
	padding: 0 15px 0 0;
	margin: 0;
}

.miwt-config ul li {
	margin-bottom: 4px;
}

.miwt-config ul li input[type="checkbox"] {
	margin-right: 4px;
}

.miwt-config-option {
	margin-bottom: .75rem;
}

.miwt-config-option-label {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px 6px;
	background: #e7e7e7;
}

.miwt-config-option-value {
	margin: 0 0 0 1rem;
}

.miwt-config-actions {
	float: right;
	padding: 2px 0;
}

.miwt-select-all-rows,
.miwt-clear-row-selection {
	display: none;
}

.miwt-select-visible .miwt-select-all-rows {
	display: table-row-group;
}

.miwt-select-model .miwt-clear-row-selection {
	display: table-row-group;
}

.miwt-select-all-rows .selection-action,
.miwt-clear-row-selection .selection-action {
	cursor: pointer;
	text-decoration: underline;
}
/*
 * Copyright (c) Interactive Information R & D (I2RD) LLC.
 * All Rights Reserved.
 *
 * This software is confidential and proprietary information of
 * I2RD LLC ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered
 * into with I2RD.
 */

.miwt-prompt {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	outline: 0;
}

.miwt-prompt .prompt-dialog {
	position: relative;
	width: auto;
	margin: 30px auto;
	max-width: 600px;
}

.miwt-prompt .prompt-content {
	position: relative;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
	background-color: #fff;
}

.miwt-prompt .prompt-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-header:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt .prompt-title {
	margin: 0;
	line-height: 1.5;
}

.miwt-prompt .prompt-body {
	position: relative;
	padding: 15px;
}

.miwt-prompt .prompt-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-footer:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
