
  
@charset "utf-8";

/* GiftPlanning.com - Crescendo Interactive (C) Copyright 2022 */

/***********************************************/
/**************** GLOBAL STYLES ****************/
/***********************************************/

/* License for Roboto Google Font
http://www.giftplanning.com/fonts/google/Roboto/2_001152/LICENSE.txt */
@font-face {
    font-family: Roboto;
    src: url(/fonts/google/Roboto/2_001152/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
}


/* License for Bitter Google Font
http://www.giftplanning.com/fonts/google/Bitter/1_001/OFL.txt */
@font-face {
    font-family: Bitter;
    src: url(/fonts/google/Bitter/1_001/Bitter-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Bitter;
    src: url(/fonts/google/Bitter/1_001/Bitter-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Bitter;
    src: url(/fonts/google/Bitter/1_001/Bitter-Bold.ttf) format('truetype');
    font-weight: 700;
}

/* License for Raleway version 4.026 Google Font
http://www.giftplanning.com/fonts/google/Raleway/4_026/OFL.txt */
@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Thin.ttf) format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-ExtraLight.ttf) format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Light.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Medium.ttf) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-SemiBold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-ExtraBold.ttf) format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Black.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-ExtraLightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-ExtraBoldItalic.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Ralewayv4_026;
    src: url(/fonts/google/Raleway/4_026/Raleway-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
}


:root {
     --font1:  'Ralewayv4_026'; /* Body text font */
     --font2: 'Bitter'; /* Headline font */
}

@font-face {
	font-family: "atomicmarker";
	src: url("https://www.aquinas.edu/_resources/fonts/AtomicMarker.woff2") format("woff2"),
		url("https://www.aquinas.edu/_resources/fonts/AtomicMarker.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: Muli;
  src: url(/fonts/Muli-Regular.ttf) format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Lora;
  src: url(/fonts/Lora-Bold.ttf) format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: "Cres Social Icons";
  src: url("/fonts/cressocialicons.ttf");
}

* {
    box-sizing: border-box;
}
 
.container, #cres_onecol, #cres_twocol {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0 auto;
} 
 
body {
  font: 400 1.25em/1.4 var(--font1);
  color: var(--Main-Text-Color, #000);
  margin: 0 auto;
  background-color: #eee;
  box-sizing: border-box;
  max-width: 2500px;
  font-family: var(--font1);
}

#cres_content a, #cres_footer a, #cres_resources a, #cres_advisors a {
  text-decoration: none;
  color: var(--Link-Color);
}

#cres_content a:visited, #cres_footer a:visited, #cres_resources a:visited, #cres_advisors a:visited {
    color: var(--Link-Visited-Color);
}

#cres_content a:hover, #cres_footer a:hover, #cres_resources a:hover, #cres_advisors a:hover {
  color: var(--Link-Hover-Color);
}

#cres_content img {
  border: none;
}

#cres_content a img, #cres_content a svg {
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.5s ease 0s;
}

#cres_content a img:hover, #cres_content a svg:hover {
    -ms-transform: scale(0.97,0.97);
    -webkit-transform: scale(0.97,0.97);
    transform: scale(0.97,0.97);
    transition: all 0.5s ease 0s;
    opacity: 0.8;
}

#cres_content .cres_nowrap, #cres_resources .cres_nowrap {
    white-space: nowrap;
}

main {
    display: block; /* IE11 fix */
}

table {
  font-size: inherit; /* Global font size fix for tables */
  line-height: inherit;
}

#cres_content, #cres_footer {
    background-color: #fff;
}

#cres_content h1, #cres_content h2, #cres_content h3, #cres_content h4, #cres_footer h4, #cres_interiortitle {
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.15em;
}

#cres_content h1 {
    font-size: 2.9em;
    margin: 0 0 0.15em 0;
}

#cres_content h2 {
    font-size: 3.125rem;
    margin: 1em 0 0.5em 0;
}

#cres_content h3 {
    font-size: 2.5rem;
    margin: 0 0 0.4em 0;
}

#cres_content h4, #cres_footer h4 {
    font-size: 1.3em;
    margin: 0 0 0.4em 0;
    line-height: 1.2em;
}

#cres_content p {
    margin: 0 0 1.3em 0;
    line-height: 1.5em;
}

#cres_content p a, #cres_content .cres_widgetcol_newslist p:first-child, .cres_widgetcol_newslist a:last-child, #cres_content .cres_widgetmultilinks_list p:nth-of-type(1), .cres_widgetmultilinks_list a:last-child {
    font-weight: 700;
}

#cres_content .cres_leftmargin {
    margin: 0 0 2em 3em;
}

#cres_content input[type="text"], #cres_content input[type="email"], #cres_search input, #cres_content textarea, #cres_content button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}

#cres_content input[type="text"], #cres_content input[type="email"], #cres_search input, #cres_content select, #cres_content textarea {
    font-size: 1em;
    font-family: inherit;
    padding: 3px 5px;
    border: 1px solid #bbb;
    /*box-shadow: 1px 1px 2px #bbb inset;*/
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    color: var(--Main-Text-Color, #000);
}

#cres_content .cs-questionWrapper textarea {
  font-size: 1.4em;
}

#cres_content .cres_mainbutton, .cres_arrowlinkbox {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2em;
    font-family: inherit;
    text-align: center;
    color: #fff;
    border: none;
    padding: 21px 30px 19px;
    cursor: pointer;
    background-color: var(--Button-Color);
    text-transform: uppercase;
}

#cres_content .cres_mainbutton:visited, .cres_arrowlinkbox:visited {
  color: #fff;
}

#cres_content .cres_mainbutton:hover {
    background-color: var(--Button-Hover-Color);
    color: #434343;
}

#cres_content .cres_mainbutton::after, .cres_arrowlinkbox::after {
    top: -2px;
}

.cres_arrowlink, .cres_arrowlinkbox, .cres_herobutton {
    white-space: nowrap;
    text-decoration: inherit;
}

.cres_arrowlightlink {
  color: var(--Light-Link-Color);
}

.cres_arrowlink::before, .cres_arrowlinkbox::before, .cres_arrowlink_calc::before {
    content: "Read More";
}

#cs-nextQuestionButton::after {
  border-style: dashed dashed dashed solid;
  border-width: 0.4em 0 0.4em 0.5em;
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0 0 0.4em;
  top: 0.1em;
}

#cs-previousQuestionButton::before {
  border-style: dashed solid dashed dashed;
  border-width: 0.4em 0.5em 0.4em 0;
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0.4em 0 0;
  top: 0.1em;
}

.cres_arrowlink_calc::before {
    content: "Create Presentation";
}

.cres_arrowlinkbox {
    color: #fff;
    padding: 0.7em 1em 0.6em 1em;
    display: inline-block;
    margin: 0.5em 0 0 0;
    border: 2px solid #fff;
}

.cres_arrowlinkbox:hover {
    background-color: var(--Button-Hover-Color);
    color: var(--Dark-Color);
}

.cres_spacer03 {
    height: 0.3em;
}

.cres_spacer05 {
    height: 0.5em;
}

.cres_spacer1 {
    height: 1em;
}

.cres_spacer15 {
    height: 1.5em;
}

.cres_spacer2 {
    height: 2em;
}

.thumbGenerator {
  width: 0 !important;
  height: 0 !important;
}

#Cres_EU_PopUp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--Light-Color);
  color: var(--Main-Text-Color, #000);
  font-family: var(--font1);
  padding: 30px;
  z-index: 99;
  text-align: center;
}

#Cres_EU_PopUp a {
  color: var(--Link-Color);
}

/***********************************************/
/**************** SVG COLORS *******************/
/***********************************************/

.cres_darkcolor {
  fill: var(--Dark-Color);  
}

.cres_darkborder {
    stroke: var(--Dark-Color);
}

.cres_darkcolor_text {
    color: #006399; 
} 

.cres_lightcolor {
  fill: var(--Light-Color); 
}

.cres_redcolor {
    fill: #f2292d;   
}

.cres_whitecolor {
    fill: #fff;   
}

.cres_graycolor {
    fill: #e6e7e8;   
}

.cres_blackcolor {
    fill:#000;
}

.cres_iconcollection2 .cres_darkcolor, .cres_iconcollection2 .cres_lightcolor, .cres_iconcollection2 .cres_whitecolor, .cres_iconcollection2 .cres_graycolor, .cres_iconcollection2 .cres_blackcolor {
    stroke: #000;
    stroke-linejoin: round;
}

.cres_iconcollection1, .cres_iconcollection2, .cres_iconcollection3, .cres_iconcollection4, .cres_iconcollection5 {
    display: none;
}

.cres_iconcollection4 {
  display: block;
}

.cres_noFill{
  fill:none;
}

.cres_noStroke{
  stroke:none;
}



/***********************************************/
/**************** HEADER ***********************/
/***********************************************/

#cres_skip {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em 1em;
    white-space: nowrap;
    font-size: 0.95em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    z-index: 999;
}

#cres_skip:visited {
    color: #fff;
}

#cres_skip:focus, #cres_skip:active {
    left: 0;
}

#cres_header {
    background-color: #fff;
}

#cres_header .cres_header_container {
    max-width: 1660px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.cres_header_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 290px);
    height: 56px;
}

#cres_orglogo {
    text-decoration: none;
    position: absolute;
    left: 30px;
    top: 12.8555px;
    z-index: 1;
}

#cres_orglogo img {
    width: 260px;
    margin-right: 30px;
    display: block;
    height: auto;
}

#header_smallnav {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
}

#header_smallnav a {
    color: var(--Main-Text-Color);
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#header_smallnav a::after {
    content: "|";
    display: inline-block;
    color: #fcb116;
    margin: 0 18px;
    top: -0.5px;
    position: relative;
}

#cres_pglogo {
    color: var(--Dark-Color);
    font-size: 1.649375rem;
    font-weight: 700;
    align-items: center;
    display: flex;
    font-family: var(--font2);
    text-transform: none;
    text-decoration: none;
    margin-right: 92px;
}

#cres_pglogo span:nth-of-type(1) {
    font-size: 2.3375rem;
}

#cres_pglogo span:nth-of-type(2) {
    position: relative;
    margin-left: 10px;
    top: 4px;
}

#cres_pglogo img {
    display: inline-block;
    width: 35px;
    margin-left: 10px;
    margin-top: 8px;
}

#cres_mainsite {
    font-size: 1.125rem;
    color: var(--Dark-Color);
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

#cres_mainsite span.icon-graduation {
    color: #da5c3d;
    font-weight: normal;
    font-size: 1.125rem;
    position: relative;
    top: 1px;
    margin-right: 1px;
}

#cres_mainsite svg {
    width: 26px;
    height: 26px;
    position: relative;
    top: 2px;
    right: 5px;
    margin: 0 0 0 0.4em;
}


#cres_search, #cres_search input {
    width: 263px;
	background-color: #fff;
}

#cres_search input, #cres_search input::placeholder {
	font-weight: 700;
	font-size: 1.125rem;
	text-transform: uppercase;
}

#cres_search input {
    color: var(--Dark-Color);
    opacity: 1;
}


#cres_search input::placeholder {
    opacity: .7;
	color: var(--Dark-Color);
}

#cres_search {
    display: flex;
    position: relative;
    margin-left: 29px;
}

#cres_search input {
    padding: 9.5px 5px 10.5px 45px;
    border: none;
    box-shadow: none;
}

#cres_search input:focus {
   outline: none;
}

#cres_search button {
    background-color: #fff;
    width: 46px;
    border-radius: 0 0 0 0 ;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    height: 100%;
}

#searchSubmit .icon {
	font-size: 18px;
	color: #da5c3d;
}


/*********************************************************************/
/********** PLANNED GIVING MENU - MAIN NAV + SECONDARY NAV ***********/
/*********************************************************************/

/* .subnav, .subnav li{
  display: inline-block;
  padding:0;
  margin:0;
  list-style-type: none;
  box-sizing:border-box;
} */

#cres_mobilemenu {
    display: none;
}

#cres_mobilemenu br {
    display: none;
}

#cres_mobilemenu svg {
    width: 28px;
    height: 28px;
    position: relative;
    top: 0.35em;
    margin-right: 0.5em;
}

#cres_smallnav {
    padding: 0.7em 2em 1em 0;
    font-size: 1.05em;
    display: none;
    justify-content: flex-end;
    margin: 0;
}

#cres_smallnav a {
    color: #000;
    text-decoration: none;
}

/*#cres_smallnav a:hover, #cres_mainsite:hover {*/
/*    opacity: 0.7;*/
/*}*/

#cres_smallnav > li::after {
    content: "|";
    display: inline-block;
    color: var(--Dark-Color);
    margin: 0 0.5em 0 0.75em;
    top: -0.1em;
    position: relative;
}

#cres_smallnav > li:last-child::after {
    display: none;
}

#cres_topnav {
  width: 100%;
    background: linear-gradient(
    to right,
    white 50%,
    var(--Dark-Color) 50%
  );
}

#cres_topnav .cres_topnav_container {
    max-width: 1660px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

#cres_topnav .cres_topnav_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 290px);
}

#cres_mainnav {
  display: flex;
  justify-content: end;
  height: 60px;
  align-items: center;
  margin: 0 -10px 0 0;
  padding: 0;
  background-color: var(--Dark-Color);
  position: relative;
}

#cres_mainnav > li:first-child > a {
    margin-left: 26px;
}

#cres_mainnav::before {
  /*  content: '';*/
  /*width: 54px;*/
  /*height: 60px;*/
  /*background: linear-gradient( to bottom right, white 50%, #492f92 50% );*/
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  left: -53px;
  height: 60px;
  background-color: #492f92;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

#cres_smallnav li, #cres_mainnav li, .cres_actionsubnav li {
	list-style-type: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
#cres_mainnav {
    min-height: 1px; /* Flexbox fix for IE11 */
}
     
}

#cres_mobilescroll #cres_closemenu {
    display: none;
}

#cres_mainnav a {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    padding: 5px 10px;
}

#cres_mainnav > li:not(:last-child) > a {
  margin-right: 37px;
}

#cres_mainnav li .icon-arrow-down2 {
    position: relative;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    top: -2px;
}

#cres_mainnav .cres_subnav a {
    line-height: inherit;    
}

#cres_mainnav > li:first-child::before {
    display: none;
}

/*.cres_navselected {*/
/*    font-weight: bold;*/
/*}*/

/*.cres_navselected::before {*/
/*    font-weight: normal;*/
/*}*/

/*.cres_has_dropdown > a:first-child::after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    border-left: 0.3em solid transparent;*/
/*    border-right: 0.3em solid transparent;*/
/*    border-top: 0.4em solid #333;*/
/*    position: relative;*/
/*    top: -0.1em;*/
/*    left: 0.3em;*/
/*    margin-right: 0.2em;*/
/*}*/

.cres_actionparent.cres_has_dropdown > a:first-child::after {
	border-top: 0.4em solid #fff;
}	
	
.cres_has_dropdown > ul {
    display: none;
    position: absolute;
    margin: 0 0 0 -13px;
    z-index: 100;
    box-shadow: 6px 18px 42px -10px rgba(0,0,0,0.2);
    background-color: vaR(--Dark-Color);
    padding: 16px 1px 8px 1px;
}

.cres_has_dropdown > ul:focus-within, .cres_has_dropdown:active > ul, .cres_has_dropdown.focused > ul{
	display: block;
}

body:not(.cres_two_column_layout) .cres_has_dropdown:hover > ul{
	display: block;
}

#cres_mainnav .cres_subnav li, .cres_has_dropdown .cres_subnav li {
	 padding: 0.5em 0.7em 0.4em 0.7em;	
}

#cres_mainnav .cres_subnav li, #cres_actions .cres_actionsubnav li, .cres_has_dropdown .cres_subnav li {
    background-color: #d3cde8;
}


#cres_mainnav .cres_subnav a, #cres_actions .cres_actionsubnav a, .cres_has_dropdown .cres_subnav a, #cres_mainnav .cres_subnav a:hover, #cres_actions .cres_actionsubnav a:hover, .cres_has_dropdown .cres_subnav a:hover {
	color: var(--Dark-Color);
	opacity: 1;
}

#cres_mainnav .cres_subnav li:hover, #cres_actions .cres_actionsubnav li:hover, .cres_has_dropdown .cres_subnav li:hover,
#cres_mainnav .cres_subnav li:focus, #cres_actions .cres_actionsubnav li:focus, .cres_has_dropdown .cres_subnav li:focus {
    opacity: 1;
    background-color: #666;
    background-color: var(--Button-Hover-Color);
}

.cres_subnav li:last-child, .cres_actionsubnav li:last-child {

}

.cres_mobilelink {
  display: none;
}



/**********************************************************/
/***************** PLANNED GIVING ACTIONS *****************/
/**********************************************************/
.cres_actions_wrapper {
    margin-top: -81px;
}

.cres_actions_wrapper {
    background-color: #fff;
    padding: 36.1px 54px 33.1px;
    box-shadow: 0px 5px 24.75px 0.25px rgba(0, 0, 0, 0.16);
    position: relative;
}

.cres_actions_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 162px;
    height: 162px;
    width: 225px;
    height: 225px;
    background-color: #d4cde9;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

#cres_content .cres_actions_wrapper h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 22px;
}

#cres_actions {
	font-size: 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
}

.cres_actionparent .cres_actionsubnav {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 99999;
}

#cres_actions li {
    list-style: none;
    margin-bottom: 15px;
}

#cres_actions a {
    font-family: var(--font2);
    display: block;
    align-items: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    color: var(--Link-Color);
    padding: 0;
}

#cres_actions li:not(:last-child) a {
    margin-right: 55px;
}

#cres_actions a:visited {
    color: var(--Link-Visited-Color);
}

#cres_actions a:hover {
    color: var(--Link-Hover-Color);
}



/**********************************************************/
/************* HERO IMAGE & MARKETING MESSAGE *************/
/**********************************************************/

.cres_hero_background {
    display: block;
    position: absolute;
    content: '';
    background-image: url('/org_files/2513/images/rd2/banners/banner3.jpg');
    background-size: 89%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position-x: 0px;
    background-position-y: -39px;
    background-repeat: no-repeat;
}

.cres_hero_background::after {
      display: block;
    position: absolute;
    content: '';
    background-image: url('/org_files/2513/images/rd2/banners/inside-banner.png');
    background-size: cover;
    width: 860px;
    right: -7px;
    bottom: 0;
    top: 0;
}

.cres_page1 .cres_hero_background::after {
    background-image: url('/org_files/2513/images/rd2/banners/banner.png');
}

#cres_hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: block;
 
}

.cres_hero_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
padding-bottom: 139px;
  align-items: end;
  padding-top: 67px;
}

.cres_page1 .cres_hero_wrapper {
    align-items: center;
    padding-bottom: 87px;
    padding-bottom: 141px;
}

.cres_hero_wrapper .container {
    display: flex;
    justify-content: start;
}

#cres_marketing {
    color: #fff;
    z-index: 2;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 702px;
    display: none;
}

.cres_page1 #cres_marketing {
    display: block;
}

#cres_marketing h1 {
    font-size: 5.4rem;
    line-height: .99;
    margin-bottom: 7px;
}

#cres_marketing h1 span:nth-of-type(1) {
    font-size: 3.125rem;
    color: #fff;
    font-style: italic;
}

#cres_marketing h1 span:nth-of-type(2) {
    color: #fbb015;
}

#cres_marketing h1 span:nth-of-type(3) {
    color: #fff;
    margin-top: 0px;
    display: inline-block;
}

#cres_marketing p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 28px;
    padding: 0 37px;
}

#cres_content .cres_herobutton {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fbb015;
    margin-top: 5px;
    font-weight: 700;
}

#cres_content .cres_herobutton::after {
    font-size: 14px;
}

#cres_content .cres_herobutton:hover {
    color: #fbb015;
}

#cres_content .cres_herobutton:visited {
    color: #fbb015;
}

.cres_hero_yellow_graphic {
    position: absolute;
    background-image: url('/org_files/2513/images/rd2/banners/banner-yellow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 106px;
    height: 261px;
    top: -184px;
    right: 0px;
}

.cres_hero_green_graphic {
    position: absolute;
    background-image: url('/org_files/2513/images/rd2/banners/banner-green.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 101px;
    height: 230px;
    bottom: 0px;
    right: 0px;
}

.cres_hero_red_graphic {
    position: absolute;
    background-image: url('/org_files/2513/images/rd2/banners/banner-red.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 103px;
    height: 198px;
    left: 0px;
    bottom: 0px;
}

.cres_hero_top_graphic {
    position: absolute;
    background-image: url('/org_files/2513/images/rd2/banners/banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    height: 414px;
    width: 198px;
    opacity: .45;
    background-size: 126%;
    background-position-x: 50%;
}

/*******************************************************************************************/
/***************************** WIDGETS - HOME & INTERIOR LIST PAGES ************************/
/*******************************************************************************************/

#cres_onecol {
    padding-top: 47px;
    padding-bottom: 2em;
}

.cres_page1 #cres_onecol {
    max-width: initial;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 43px;
    padding-bottom: 0px;
}

/*Featured Widgets*/

#featured_widgets {
    
}

#featured_widgets .cres_widgetcol_three  {
    margin-bottom: 14px;
    padding-left: 0px;
  padding-right: 0px;
}

#featured_widgets .cres_widgetcol_three a {
    width: calc(33.3% - 22px);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 1px;
    background-color: initial;
    position: relative;
}

#featured_widgets .cres_widgetcol_three h3, #featured_widgets .cres_widgetcol_three p, #featured_widgets .cres_widgetcol_three .cres_arrowlink {
    margin-left: 20px;
    margin-right: 7px;
}

#featured_widgets .cres_widgetcol_three h3 {
    font-size: 3.125rem;
}

#featured_widgets .cres_widgetcol_three a img {
    margin-bottom: 20px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    height: 335px;
    object-fit: cover;
}

#featured_widgets .cres_widgetcol_three a:nth-of-type(1)::after {
    content: '';
    position: absolute;
    width: 101px;
    height: 182px;
    top: 0;
    left: 0;
    transform: translateX(-29px) translateY(-25px);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-green_1.svg');
}

#featured_widgets .cres_widgetcol_three a:nth-of-type(3)::after {
    content: '';
    position: absolute;
    width: 101px;
    height: 182px;
    bottom: 345px;
    right: 0;
    transform: translateX(29px) translateY(25px) rotate(180deg);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-red.svg');
}
/*Survey Widget*/
.survey_widget_wrapper {
    padding-top: 90px;
    padding-bottom: 80px;
    display: block;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                    url('/org_files/2513/images/rd2/custom_thumbs/widget5.jpg');
    background-size: cover;
    background-position-y: 46%;
    overflow: hidden;
}

.survey_widget {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}

.survey_widget_top_decoration {
    height: 20px;
    width: calc(100% - 50px);
    background-color: #fbb015;
    margin-left: auto;
}

.skewed_shape {
  width: 129px;
  height: 80px;
  background-color: rgba(14, 93, 144, 0.8);
  clip-path: polygon(
    51% 0,    /* Top-Left: Skewed in 15% from the corner */
    100% 0,   /* Top-Right: Straight up */
    100% 100%,/* Bottom-Right: Straight down */
    0 100%    /* Bottom-Left: Starts at the true bottom-left corner */
  );
  left: -85px;
  z-index: 0;
  position: absolute;
}

.square_shape {
    width: 125px;
    height: 148px;
    position: absolute;
    background-color: #9282be;
    opacity: .6;
    bottom: 0;
    right: -59px;
}

.survey_widget_bottom_decoration {
    height: 20px;
    width: calc(100% - 72px);
    background-color: #9282be;
}

#survey_widget_content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding:  48px 107px 37px;
    z-index: 1;
    position: relative;
}

#survey_widget_content h3 {
    text-align: center;
    font-size: 3.125rem;
}

#survey_widget_content .cres_arrowlink::before {
    content: 'Take Our Survey';
}

/*Top Widget*/
.top_widget_container {

}

#top_widget {
    display: flex;
    position: relative;
    padding-top: 32px;
    margin-bottom: 61px;
}
    #top_widget h3 {
        font-size: 3.125rem;
    }

.top_widget_image {
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/widget1.jpg');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    min-width: 761px;
    min-height: 590px;
    margin-right: auto;
    margin-top: 8px;
    border-bottom-left-radius: 150px;
}

.top_widget_text {
    position: relative;
}

    .top_widget_text > div:nth-of-type(2) {
        width: 756px;
        background-color: #f0eef6;
        padding: 56px 79px 55px 56px;
        position: absolute;
        right: 0;
    }

.top_widget_decoration_top {
    content: '';
    position: absolute;
    width: 127px;
    height: 229px;
    top: 0;
    left: -756px;
    transform: translateX(-35px) translateY(-32px);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-yellow.svg');
}

.top_widget_decoration_bottom {
    content: '';
    position: absolute;
    width: 103px;
    height: 185px;
    bottom: 0;
    right: 0;
    transform: translateX(29px) translateY(0px) rotate(180deg);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-purple.svg');
}

.top_widget_decoration_dots {
    display: block;
    position: absolute;
    width: 119px;
    transform: translateY(83px) !important;
    right: -29px;
    z-index: 1;
}
/********************************************************************************/
/***************************** TWO + THREE COLUMN WIDGET ************************/
/********************************************************************************/

.cres_widgetcol_two, .cres_widgetcol_three, .cres_widgethorizontal, .cres_widgetcol_news, .cres_widgetcol_twofour, .dsListWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 2px;
}

.cres_widgetcol_three, .cres_widgetcol_two {
    margin: 0 0 1em 0;
    overflow: initial;
}

.cres_widgetcol_three a, .cres_widgetcol_two a {
    position: relative;
}

.cres_widget_content {
    padding: 40px 49px 68px;
    background-color: var(--Light-Color);
    position: relative;
    z-index: 1;
    height: 100%;
}


.cres_widgetcol_three a:nth-child(odd) .cres_widget_decor, .cres_widgetcol_two a:nth-child(odd) .cres_widget_decor {
    content: '';
    position: absolute;
    width: 101px;
    height: 182px;
    top: 0;
    left: 0;
    transform: translateX(-28px) translateY(-25px);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-yellow.svg');
}

.cres_widgetcol_three a:nth-child(even) .cres_widget_decor, .cres_widgetcol_two a:nth-child(even) .cres_widget_decor {
    content: '';
    position: absolute;
    width: 101px;
    height: 182px;
    bottom: 0;
    right: 0;
    transform: translateX(28px) translateY(25px) rotate(180deg);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-purple.svg');
}

/* Group 1: 1, 5, 9, 13? */
.cres_widgetcol_three a:nth-child(4n+1) .cres_widget_decor, .cres_widgetcol_two a:nth-child(4n+1) .cres_widget_decor {

}

/* Group 2: 2, 6, 10, 14? */
.cres_widgetcol_three a:nth-child(4n+2) .cres_widget_decor, .cres_widgetcol_two a:nth-child(4n+2) .cres_widget_decor {
 
}

/* Group 3: 3, 7, 11, 15? */
.cres_widgetcol_three a:nth-child(4n+3) .cres_widget_decor, .cres_widgetcol_two a:nth-child(4n+3) .cres_widget_decor {
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-green_1.svg');
}

/* Group 4: 4, 8, 12, 16? */
.cres_widgetcol_three a:nth-child(4n+4) .cres_widget_decor, .cres_widgetcol_two a:nth-child(4n+4) .cres_widget_decor {
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-red.svg');
}

.cres_widgetgrid, .cres_widgetmultilinks, .cres_widgetbg, .cres_mostpopularlinks {
    margin: 0 0 2em 0;
}

.cres_widgetcol_three h3, .cres_widgetcol_two h3, .cres_widgetcol_twofour h3, #survey_widget_content h3, #top_widget h3 {
    text-align: left;
    color: var(--Main-Text-Color, #000);
}

#survey_widget_content h3 {
    text-align: center;
}

.cres_page2 .cres_widgetcol_two h3 {
	 text-align: left;
}

.cres_widgetcol_three a, .cres_widgetcol_two a, .cres_widgetcol_newslist {
    box-sizing: border-box;
    position: relative;
    background-color: var(--Light-Color);
}

.cres_widgetcol_three a, .cres_widgetcol_two a {
    background-color: var(--Light-Color);
}

.cres_widgetcol_two a {
    width: calc(50% - 26px);
    margin: 25px 0 35px 0;
}

.cres_page2 .cres_widgetcol_two a {
    padding: 30px;
}

.cres_widgetcol_three a {
    width: calc(33.3% - 1.2em);
    margin: 0 0 1em 0;
    padding: 30px;
}

.cres_widgetcol_three img, .cres_widgetcol_news img {
    width: 100%;
    display: block;
    margin: 0 0 0.8em 0;
}

.cres_widgetcol_three .cres_arrowlink, .cres_widgetcol_two .cres_arrowlink, .cres_widgetcol_two .cres_arrowlink_calc, .has_cres_arrowlink .cres_arrowlink, .cres_arrowlink {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--Link-Color);
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    width: fit-content;
}

#cres_productdownloads > div .cres_productcontent p:nth-of-type(2) {
     border-bottom: 3px transparent solid;
    width: fit-content;
}

.cres_arrowlink::after, .cres_arrowlinkbox::after, #cres_content .cres_mainbutton::after, .cres_herobutton:after, #cres_letushelp_wrapper a span::after, #cres_productdownloads > div .cres_productcontent p:nth-of-type(2) a::after, .cres_widgetcol_three .cres_arrowlink::after, .cres_widgetcol_two .cres_arrowlink::after, .cres_widgetcol_two .cres_arrowlink_calc::after, .has_cres_arrowlink .cres_arrowlink::after {
    font-size: 13px;
    position: relative;
    font-weight: 400;
    margin-lefT: 5px;
    content: "\edb9";
    font-family: 'IcoMoon-Ultimate', icomoon, IcoMoon, ico-moon, Ico-Moon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;

}

.cres_widgetcol_three a:visited .cres_arrowlink, .cres_widgetcol_two a:visited .cres_arrowlink, .cres_widgetcol_two a:visited .cres_arrowlink_calc, .has_cres_arrowlink:visited .cres_arrowlink, #cres_article .cres_widgetrelated a:visited .cres_arrowlink {
    color: var(--Link-Visited-Color);
}

.cres_widgetcol_three .cres_arrowlink:hover,
.cres_widgetcol_two .cres_arrowlink:hover,
.cres_widgetcol_two .cres_arrowlink_calc:hover,
.has_cres_arrowlink .cres_arrowlink:hover,
#cres_productdownloads > div .cres_productcontent p:nth-of-type(2):hover a,
#cres_article .cres_widgetrelated .cres_arrowlink:hover {
    border-bottom: 3px #fcb116 solid;
    color: var(--Link-Color);
}

.cres_widgetcol_three p, .cres_widgetcol_two p, .cres_widgetcol_twofour p, .cres_widgetcol_newslist a p:last-child, #survey_widget_content p, #top_widget p {
    color: var(--Main-Text-Color, #000);
}

.cres_widgetcol_two svg {
    width: 85px;
    height: 85px;
    margin: 0 0 1em 1em;
    float: right;
}

.cres_widgetcol_two img {
    width: 210px;
    height: auto;
    margin: 0 0 1em 1em;
    float: right;
}


/********************************************************************************/
/*********************************** NEWS PAGE **********************************/
/********************************************************************************/

.cres_widgetcol_newslist {
    width: calc(33.3% - 0.6em);
    margin: 0 0 1em 0;
    padding: 1em 1em 0 1em;
}

#cres_content .cres_widgetcol_newslist p {
    margin: 0;
}

#cres_content .cres_widgetcol_newslist h2 {
    margin: 0;
    text-align: center;
    font-size: 2em;
}

#cres_content .cres_widgetcol_news .cres_widgetmultilinks_title h2 {
  color: #fff;
  margin: 1em;
}

.cres_widgetcol_newslist a {
    padding: 0.7em 0 1em 0;
    display: block;
    border-bottom: 1px solid #bbb;
    position: relative;
}

.cres_widgetcol_newslist a:last-child {
    border-bottom: none;
}

.cres_widgetcol_newslist em, .cres_plrlist em {
    font-size: 0.9em;
}

.cres_newslist .cres_articlelist p br {
	display: none;
}

#cres_content .note {
	width: 100%;
	padding:25px;
	background:var(--Light-Color);
	box-sizing: border-box;
	border:1px solid;
}


/********************************************************************************/
/*************************** ADVISOR RESOURCES **********************************/
/********************************************************************************/

.cres_advisor #cres_content .cres_widgethorizontal h2 {
  color: var(--Main-Text-Color, #000);
  margin: 0 0 0.4em 0;
  font-size: 2em;
}


/********************************************************************************/
/********************************** 2/4 WIDGET **********************************/
/********************************************************************************/

.cres_widgetcol_twofour a:first-child {
    width: 50%;
    position: relative;
}

.cres_widgetcol_twofour a:nth-child(2), .cres_widgetcol_twofour a:nth-child(3) {
    width: calc(25% - 1em);
    background-color: var(--Gray-Color);
    position: relative;
}

.cres_widgetcol_twofour img {
    width: 100%;
    display: block;
    margin: 0 0 0.8em 0;
}

.cres_widgetcol_twofour_text {
    padding: 0 1em 1em 1em;
}


/********************************************************************************/
/********************************* GRID WIDGET **********************************/
/********************************************************************************/

#cres_content .cres_widgetgrid a {
    display: table;
    color: #fff;
}

.cres_widgetgrid a:nth-child(2) {
    direction: rtl;   
}

.cres_widgetgrid a:nth-child(2) .cres_widgetgrid_text {
    direction: ltr;   
}

.cres_widgetgrid_img1 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url("/images/CI_1112.jpg") top/cover no-repeat;
    text-align: right;
}

.cres_widgetgrid_img2 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url("/images/CI_1223.jpg") top/cover no-repeat;
    text-align: left;
}

.cres_widgetgrid_img1, .cres_widgetgrid_img2  {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#cres_content .cres_widgetgrid_img1 h3, #cres_content .cres_widgetgrid_img2 h3  {
    font-size: 2.1em;
    padding: 0 1em;
}

.cres_widgetgrid_text {
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
    padding: 3em;
    background-color: var(--Dark-Color);
}


/********************************************************************************/
/************************************* HORIZONTAL WIDGET ************************/
/********************************************************************************/

.cres_widgethorizontal a {
    display: block;
    width: calc(50% - 2em);
    margin: 0 0 2em 0;
}

.cres_widgethorizontal_mask {
    width: 30%;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 50%;
    float: left;
    max-width: 300px;
    margin: 0 1em 0 0;
}

.cres_widgethorizontal_mask img {
    width: 180%;
    height: auto;
    display: block;
    position: relative;
    left: -50%;
}

#cres_content .cres_widgethorizontal_mask img:hover {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.cres_widgethorizontal_text {
    margin-left: calc(30% + 1em);
}

.cres_widgethorizontal_text h3, .cres_widgethorizontal_text p {
    color: var(--Main-Text-Color, #000);
}


/********************************************************************************/
/******************************* BACKGROUND IMAGE WIDGET ************************/
/********************************************************************************/

.cres_widgetbg {
    display: flex;
}

.cres_widgetbg h3 {
    color: #fff;
}

.cres_widgetbg h3, .cres_widgetbg p {
    z-index: 2;
    position: relative;
}

.cres_widgetbg a {
    width: 33.333%;
    display: block;
    box-sizing: border-box;
    padding: 1.7em 2em 5em 2em;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cres_widgetbg a:nth-child(1) {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.6)), url("/images/CI_1561.jpg");
}

.cres_widgetbg a:nth-child(2) {
    background-image: linear-gradient(rgba(0,83,128,0.9), rgba(0,83,128,0.8)), url("/images/CI_0026.jpg");
}

.cres_widgetbg a:nth-child(3) {
    background-image: linear-gradient(rgba(28,108,140,0.9), rgba(28,108,140,0.8)), url("/images/CI_0628.jpg"); 
}

.cres_widgetbg .cres_arrowlinkbox {
    position: absolute;
    bottom: 2em;
    left: 2em;
    z-index: 2;
}

.cres_widgetbg p {
    color: #fff;
}


/********************************************************************************/
/***************************** MULTI-LINK WIDGET ********************************/
/********************************************************************************/

.cres_widgetmultilinks {
    display: flex;
    background-color: var(--Light-Color);
    width: 100%;
}

.cres_widgetmultilinks_title {
    width: 50%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url("/images/CI_1497.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
}

#cres_content .cres_widgetmultilinks_title h3 {
    font-size: 2.1em;
    color: #fff;
    padding: 1em;
    margin: 0;
}

#cres_content .cres_widgetmultilinks_list h4 {
    margin: 0 0 0.2em 0;
}

.cres_widgetmultilinks_list {
    width: 50%;
    padding: 2em;
    box-sizing: border-box;
    align-self: center;
}

.cres_widgetmultilinks_list img {
    display: none;
}

.cres_widgetmultilinks_list a {
    padding: 0.7em 0 0.8em 0;
    display: block;
    border-bottom: 1px solid #bbb;
    position: relative;
}

.cres_widgetmultilinks_list a h3 {
  color: var(--Main-Text-Color, #000);
  cursor: default;
}

.cres_widgetmultilinks_list a:last-child {
    border-bottom: none;
}

.cres_widgetmultilinks_list a p:last-child {
    color: var(--Main-Text-Color, #000);
}

#cres_content .cres_widgetmultilinks_list p {
    margin: 0;
}



/******************************************************************/
/************************* MOST POPULAR ***************************/
/******************************************************************/

.cres_mostpopularlinks {
    display: none;
}
.most_popular_wrapper {
    background-color: #fff;
}

#most_popular_widget {
    padding: 46px 49px 70px;
}

#most_popular_widget h3 {
    font-size: 3.125rem;
    text-align: center;
    margin-bottom: 21px;
}

#popular_list {
    display: flex;
    justify-content: space-between;
}

#cres_content #popular_list a {
    color: var(--Main-Text-Color);
    box-shadow: 0px 5px 24.75px 0.25px rgba(0, 0, 0, 0.2); 
    display: block;
    padding: 10px 30px 36px;
    border-top: 11px solid #4287b6;
    width: calc(25% - 24.5px);
}

#cres_content #popular_list a:nth-of-type(2) {
    border-color: #5bac46;   
}

#cres_content #popular_list a:nth-of-type(3) {
    border-color: #da5c3d;
}

#cres_content #popular_list a:nth-of-type(4) {
    border-color: #fbb015;
}

#cres_content #popular_list p {
    
}

#cres_content #popular_list p:nth-of-type(1) {
    font-size: 1.875rem;
    font-family: var(--font2);
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.2;
}

#cres_content #popular_list p:nth-of-type(2)  {
    margin-bottom: 0px;
    margin-top: 0px;
}
  

/******************************************************************/
/**************** INTERIOR PAGE HERO + BREADCRUMB *****************/
/******************************************************************/

.breadcrumb {
    position: relative;
    width: 100%;
}

.breadcrumb::after {
    content: "";
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-dots.svg');
    background-size: cover;
    position: absolute;
    width: 120px;
    height: 13px;
    display: block;
    top: 10px;
    right: 0;
}

.cres_articlepages .breadcrumb::after {
    right: -491px;
}

#cres_content .breadcrumb a {
    color: var(--Link-Color);
}

#cres_content .breadcrumb a:visited {
	color: var(--Link-Visited-Color);
}

#cres_breadcrumb {
    margin: 0 0 1.5em 0;
}

#cres_breadcrumb a::after {
    content: ">";
    color: var(--Main-Text-Color, #000);
    margin: 0 0.2em 0 0.5em;
}

#inner_marketing_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 702px;
    min-height: 305.25px;
}

.cres_page1 #inner_marketing_text {
    display: none;
}

#inner_marketing_text h1 {
    font-size: 4.6875rem;
    line-height: 1;
    margin-bottom: 9px;
}

#inner_marketing_text h1 .orange_color_text {
    color: #e8a543;
}

#cres_content #inner_marketing_text p {
    font-size: 1.5rem;
}

#cres_content #inner_marketing_text p:last-child {
    margin-bottom: 0px;
}

/*****************************************************/
/*********** GIVING NEWS ARTICLE LIST ****************/
/*****************************************************/

#cres_content .cres_articlelist p:first-child {
    margin: 0;
    font-weight: 700;
}

#cres_content .cres_articlelist p:last-child {
    color: var(--Main-Text-Color, #000);
    margin: 0;
}

.cres_articlelist a {
    border-bottom: 1px solid #bbb;
    display: block;
    padding: 0.7em 0 1em 0;
    position: relative;
}

.cres_articlelist a:last-child {
    border-bottom: none;
}

.cres_articlelist em {
    font-size: 0.9em;
}

.cres_articlelist a p:nth-child(2) em:nth-child(1) {
    display: block;
}

.cres_articlelist br + em {
    font-size: 1em;
    font-style: normal;
}

.cres_articlelist br {
  display: none;
}

#cres_pagination {
    margin: 25px auto 0;
    text-align: center;
    font-size: 1.1em;
}

#cres_content #cres_pagination a, #cres_content #cres_pagination a.selected {
    position: relative;
    border: 2px solid var(--Dark-Color);
    display: inline-block;
    margin: 1em 0.2em 0.2em 0.2em;
    padding: 7px 10px;
}

#cres_content #cres_pagination a {
    background-color: var(--Gray-Color);
    text-decoration: none;
}

#cres_content #cres_pagination a:visited {
    color: var(--Link-Color);
}

#cres_content #cres_pagination a.selected {
     background-color: var(--Dark-Color);
     color: var(--Light-Color);
}

.cres_previous::before {
    border-color: transparent var(--Link-Color) transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    display: inline-block;
    margin-right: 8px;
    position: relative;
  top: 2px;
}

.cres_next::after {
  border-color: transparent transparent transparent var(--Link-Color);
  border-style: solid;
  border-width: 8px 0 8px 8px;
  content: "";
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}


/***********************************************************************/
/**************** INTERIOR ARTICLE PAGES - MAIN CONTENT ****************/
/***********************************************************************/

#cres_twocol {
    display: flex;
}

#cres_twocol_left {
    padding: 2em 2em 3em 0em;
    width: calc(100% - 450px); /* IE 11 fix */
}

.cres_title {
    margin: 0 0 1.5em 0;
    box-sizing: border-box;
}

.cres_title img {
  max-width: 800px;
  display: block;
  width: 100%;
}

#cres_content .cres_title p {
    font-size: 1.1em;
    margin: 0.3em 0 0.1em 0;
}

#cres_content .cres_title p.cres_date {
	font-size: 1em;
	font-style: italic;
} 

#cres_controlbar {
    padding: 0.8em 0 0.3em 5em;
    white-space: nowrap;
    position: relative;
}

#cres_controlbar div, #cres_controlbar > a {
    display: inline-block;
    margin: 0 1em 0 0;
    cursor: pointer;
}

#cres_controlbar div:last-child {
    margin: 0;
}

#cres_controlbar #cres_facebook {
    position: absolute;
    left: -1em;
}

#cres_email svg, #cres_print svg {
    width: 28px;
    height: 28px;
}

#cres_facebook iframe {
    height: 28px;
}

#cres_mobiletabsfull_wrapper, #cres_mobiletabsshort_wrapper {
    display: none;
}

#cres_article .cres_widgetrelated {
    margin: 4em 0 0 0;
}

#cres_article #cres_relatedarticles {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cres_relatedtitle {
  font-family: var(--font2);
  font-weight: 700;
  font-size: 1.65em;
  line-height: 1.15em;
    border-top: 1px solid var(--Dark-Color);
    border-left: 10px solid var(--Dark-Color);
    padding: 0.15em 0 0 0.5em;
    margin: 0 0 0.7em 0;
}

.cres_related_articletitle {
  font-family: var(--font2);
  font-weight: 700;
  font-size: 1.3em;
  margin: 0 0 0.4em 0;
  line-height: 1.3em;
  color: var(--Main-Text-Color, #000);
}

#cres_article #cres_relatedarticles em, #cres_article #cres_relatedarticles i {
  font-style: normal;
}

#cres_article #cres_relatedarticles strong, #cres_article #cres_relatedarticles b {
  font-weight: normal;
}

#cres_article ul, #cres_article ol {
    margin: 0 0 1.5em 2em;
}

#cres_article li {
    padding: 0 0 1em 0;
}

#cres_article li span {
    color: var(--Main-Text-Color, #000);
}

#cres_article .cres_imgright {
    float: right;
    margin: 0.4em 0 1em 1em;
    width: 40%;
    min-width: 300px;
    border: 1px solid #aaa;
}

#cres_article .cres_widgetrelated #cres_relatedarticles a {
    width: calc(33.3% - 1.5em);
}

#cres_article .cres_widgetrelated h4, .cres_widgetrelated p {
    color: var(--Main-Text-Color, #000);
}

#cres_article .cres_widgetrelated img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 0 0.5em 0;
    border: 1px solid #999;
    display: block;
}

#cres_article .cres_widgetrelated table img {
  display: none;
}

.cres_stockblocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cres_content .cres_stockblocks h2 {
    margin: 0 0 0.5em 0;
}

.cres_stockblocksindent {
  margin: 0 0 0 1.5em;
}

.cres_stockblocks > div {
    background-color: #ddd;
    padding: 1em 1.3em 0 1.3em;
    box-sizing: border-box;
    margin: 0 0 1em 0;
    width: calc(50% - 0.5em);
}

.cres_stockblocks > div:last-child {
  width: 100%;
}

.cres_privacypolicy table {
  border-collapse: collapse;
}

.cres_privacypolicy table, .cres_privacypolicy th, .cres_privacypolicy td {
  border: 1px solid black;
}

.cres_privacypolicy th, .cres_privacypolicy td {
  padding: 10px;
}

.cres_privacypolicy .col1 {
  width: 30%; 
}

.cres_privacypolicy .col2 {
  width: 60%; 
}

.cres_privacypolicy .col3 {
  width: 10%; 
}


/************************************************************************************/
/**************** INTERIOR ARTICLE PAGES - SIDEBAR - VIDEO & BOOKLET ****************/
/************************************************************************************/

#cres_sidebar, #cres_sidebarstaff {
    padding: 1.8em 1.3em 0 1.3em;
    box-sizing: border-box;
    background-color: var(--Dark-Color);
}

#cres_sidebar, #cres_sidebarstaff {
    width: 450px;
}

.cres_sidetitle {
  font-family: var(--font2);
    font-weight: 400;
    text-align: center;
    line-height: 1.15em;
    font-size: 2.5rem;
    background-color: var(--Light-Color);
    width: 100%;
    box-sizing: border-box;
    color: #404040;
    margin: 0;
    padding: 35px 19px 20px;
}

.cres_calctitle {
    padding: 0.4em 0.7em 0 0.7em;
}

#cres_relatedvideo {
    width: 80%;
    max-width: 640px;
    height: auto;
    display: block;
    border: 1px solid #666;
    margin: 0 0 2em 0;
}

#cres_booklet, #cres_calcwrapper, #cres_dafgift, #cres_stocktransfer {
    display: block;
    margin: 0 0 2em 0;
}

#cres_booklet img, #cres_advisorenewsletter img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 46px auto;
    max-width: 221px;
}

#cres_booklet .cres_mainbutton, #cres_advisorenewsletter .cres_mainbutton {
    margin: 0 auto 0px auto;
    display: block;
    width: fit-content;
}

#cres_booklet .cres_mainbutton:hover, #cres_advisorenewsletter .cres_mainbutton:hover {
  color: #434343;
}

#cres_booklet_wrapper, #cres_advisorenewsletter_wrapper {
    background-color: var(--Light-Color);
    padding: 5px 1em 41px 1em;
}

#cres_content #cres_booklet_wrapper a {
    text-decoration: none;
}

#cres_sidebar > div {
    background-color: var(--Light-Color);
    margin: 15px 0 67px 0;
}

.sidebar_wrapper {
    position: relative;
}

.sidebar_wrapper::after {
    content: '';
  position: absolute;
  width: 101px;
  height: 181px;
  top: 0;
  left: 0;
  transform: translateX(-22px) translateY(-15px);
  background-size: cover;
  background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-yellow.svg');
}

.sidebar_wrapper::before {
    content: '';
  position: absolute;
  width: 101px;
  height: 181px;
  bottom: 0;
  right: 0;
  transform: translateX(22px) translateY(27px) rotate(180deg);
  background-size: cover;
  background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-purple.svg');
}

#cres_sidebar > div > div {
    position: relative;
    background-color: var(--Light-Color);
    z-index: 2;
}

#cres_sidebar {
    margin-top: 90px;
    padding: 0px;
    background: #fff;
}

#cres_dafgift input {
  max-width: 500px;
}

#cres_dafgift img, #cres_stocktransfer img {
  max-width: 500px;
  display: block;
  margin: 0 auto 1em auto;
  width: 100%;
}

#cres_dafgift div:nth-child(3), #cres_stocktransfer div:nth-child(3) {
    padding: 0 1em 1.5em 1em;
}

#cres_dafgift p {
    margin: 0 0 0.3em 0;
}

#cres_dafsearch {
    display: flex;
}

#cres_content #cres_dafsearch input {
    width: calc(100% - 38px);
    height: 33px;
}

#cres_dafgift div.cres_dafcity, #cres_dafgift div.cres_dafcity1 {
    padding: 0;
}


#cres_dafsearch button {
    background-color: var(--Dark-Color);
    width: 33px;
    height: 33px;
    border-radius: 0 10px 10px 0;
    border: none;
    cursor: pointer;
}

#cres_dafsearch svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

#cres_dafgift ::placeholder {
    font-style: italic;
}

.cres_dafoptiontable {
  margin: 0.7em 0 0 0;
}

.cres_dafmonitor svg {
    width: 45px;
    height: 47px;
    margin: 0.2em 0 0 0;
}

.cres_dafphone svg {
    width: 45px;
    height: 40px;
    margin: 0 0.2em 0 0;
}

.cres_dafmonitor {
    width: 50px;
}

.cres_dafdisclosure {
    font-size: 0.93em;
    line-height: 1.4em;
}

.cres_dafgraybg {
    /*background-color: var(--Gray-Color);*/
    padding: 0.3em 0.7em 0.7em 0.7em;
    margin: 1em 0 0 0;
}

#cres_dafgift textarea {
    height: 150px;
}

#cres_dafnotifysend {
  width: 100%;
  margin: 0 0 1em 0;
}

#cres_dafnotifysend tr:nth-child(even) td, .cres_dafmailtable tr:nth-child(even) td {
  padding: 0 0 0.6em 0;
}

#cres_mailnotifysend {
  margin: 0.3em 0 0 0;
}

#cres_mailnotifysend td {
  padding: 0;
}

#cres_mailnotifysend input, #cres_mailnotifysend textarea, #cres_maildafletterbutton {
  margin: 0 0 0.6em 0;
}

.cres_dafnotify1 {
    padding: 0.5em 0 0 0;
}

.cres_dafnotify2 {
    padding: 0.5em 0;
}

.cres_dafnotifytable1 {
    padding: 1em 0 0 0;
    width: 100%;
}

.cres_dafnotifytable2 {
    width: 100%;
}

.cres_notifycell {
  padding: 1em 0 0.5em 0;
}

#cres_dafnotify {
  position: relative;
  top: -1px;
}

#cres_content input.cres_dafsearch, #cres_content input.cres_dafsearch:hover {
  height: 50px;
  padding: 0 0 0 45px;
	background-color: #ffffff;
    border: none;
    border-bottom: 2px solid var(--Orange-Color);
}

.cres_dafsearchwrapper {
	position: relative;
}

#cres_dafgift input.cres_dafzip {
    max-width: 75px;
}

.cres_dafcity, .cres_dafcity1 {
    font-style: italic;
}

.cres_dafoptiontable, .cres_dafoption1, .cres_dafoption2, .cres_dafnotifytable1, .cres_dafnotifytable2 {
    display: none;
}

#cres_adaemail1_error {
  margin: -0.6em 0 0.8em 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    padding: 0.3em 0.5em 0.2em 0.5em;
    box-sizing: border-box;
    width: auto !important;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
    
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
    
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
    
.ui-front {
    z-index: 100;
}
    
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete li {
    padding: 0.25em;
    line-height: 1.3em;
    cursor: pointer;
}

.ui-autocomplete li:hover {
    background-color: var(--Gray-Color);
}

#cres_irasupportgrid {
    margin: 1.3em 1em 0.4em 1em;
}

#cres_irasupportgrid tr:first-child td {
    padding: 0 0.5em 0.5em 0;
    cursor: pointer;
}

#cres_irasupportgrid tr:nth-child(5) td {
    padding: 0.5em 0.5em 0.5em 0;
    cursor: pointer;
}

#cres_irasupportgrid .cres_expand_content td {
    padding: 0 0.5em 0.3em 0;
}

#cres_irasupportgrid tr td:first-child {
    text-align: right;
}

#cres_letushelp_wrapper a:first-child svg {
    width: 45px;
    height: 47px;
}

#cres_letushelp_wrapper a:nth-child(2) svg {
  width: 32px;
  height: 43px;
}

#cres_irasupportgrid tr:first-child svg {
    width: 55px;
    height: 47px;
}

#cres_irasupportgrid tr:nth-child(5) svg {
    width: 55px;
    height: 50px;
}

#cres_irasupportgrid tr.cres_expand_content1 td, #cres_irasupportgrid tr.cres_expand_content2 td {
    text-align: left;
    cursor: default;
}

.cres_expand_content1 button {
    margin: 0.5em 0 0 0;
}

.cres_expand_content2 button {
    margin: 0.5em 0 1em 0;
}

#cres_expand_open1, #cres_expand_close1, #cres_expand_open2, #cres_expand_close2 {
    color: #3344dd;
}

#cres_expand_open1::after, #cres_expand_open2::after {
    border-color: transparent transparent transparent #3344dd;
    border-style: dashed dashed dashed solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: inline-block;
    margin-left: 6px;
}

#cres_expand_close1::after, #cres_expand_close2::after {
    border-color: #3344dd transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 6px 6px 0 6px;
    content: "";
    display: inline-block;
    margin-left: 6px;
}



/************************************************************************************/
/********************* INTERIOR ARTICLE PAGES - CALCULATOR **************************/
/************************************************************************************/

#cres_calc {
    max-width: 600px;
    margin: auto;
    padding: 0.7em;
}

aside #cres_calc {
  font-size: 0.9em;
}

#error_message_box {
  /*display: table-row;*/
  display: none;
}

.cres_calcinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cres_article #cres_calc {
    border-radius: 20px;
    padding: 0.5em;
}

#cres_calctable { 
    border-spacing: 0;
    margin: auto;
    width: 100%; /* Chrome bug */
}

.cres_calcbenef {
    white-space: nowrap;
}

.cres_calcdesc {
    padding: 0 1em 0.8em 1em;
    box-sizing: border-box;
}

#cres_calctable td {
    padding: 0.4em 0.4em 0.4em 0.6em;
    vertical-align: top;
}

#cres_calctable tbody td:first-child {
    font-weight: bold;
    text-align: right;
    padding-left: 0.8em;
}

#cres_calctable td.cres_calcx {
    text-align: right;
    padding: 0 0.4em 0 0.6em;
    vertical-align: top;
}

#crescalc_help_close {
    display: none;
}

#crescalc_help_open svg, #crescalc_help_close svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cres_calcbenef input {
    margin: 0;
}

.cres_calc_gifttype div:first-child {
    margin: 0 0 0.3em 0;
}

.cres_calcbenef span:nth-child(2) {
    margin: 0 0.7em 0 0;
}

.cres_calcbenef_br {
    display: none;
}

.cres_calctype_br {
    display: block;
    height: 0.2em;
}

#cres_content input[type="text"].cres_calc_two, #cres_content input[type="text"].cres_calc_four{
    font-size: 0.9em;
}

.cres_agefield {
    margin: 0.5em 0 0 0;
}

.cres_agefield label {
    margin: 0 0.15em 0 0;   
}

.cres_datecell div {
  display: inline-block;
  margin: -0.1em 0.5em 0.2em 0;
}

.cres_datecell label {
  display: block;
  font-size: 0.9em;
  margin: 0 0 0.15em 0;
}

#cres_content .cres_datecell input[type="text"] {
	font-size: 0.9em;	
}

input::placeholder {
    opacity: 0.5;
    color: var(--Main-Text-Color, #000);
}

#cres_content #cres_sidebar .cres_datecell input[type="text"] {
	font-size: 0.95em;	
}

#cres_sidebar .cres_datecell div {
  margin: -0.1em 0.2em 0.2em 0;
}

#cres_sidebar .cres_datecell label {
  font-size: 0.85em;
}

#cres_sidebar .cres_datecell .cres_field50 {
  max-width: 43px;
}

#cres_sidebar .cres_datecell .cres_field70 {
  max-width: 55px;
}


.cres_calc_cal {
    position: relative;
    top: 0.2em;
    cursor: pointer;
}

#cres_calc_age1, #cres_calc_age2, #cres_calc_def_payout_date {
    position: relative;
    top: -0.2em;
}

#cres_calctable .cres_calc_help {
    display: none;
}

#cres_calctable tbody .cres_calc_help td {
    padding: 0.6em 1em 0.7em 1em;
    background-color: #fff;
    border: 1px solid #bbb;
    font-weight: normal;
    text-align: left;
}

#cres_calctable tbody td.cres_calcactions {
    text-align: center;
}

.cres_calcactions button {
    margin: 0.3em 0.25em 0.7em 0.25em;
}

.calc_x svg {
    width: 25px;
}

.cres_calc_cal svg {
    width: 30px;
    height: 30px;
}

#cres_calc_trust_amt, #cres_calc_cost_basis, #cres_calc_cash {
    margin-bottom: 0.7em;
}

#cres_calc_trust_amt_slider, #cres_calc_cost_basis_slider, #cres_calc_cash_slider {
    max-width: 200px;
    margin-bottom: 0.5em;
}

#cres_calc .ui-slider {
    position: relative;
    text-align: left;
}

#cres_calc .ui-widget {
    font-size: 1.2em;
}

#cres_calc .ui-slider-horizontal {
    height: .8em;
}

#cres_calc .ui-widget-content {
    border: 1px solid #bbb;
    background-color: #eeeeee;
    box-shadow: 1px 1px 2px #bbb;
}

#cres_calc .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    box-shadow: 1px 1px 2px #bbb;
    cursor: pointer;
}

#cres_calc .ui-slider-horizontal .ui-slider-handle {
    top: -0.25em;
    margin-left: -0.6em;
}

#cres_calc .ui-corner-all {
    border-radius: 4px;
}

#cres_calc .ui-state-default, #cres_calc .ui-widget-content .ui-state-default {
    border: 1px solid #bbb;
    background-color: #fff;
}

#cres_calc #cres_calctable tbody .cres_calc_error {
  display: none;
}

#error_message_box.cres_calc_error_show {
  display: block;
}

#cres_calc #cres_calctable tbody .cres_calc_error.cres_calc_error_show {
  display: table-row;
}

#cres_calctable tbody td.cres_calc_dpreview:first-child {
    font-weight: normal;
    font-style: italic;
    padding: 0.6em 0.8em;
    text-align: center;
}

#cres_content select#cres_calc_tax_rate, #cres_content select#cres_calc_freq, #cres_content select#cres_calc_afr {
    width: auto;
    font-family: inherit;
    color: inherit;
}

.cres_field600 {
    max-width: 600px;
}

.cres_field400 {
    max-width: 400px;
}

.cres_field300 {
    max-width: 300px;
}

.cres_field350 {
    max-width: 350px;
}

.cres_field250 {
    max-width: 250px;
}

.cres_field200 {
    max-width: 200px;
}

.cres_field115 {
    max-width: 115px;
}

.cres_field100 {
    max-width: 100px;
}

.cres_field150 {
    max-width: 150px;
}

.cres_field70 {
    max-width: 70px;
}

.cres_field50 {
    max-width: 50px;
}

.cres_field45 {
    max-width: 45px;
}

.cres_field37 {
    max-width: 37px;
}

.cres_field30 {
    max-width: 30px;
}

.cres_ada_helpmssg {
  font-size: 0;
    line-height: 0;
    display: none;
}

.cres_warningmssg {
    display: none;
}

#cres_calctable tbody tr.cres_warningmssg td {
  border: 1px solid #cc0000;
  padding: 10px 15px 13px;
  text-align: center;
  background-color: rgba(204, 0, 0, 0.15);
}



/*****************************************************/
/****************** VIDEO PLAYER *********************/
/*****************************************************/

#cres_videowrapper {
    position: relative;
    margin: 2em auto 3em auto;
    max-width: 1500px;
}

#cres_videocategories {
    display: table;
    border-spacing: 0.4em;
    width: calc(100% + 0.8em);
    margin: -0.4em 0 0 -0.4em;
}

#cres_videocategories div {
    display: table-cell;
    cursor: pointer;
    background-color: var(--Gray-Color);
    padding: 0.3em 0.3em 0 0.3em;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2em;
    width: 30%;
    position: relative;
}

.cres_activecat {
    border: 7px solid var(--Dark-Color);
    font-weight: bold;
}

.cres_activecat::after {
    content: "";
    position: relative;
    top: 25px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--Dark-Color);
    display: block;
    margin-top: -10px;
}

#cres_videocategories svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 0.5em auto;
}


#cres_videoplayer {
    padding: 0 1em 0 0;
    width: 73%;
    box-sizing: border-box;
    display: inline-block;
}

#cres_videocol {
    display: inline-block;
    width: 26%;
    vertical-align: top;
}

#cres_videolist {
    margin-top: 1.1em;
}

#cres_content #cres_videolist a {
    display: block;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 0.4em 0.5em 0.3em 2em;
    position: relative;
    color: var(--Link-Color);
    font-weight: 700;
    font-size: 18px;
}

#cres_videolist div a:nth-child(2) {
    border-top: 1px solid #aaa;
}

#cres_videolist a::before {
  border-style: dashed dashed dashed solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 2;
}

#cres_videolist a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0,-50%);
  width: 22px;
  height: 22px;
  background-color: #000;
  border-radius: 50%;
  z-index: 1;
}


#cres_videolist div {
    display: none;
}

#cres_videolist div:first-child {
    display: block;
}

#cres_content .cres_activevideo, #cres_content .cres_activevideo:hover, #cres_content #cres_videolist .cres_activevideo:visited {
    background-color: var(--Dark-Color);
    color: #fff !important;
}



/************************************************************************************/
/********************* INTERIOR ARTICLE PAGES - CONTACT *****************************/
/************************************************************************************/

.cres_grayborder {
    border-top: 1px solid #999;
    padding-top: 0.8em;
}

.cres_giftintent {
    margin: 0 1.5em 0.5em 0;
    border-spacing: 0;
}

.cres_giftintent td {
    vertical-align: top;
    padding: 0 0.3em 0.6em 0;
}

.cres_required::before {
    content: "* ";
    font-size: 1.1em;
    color: #C11B1D;
}

#cres_contact {
    display: flex;
}

fieldset {
    border-spacing: 0;
    border: none;
    padding: 0 0 0 1.5em;
    margin: 0;
    box-sizing: border-box; 
}

#cres_contactbooklet {
    width: 30%;
    min-width: 170px;
    box-sizing: border-box;
    padding: 1em 1em 0 1em;
    max-width: 250px;
    background-color: var(--Light-Color);
    text-align: center;
    overflow: hidden;
}

#cres_contactbooklet img {
    width: 100%;
    border: 1px solid #bbb;
}

#cres_contactbooklet p {
    margin: 0.3em 0 0.8em 0;
    line-height: 1.3em;
}

#cres_contacttable {
    width: 100%;
}

#cres_contacttable label {
    font-weight: bold;
}

#cres_contacttable td {
    padding: 0.3em 0.3em 0.7em 0.3em;
}

#cres_contacttable tr td:first-child {
    text-align: right;
    min-width: 120px;
}

#cres_contacttable tr td:last-child {
    padding-right: 1.5em;
}

#cres_contacttable tr:last-child td {
    padding: 0 0 1em 0;
}

#cres_contacttable tr.cres_emailstocks td:nth-child(1) {
    padding: 0.3em 0.3em 0.7em 0.3em;
}

#cres_contacttable tr.cres_emailstocks td:nth-child(2) {
    padding: 0.3em 1.5em 0.7em 0.3em;
}

.cres_contactinfo {
    color: #fff;
    margin: 0 0 2em 0;
}

.cres_contactinfo a {
    color: inherit !important;
}

#cres_content .cres_contactinfo img {
    width: 150px;
    border: 1px solid #aaa;
}

.cres_contactsidetitle {
  font-family: var(--font2);
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.65em;
  margin: 0 0 0.4em 0;
}

.cres_contactinfo h4 {
    margin: 0 0 0.3em 0;
}

#cres_contact textarea {
    margin: 0 0 0.8em 0;
    height: 200px;
}

.cres_estateguide #cres_contact textarea {
    margin: 0;
}

.cres_estateguide #cres_contact_mail_option {
	position: relative;
	top: -0.1em;
}

.cres_estateguide #form_submit_btn {
	margin: 1em 0 0 0;
}

.cres_zip {
    text-align: right;
}

#cres_content input.cres_required_active,
#cres_content select.cres_required_active{
    border: 3px solid #C11B1D;
    background-color: rgba(193,27,29,0.2);
}

#cres_content .cres_required_active input {
    border: 3px solid #C11B1D;
    background-color: rgba(193,27,29,0.2);
}

#cres_content .cres_required_active #cres_adanamefield_error,
#cres_content .cres_required_active #cres_adaemailfield_error,
#cres_content .cres_required_active [id$="_error"]{
  display: block !important;
}

.cres_radiolabels div {
    margin: 0 0 0.5em 0;
}

#cres_content .cres_stockswrapper h2 {
    margin: 0 0 0.3em 0;
}

.cres_stockswrapper > .cres_required {
    margin: 0 0 0.7em 0;
    font-size: 0.9em;
}

#cres_stockblock, #cres_mutualblock {
    margin: 0 0 0 1.5em;
    display: none;
}

#cres_stocks_charityinfo label {
     display: block;
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

#cres_content #cres_stocks_charityinfo input {
    border: none;
    box-shadow: none;
    margin: 0 0 0.5em 0.5em;
}

.cres_contacttable1 tr td:first-child {
    text-align: right;
    min-width: 120px;
    font-weight: bold;
}

.cres_contacttable1 td {
    padding: 1em 0.3em 0 0.3em;
}

.cres_contacttable1 tr:first-child td {
    padding: 0 0.3em 0 0.3em;
}

.cres_stockformcolumns {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 2em 0 0;
}


#cres_content .cres_stockformcolumns input {
    border: none;
    box-shadow: none;
    padding: 0;
    color: var(--Main-Text-Color, #000);
}

#cres_content .cres_stockformcolumns label {
    font-weight: bold;
}

#cres_mutual_fund_name {
    margin: 0.4em 0 0 0;
}

.cres_grayborder1 {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 1.5em 0 1.2em 0;
}

.cres_adaerrormessage {
    font-size: 0;
    line-height: 0;
}

div[class*="cres_fieldmessage"], .cres_emailmessage, .cres_adastockmssg, .cres_adamutualmssg {
    display: none;
}

div[class*="cres_fieldmessage"] {
  font-weight: 700;
}

#cres_submitprocessing {
    font-weight: bold;
    font-style: italic;
    margin: 0.5em 0 0 0;
    display: none;
}

#cres_calcprocessing {
  font-weight: bold;
  font-style: italic;
  margin: 0 auto;
  width: 130px;
  text-align: left;
  white-space: nowrap;
  display: none;
}

#cres_submitprocessing span::after, #cres_calcprocessing span::after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "...";
    width: 0px;
    letter-spacing: 1px;
    margin: 0 0 0 0.2em;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.cres_requiredmssg {
	display: block;
	font-style: italic;
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
}

abbr {
	text-decoration: none;
	font-weight: normal;
}




/**********************************************************************/
/************************* SEARCH RESULTS *****************************/
/**********************************************************************/

.search_result {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.search_result:last-child {
    border-bottom: none;
}

#cres_content .search_result > a p:first-child {
    font-weight: bold;
}

#cres_content .search_result a {
  display: inline-block;
  overflow-wrap: anywhere;
}

#cres_content .search_result p {
    margin: 0;
    color: var(--Main-Text-Color, #000);
}

#searchForm {
  margin: 0 0 1.5em 0;
  position: relative;
}
  
#cres_content #searchField {
  max-width: 400px;
  height: 33px;
  padding: 0 0 0 32px;
  background-color: #fff;
}

.cres_inlinesearchicon {
    width: 20px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.cres_inlinesearchicon svg {
	opacity: 1;
}

.search_result .link {
    font-size: 0.9em;
    margin: 0 0 0.3em 0;
    display: block;
    font-style: italic;
}

.search_result img {
  display: none;
}

.cres_searchresults .result_num {
    display: none;
}

.search_result br {
  display: none;
}




/**********************************************************************/
/*************************** DONOR RESOURCES **************************/
/**********************************************************************/
#cres_resources {
    background-color: var(--Light-Color);
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 60px 0 97px;
}

.cres_resources_content {
    display: flex;
}

.cres_resources_left {
    width: 450px
}

.cres_resources_right {
    width: calc(100% - 450px);
}


#cres_resources p {
    line-height: 1.5em;
}

.cres_resourcestitle1 {
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.15em;
    font-size: 3.125rem;
    margin: 0 0 36px 0;
    text-align: center;
}

.cres_resourcestitle2 {
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1.15em;
    font-size: 1.875rem;
    margin: 0 0 10px 0;
    text-align: left;
}

#cres_letushelp {
    padding-right: 95px;
}

#cres_letushelp p {
    margin: 16px 0 16px;
}

#cres_letushelp .cres_resourcestitle2 {
    text-align: left;
}

#cres_letushelp_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 59px;
    box-shadow: 0px 5px 24.75px 0.25px rgba(0, 0, 0, 0.16);
    width: 400px;
    position: relative;
}

#cres_letushelp_wrapper a {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 35px 10px;
    display: block;
    min-width: 400px;
    width: 400px;
    min-height: 197px;
    display: flex;
    align-items: center;
    background-color: var(--Dark-Color);
    border-right: 10px solid #fbb015;
    position: relative;
}

#cres_letushelp_wrapper a:nth-of-type(1):hover {
    color: #fff;
}

#cres_letushelp_wrapper a span::after, #cres_productdownloads > div .cres_productcontent p:nth-of-type(2) a::after {
    font-size: 16px;
    bottom: 1px;
}

#cres_letushelp_wrapper a span::after {
    margin-left: 9px;
}

.cres_letushelp_graphic {
    content: '';
    position: absolute;
    width: 127px;
    height: 229px;
    top: 0;
    left: 0;
    transform: translateX(-32px) translateY(-26px);
    background-size: cover;
    background-image: url('/org_files/2513/images/rd2/custom_thumbs/vector-yellow-reversed.svg');
}

.cres_letushelp_graphic:after {
    display: none !important;
}

#cres_letushelp_wrapper a:last-child {
    border-right: 10px solid var(--Dark-Color);
    background-color: #fff;
    color: var(--Dark-Color);
    overflow: hidden;
}

#cres_productdownloads {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cres_productdownloads > div {
    width: calc(50% - 33px);
}

    #cres_productdownloads > div:nth-of-type(1), #cres_productdownloads > div:nth-of-type(2) {
        margin-bottom: 17px;
    }
        #cres_productdownloads > div .cres_productcontent p:nth-of-type(1) {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #cres_productdownloads > div .cres_productcontent p:nth-of-type(2) {
        font-weight: 700;
        color: var(--Dark-Color);
        text-transform: uppercase;
        font-size: 1.375rem;
        line-height: 1.25;
        margin-top: 14px;
        
    }

.cres_productblock img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0.3em 0 0 0;
    box-shadow: 0px 2px 3px #aaa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    max-width: 100px;
}

.cres_productcontent {
    padding: 0 0 0 125px;
}

#cres_resources .cres_productcontent a:hover {
	color: var(--Link-Color);
}

.letushelp_bottom_icon .icon, .letushelp_top_icon .icon {
    color: #492f92;
    opacity: .45;
}

.letushelp_bottom_icon .icon::after, .letushelp_top_icon .icon::after, .letushelp_bottom_icon::after, .letushelp_top_icon::after {
    display: none;
}

.letushelp_bottom_icon .icon {
    font-size: 203px;
}


.letushelp_top_icon .icon {
    font-size: 191px;
    color: #fff;
    opacity: 0.1;
}

.letushelp_bottom_icon {
    position: absolute;
    color: #ffffff;
    opacity: 0.2;
    right: -36px;
    transform: rotate(-31deg);
    top: 19px;
    
}

.letushelp_top_icon {
  position: absolute;
  color: #ffffff;
  opacity: 1;
  left: -25px;
}


/**********************************************************************/
/******************** FOOTER - SITE MAP & COPYRIGHT *******************/
/**********************************************************************/
#cres_footer {
    background: linear-gradient( to right, #492f92 50%, #38256d 50% );
    color: #fff;
}

#cres_advisors {
    margin-bottom: 32px;
}

.footer_topbar {
  width: 100%;
  height: 10px; /* thickness of the stripe */
  background: linear-gradient(
    to right,
    #fbb015 0%,
    #fbb015 25%,
    #4287b6 25%,
    #4287b6 50%,
    #5bac46 50%,
    #5bac46 75%,
    #da5c3d 75%,
    #da5c3d 100%
  );
}


#cres_footer p {
    color: #fff;
     line-height: 1.5em;
}

#cres_footer a {
    font-weight: 700;
    color: #fbb015;
}

#cres_footer a:visited {
    color: #fbb015;
}

#cres_footer a:hover {
    color: #fbb015;
}

#cres_footer .container {
    display: flex;
}

.cres_footer_left, .cres_footer_right {
    padding-top: 56px;
    padding-bottom: 38px;
}

.cres_footer_left {
    min-width: 400px;
    padding-right: 61px;
}

.cres_footer_right {
    width: cacl(100% - 400px);
    background-color: #38256d;
    padding-left: 66px;
}

.cres_footer_logo {
    display: block;
    width: 341px;
    margin-bottom: 26px;
}

.cres_disclaimer {
    font-size: 1.125rem;
}

.cres_footercol {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 4%;
    font-size: 0.9em;
}

.cres_footercol ul {
    margin: 0 0 40px -20px;
}

.cres_footercol ul:last-child {
    margin: 0 0 0 -20px;
}

.cres_footercol li {
    margin: 0 0 0.3em 0;
    line-height: 1.3em;
}

.cres_footercol li:last-child {
    margin: 0;
}

.cres_social_widget {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

#cres_footer .cres_social_widget h4 {
    font-size: 1.375rem;
    color: #fbb015;
    margin-bottom: 7px;
    white-space: nowrap;
    font-family: 'Roboto';
}

.cres-icon {
	font-size: 1.875rem;
	font-family: "Cres Social Icons";
	color: #000;
}

#cres_footer a.cres-icon, #cres_footer a.cres-icon:visited, #cres_footer a.cres-icon:hover {
    color: #fff;
    font-weight: 400;
    margin-left: 6.75px;
}

.icon-cresfb::before {
	content:'\0041';
}

.icon-cresig::before {
	content:'\0042';
}

.icon-cresli::before {
	content:'\0043';
}

.icon-crespin::before {
	content:'\0044';
}

.icon-crestik::before {
	content:'\0045';
}

.icon-cresvim::before {
	content:'\0046';
}

.icon-crestwt::before {
	content:'\0047';
}

.icon-cresyt::before {
	content:'\0048';
}

/**************** CRESSURVEY ****************/

.cres_surveywrapper {
    background-color: #fff;
}

.cres_surveywrapper #cres_content, .cres_surveywrapper  #cres_footer {
    max-width: none;
}

#cres_content .cres_surveyhome {
    margin: 0 0 1em 0;
}

#cres_survey h2 {
    margin: 0 0 0.5em 0;
}

#cres_survey {
    padding: 0 0 0 1em;
    box-sizing: border-box;
}

#cres_surveytable {
    margin: 0 0 1.5em 0;
}

#cres_survey .cres_previous::before {
    border-style: dashed solid dashed dashed;
    border-width: 0.35em 0.35 0.35em 0;
    border-color: transparent #fff transparent transparent;
    content: "";
    display: inline-block;
}

#cres_survey .cres_previous::after {
    display: none;
}

#cres_survey_downloads {
    background-color: var(--Light-Color);
    text-align: center;
    padding: 0.5em 0;
    width: 30%;
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 350px;
}

#cres_survey_downloads div {
    display: inline-block;
    padding: 0.5em;
    width: 45%;
    box-sizing: border-box;
}

#cres_survey_downloads img {
    width: 100%;
    box-shadow: 1px 2px 4px #999;
}

.cres_surveywrapper #cres_topnav, .cres_surveywrapper #cres_search, .cres_surveywrapper #cres_resources, .cres_surveywrapper #cres_footer nav, .cres_surveywrapper #cres_controlbar, .cres_surveywrapper #cres_mainsite {
    display: none;    
}

.cres_surveywrapper #cres_onecol {
    padding: 0 2em 4em 2em;
}

.cres_surveywrapper .cres_footerbottom {
    padding: 0 2em 2em 2em;
}

.cres_surveywrapper #cres_contacttable {
    width: auto;
}

.cres_pagination {
    display: inline-block;
    margin: 0 0 0 0.5em;
}

.cs-hide {
	display: none !important;
}

#cs-previousQuestionButton {
	margin-right: 10px;
}

#cs-previousQuestionButton.cres_mainbutton::after {
	display: none;
}

.cres_surveywrapper .privacyLink {
	font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}



/**********************************************************************/
/********************** VIDEO PLAYER - DO NOT EDIT ********************/
/**********************************************************************/


.grecaptcha-badge {
  display: none !important;
}

@font-face {
    font-family: 'Lato';
    src: url(/fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

.cres-animation-wrapper {
    width: 100%;
    max-width: 720px;
    position: relative;
}

.cres-animation {
    width: 100%;
    position: relative;
    background-color: #353535;
}

.cres-animation .cres-animation-placeholder {
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.cres-animation.loaded {
    background-color: transparent;
}

.cres-animation.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13%;
    padding-top: 13%;
    background-color: #fff;
    background-image: url(/images/controls/loading.gif);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 1;
    border-radius: 15%;
}

.cres-animation .lottie {
    width: 100%;
    height: 100%;
    display: none;
}

.cres-animation.loaded .lottie {
    display: block;
}

.cres-animation.loaded .lottie.ultrawide {
  max-width: 2560px;
    max-height: 1440px;
  margin: 0 auto;
}

.cres-animation * {
    padding: 0;
    margin: 0;
}

.cres-animation .cres-animation-controls-overlay,
.cres-animation .cres-animation-controls-overlay * {
    box-sizing: border-box;
}

.cres-animation audio.cres-animation-player-audio {
    display: none;
}

input[type="range"].cres-animation-audio-slider {
    height: 0.2vw;
}

.cres-animation .cres-animation-controls-overlay {
    width: 100%;
    padding: 1.5%;
    position: absolute;
    left: 0;
    bottom: 6px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.cres_videos .cres-animation .cres-animation-controls-overlay {
	bottom: 3px;
}

.cres-animation.loaded .cres-animation-controls-overlay.cres-animation-show,
.cres-animation.loaded .cres-animation-controls-overlay.cres-animation-focus-show {
    opacity: 1;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-play-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    cursor: pointer;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-play-button {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/controls/play_btn.svg');
    background-size: contain;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-play-button.cres-animation-pause {
    background-image: url('/images/controls/pause_btn.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-progress-slider-wrapper {
    /*display: table-cell;*/
    display: table-row;
    vertical-align: middle;
    width: 62%;
    text-align: center;
    position: relative;
}

_::-webkit-full-page-media, _:future, :root .cres-animation .cres-animation-controls-overlay .cres-animation-progress-slider-wrapper .cres-animation-progress-slider {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.cres-animation .cres-animation-progress-slider {
    width: 96%;
}

.cres-animation .cres-animation-ns {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.cres-animation .cres-animation-controls-overlay .cres-animation-progress-duration {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: arial;
    text-align: left;
    padding-left: 20px;
    width: 10%;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-audio-icon {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    cursor: pointer;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-audio-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('/images/controls/audio_btn.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-audio-icon.mute {
    background-image: url('/images/controls/audio_mute_btn.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-volume-wrapper {
    display: table-cell;
    width: 3%;
    text-align: center;
    vertical-align: middle;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-full-screen {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.cres-animation .cres-animation-controls-overlay .cres-animation-full-screen {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px 45px;
    background-image: url('/images/controls/full_screen_btn.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-full-screen.close {
    background-image: url('/images/controls/min_screen_btn.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-cc {
    display: table-cell;
    width: 1.5%;
    text-align: center;
    vertical-align: middle;
    font-family: arial;
    font-size: 1.3vw;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px 45px;
    background-image: url('/images/controls/cc_off.svg');
}

.cres-animation .cres-animation-controls-overlay .cres-animation-cc.active {
    color: #52c3ed;
    font-weight: bold;
    background-image: url('/images/controls/cc.svg');
}

.cres-animation .cres-animation-cc-wrapper {
    position: absolute;
    bottom: 4%;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: none;
}

.cres-animation .cres-animation-cc-wrapper.cres-animation-cc-controls, .cres-animation .cres-animation-cc-wrapper.cres-animation-cc-focus-controls {
    bottom: 20.4%;
}

#cres_content .cres-animation .cres-animation-cc-wrapper p {
    margin-bottom: 0;
}

.cres-animation .cres-animation-cc-wrapper.active {
    display: block;
}

.cres-animation .cres-animation-cc-wrapper p {
    padding: 10px 20px 15px 20px;
    display: inline-block;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.9);
    font-family: lato;
}

.cres-animation-wrapper.cres-animation-full-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    top: 0;
    left: 0;
    max-width: none;
}

.cres-animation-wrapper.cres-animation-full-screen .cres-animation {
    max-width: 98vw;
    max-height: 98vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cres-animation-wrapper.cres-animation-full-screen .cres-animation .cres-animation-controls-overlay .cres-animation-cc {
    font-size: 3vw;
}
.cres-animation-wrapper.cres-animation-full-screen
    .cres-animation
    .cres-animation-controls-overlay
    .cres-animation-progress-duration {
    font-size: 2.5vw;
}
.cres-animation-wrapper.cres-animation-full-screen .cres-animation .cres-animation-cc-wrapper p {
    font-size: 3vw;
}

.cres-animation-wrapper:focus .cres-animation-controls-overlay {
    opacity: 1;
}

.cres-animation .cres-animation-ada-button:focus, .cres-animation .focus {
    outline: 1px dotted #52c3ed;
}

.cres-animation-overflow-hidden {
    overflow: hidden;
}

#video_thumb {
	outline: none;
}

.cres-animation-wrapper .pre-start {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/controls/play_btn_large.svg');
    background-size: 80px;
}

.cres-animation-wrapper .pre-start-hide {
    display: none;
}

.cres-animation .cres-animation-controls-overlay .buttons {
    margin-top: 14px;
    position: relative;
    z-index: 7;
}

.cres-animation-controls-overlay .cc-options {
  position: absolute;
  top: -86px;
  right: 8px;
  background-color: #262626;
  height: 86px;
  width: 284px;
  display: none;
}

.cres-animation-controls-overlay .cc-options.cc-options-show {
    display: block;
}

#cres_article .cres-animation-wrapper .cc-options ul {
    margin: 0;
    padding: 6px 20px 0 10px;
}

#cres_article .cres-animation-wrapper .cc-options ul li {
  color: #fff;
  list-style-type: none;
  padding: 5px 0 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  font-family: lato;
}

#cres_article .cres-animation-wrapper .cc-options ul li.active::before {
    height: 100%;
    width: 1em;
    align-items: center;
    content: "\2022";
    display: inline-flex;
    justify-content: center;
    position: absolute;
    top: -3px;
    left: 0;
}

.cres-animation-wrapper:-webkit-full-screen {
   width: 100%;
   height: 100%;
   max-height: 100%;
   background-color: #000;
}


@media (max-width: 767px) {

    .cres-animation .cres-animation-controls-overlay .cres-animation-play-button {
        width: 7%;
        padding-top: 7%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-progress-slider-wrapper {
        width: 53%;
        padding: 1%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-progress-duration {
        width: 9%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-audio-icon {
        width: 7%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-volume-wrapper {
        width: 20%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-full-screen {
        width: 7%;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-cc {
        width: 7.5%;
        font-size: 4.5vw !important;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {

    .cres-animation .cres-animation-controls-overlay .cres-animation-cc {
        font-size: 3vw;
    }
    
    .cres-animation .cres-animation-controls-overlay .cres-animation-cc {
    background-size: 37px 37px;
  }
  
  .cres-animation .cres-animation-controls-overlay .cres-animation-full-screen {
    background-size: 39px 39px;
  }
  
}

@media (min-width: 992px) {
  
    .cres-animation .cres-animation-controls-overlay:hover {
        opacity: 1;
    }
    
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: var(--Gray-Color);
  position: relative;
}

.rangeslider--horizontal {
  padding-top: 0.5%;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: var(--Gray-Color);
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 19px;
  padding-top: 17px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: none;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
    top: 50%;
    transform: translateY(-50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

input[type='range'].cres-animation-audio-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 0.2vw;
    margin: 18px 0 15px 0;
}

input[type='range'].cres-animation-audio-slider:focus {
    outline: none;
}

input[type='range'].cres-animation-audio-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    padding-top: 3%;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.1px solid #010101;
}

input[type='range'].cres-animation-audio-slider::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.28);
    width: 12px;
    height: 25px;
    padding-top: 0;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type='range'].cres-animation-audio-slider:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}

input[type='range'].cres-animation-audio-slider::-moz-range-track {
    width: 100%;
    height: 40%;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: #ffffff;
}

input[type='range'].cres-animation-audio-slider::-moz-range-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.28);
    width: 11px;
    height: 20px;
    padding-top: 6px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type='range'].cres-animation-audio-slider::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type='range'].cres-animation-audio-slider::-ms-fill-lower {
    background: #f2f2f2;
    border: 0.1px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type='range'].cres-animation-audio-slider::-ms-fill-upper {
    background: #ffffff;
    border: 0.1px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type='range'].cres-animation-audio-slider::-ms-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.28);
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}

input[type='range'].cres-animation-audio-slider:focus::-ms-fill-lower {
    background: #ffffff;
}

input[type='range'].cres-animation-audio-slider:focus::-ms-fill-upper {
    background: #ffffff;
}

.cres_videos .cres-animation-wrapper {
  margin: auto;
}

.cres_videos .jwplayer {
  margin: auto;
  border: 1px solid #aaa;
  
    max-width: 1000px !important;
    width: 100% !important;
    height: 565px !important;
}

.jw-logo {
  display: none !important;
}

@media (min-width: 1280px) {
  
.cres_videos .cres-animation-wrapper {
  max-width: 1000px;
}
  
}

@media all and (display-mode: fullscreen) {
	#cres_content .cres-animation .cres-animation-cc-wrapper p {
    	font-size: 1.7em;
	}
}
	



@media (max-width: 1080px) {
  
  .cres_videos .jwplayer {
    width: 650px !important;
    height: 366px !important;
  } 
  
  .rangeslider__handle {
    width: 25px;
    padding-top: 25px;
  }
  
  .cres-animation .cres-animation-controls-overlay .buttons {
    margin-top: 25px;
  }
  
  .cres-animation .cres-animation-controls-overlay .cres-animation-volume-wrapper {
    padding: 5px 0 0 0;
  }
  
  .cres-animation .cres-animation-cc-wrapper.cres-animation-cc-controls, .cres-animation .cres-animation-cc-wrapper.cres-animation-cc-focus-controls {
    bottom: 26.5%;
  }
  
  input[type='range'].cres-animation-audio-slider::-moz-range-thumb {
    width: 15px;
    height: 20px;
  }
  
  input[type='range'].cres-animation-audio-slider::-webkit-slider-thumb {
    width: 20px;
    height: 30px;
    margin-top: -17px;
  }
  
  input[type='range'].cres-animation-audio-slider {
      top: -6px;
      position: relative;
  }
  
}

@-moz-document url-prefix() { 

  input[type='range'].cres-animation-audio-slider {
      top: 0;
  }

}


@media (max-width: 767px) {
  
  .cres_videos .jwplayer {
    width: 500px !important;
    height: 281px !important;
  } 
  
  #cres_content .cres-animation .cres-animation-cc-wrapper p {
    padding: 5px 12px 7px 12px;
    font-size: 0.7em;
    line-height: 1.3em;
  }
  
}


@media (max-width: 600px) {
    
    .cres_videos .jwplayer {
    width: 370px !important;
    height: 208px !important;
  } 
    
    .cres-animation-wrapper .pre-start {
    background-size: 60px;
  }
    
}


@media (max-width: 480px) {
  
  .cres_videos .jwplayer {
    width: 325px !important;
    height: 182px !important;
  }
    
}


@media (max-width: 360px) {
  
    .cres-animation-wrapper {
        width: 300px;
        height: 169px;
    }
    
    .cres_videos .jwplayer {
    width: 300px !important;
    height: 169px !important;
  }
    
}



/**********************************************************************/
/**************** CRESSURVEY - GIVE US YOUR FEEDBACK ******************/
/**********************************************************************/

#cs-previewOutline .cs-topBar {
  display: none;
}

#cs-previewOutline {
  background-color: #fff !important;
}

.cs-questionWrapper label {
  font-size: 1.05em;
  display: table;
  direction: rtl;
  margin: 0 0 0.3em 0;
}

#cs-preview {
  min-height: 350px;
}

.cs-questionWrapper .cs-radioButton {
  display: none;
}

.cs-questionWrapper input {
  margin: 0 8px 0 0;
}

#cs-previewOutline h3 {
  font-size: 1.75em;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
}

#cs-previewOutline .cs-noVis {
  visibility: inherit;
  display: none;
}

#cs-nextQuestionButton {
  margin: 1em 0 0 0;
}

#cs-previousQuestionButton {
  margin: 1em 0.5em 0 0;
}

#cres_content p#cs-surveyQuestionNumber {
  margin: 1em 0;
}

.tablet_show {
    display: none;
}

/**********************************************************************/
/******************************* SITE MAP *****************************/
/**********************************************************************/

#cres_content .cres_sitemap h2 {
	margin: 0 0 0.5em 0;
}





/**********************************************************************/
/************************ T2 - TWO COLUMN TEMPLATE ********************/
/**********************************************************************/


/**********************************************************************/
/************************ T2 - GLOBAL STYLES **************************/
/**********************************************************************/

.cres_two_column_layout  #cres_header {
    border-bottom: 15px solid var(--Light-Color);
    height: 10em;
}

.cres_two_column_layout  #cres_header > .header_right {
  justify-content: flex-start;
}

.cres_two_column_layout  #cres_search {
  margin: 1.2em 0 0 0;
}

.cres_two_column_layout  #cres_twocolumn_wrapper {
  display: flex;
  position: relative;
}

.cres_two_column_layout  #cres_topnav {
    width: 250px;
    border: none;
}

.cres_two_column_layout  #cres_content {
  width: calc(100% - 250px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.cres_two_column_layout  #cres_mobilescroll {
    display: flex;
    flex-direction: column;
}

.cres_two_column_layout  #cres_mainnav {
    padding: 0.8em 1em 0 0.8em;
    flex-direction: column;
}

.cres_two_column_layout  #cres_mainnav > li::before {
    display: none;
}

.cres_two_column_layout  #cres_mainnav a {
    display: block;
    white-space: normal;
}

.cres_two_column_layout  .cres_navparent .cres_subnav {
    position: relative;
    padding: 0;
    font-size: 0.95em;
}

.cres_two_column_layout  #cres_smallnav {
  padding: 0;
  position: absolute;
  top: -3em;
  right: 2em;
}

.cres_two_column_layout  #cres_actions {
    padding: 0.9em 0.5em 0.5em 0.5em;
    font-size: 1.08em;
    line-height: 1.3em;
    display: block;
}

.cres_two_column_layout  #cres_actions > li > a, .cres_two_column_layout  #cres_actions .cres_actionparent > li > a {
    margin: 0 0 0.7em 0;
    padding: 0.5em 1em 0.5em 2.6em;
    position: relative;
    white-space: normal;
}

.cres_two_column_layout  .cres_actionparent .cres_actionsubnav {
    margin: -0.7em 0 0 0;
    position: relative;
}

.cres_two_column_layout  #cres_actions svg {
    padding: 0;
    position: absolute;
    right: calc(100% - 2.2em);
    top: 50%;
    transform: translateY(-50%);
}

.cres_two_column_layout  #cres_footer {
    clear: both;
    }



/***********************************************************************/
/*************************** T2 - INTERIOR PAGES ***********************/
/***********************************************************************/

.cres_two_column_layout .cres_formpages #cres_sidebarstaff, .cres_two_column_layout .cres_mission #cres_sidebarstaff, .cres_two_column_layout .cres_legacy #cres_sidebarstaff, .cres_two_column_layout .cres_surveyfeedback #cres_sidebarstaff {
    width: 350px;
}

.cres_two_column_layout .cres_formpages #cres_twocol_left, .cres_two_column_layout .cres_mission #cres_twocol_left, .cres_two_column_layout .cres_legacy #cres_twocol_left, .cres_two_column_layout .cres_surveyfeedback #cres_twocol_left {
    width: calc(100% - 350px);
}

.cres_two_column_layout  #cres_twocol_left, .cres_two_column_layout  #cres_onecol {
    padding: 1.3em 2em 3em 0;
}

.cres_two_column_layout  #cres_booklet img {
    max-width: 300px;
    width: 100%;
}

.cres_two_column_layout  #cres_booklet_wrapper {
    padding: 1.3em 1em 0.1em 1em;
}

.cres_two_column_layout  #cres_article .cres_imgright {
    min-width: 200px;
}

.cres_two_column_layout  #cres_article ul, .cres_two_column_layout  #cres_article ol {
    margin: 0 0 1.5em 0;
}

.cres_two_column_layout  #cres_videowrapper {
    margin: 2em auto 3em auto;
    max-width: 1600px;
}


@media (min-width: 1280px) and (max-width: 1520px) {

.cres_two_column_layout  .cres-animation-wrapper {
  width: 540px;
  height: 304px;
}

.cres_two_column_layout .cres_videos .cres-animation-wrapper {
  width: 630px;
  height: 354px;
}

.cres_two_column_layout .cres_videos .jwplayer {
  width: 630px !important;
  height: 354px !important;
}

.cres_two_column_layout .cres_videos #cres_videoplayer {
  width: 69%;
}

.cres_two_column_layout .cres_videos #cres_videocol {
  width: 30%;
}
  
}


.cres_show{
  display: block !important;
}

.cres_hide{
  display: none !important;
}

.thumbGenerator {
  width: 0 !important;
  height: 0 !important;
  color: transparent;
  position: absolute;
  top: 4px;
}


@media (max-width: 1600px) {
    #inner_marketing_text {
        max-width: 643px;   
    }
}

@media (max-width: 1460px) {
    .cres_widgetcol_two a {
        width: calc(50% - 15px);
    }
    
    .cres_widget_content, .cres_widgetcol_three a {
        padding: 20px;
    }
    
    .cres_widgetcol_three a:nth-child(2n) .cres_widget_decor, .cres_widgetcol_two a:nth-child(2n) .cres_widget_decor, .cres_widgetcol_three a:nth-child(2n+1) .cres_widget_decor, .cres_widgetcol_two a:nth-child(2n+1) .cres_widget_decor {
        width: 75px;
        height: 135px;
    }
    
    .cres_hero_background {
        /*background-size: 125%;*/
        /*background-position-x: -327px;*/
        /*background-position-y: -48px;*/
        
        background-size: cover;
        background-position: center;
    }
    
    .cres_page3 .cres_hero_background {
        background-size: 150%;
        background-position-x: 50%;
        background-position-y: 50%;
    }
    
    .cres_hero_background::after {
    	right: -100px;
    }
    
    #cres_marketing, #inner_marketing_text {
        max-width: 611px;
    }
    
    #cres_marketing p {
        padding: 0 29px;
    }
    
    .cres_hero_top_graphic {
        height: 366px;
        width: 143px;
        background-size: 179%;
    }
    
    .cres_hero_red_graphic {
        width: 90px;
        height: 188px;
    }
    
    .cres_hero_green_graphic {
        width: 98px;
        height: 230px;
    }
    
    #most_popular_widget {
    	padding: 46px 0px 55px;
    }
    
    #cres_letushelp_wrapper a, #cres_letushelp_wrapper {
        width: 380px;
        min-width: 380px;
    }
    
    .cres_resources_left {
    	width: 417px;
    }
    
    .cres_resources_right {
    	width: calc(100% - 417px);
    }
    
    #cres_productdownloads > div {
    	width: calc(50% - 17px);
    }
    
    #cres_letushelp {
    	padding-right: 62px;
    }
    
    #cres_resources {
        padding: 60px 0 35px;
    }
    
    .cres_footer_left, .cres_footer_right {
    	padding-top: 51px;
    }
}

@media (max-width: 1345px) {
    
    #inner_marketing_text {
        max-width: 514px !important;
    }
    
    #inner_marketing_text h1 {
        font-size: 4.4875rem;
    }
 
    .top_widget_image {
        min-width: 682px;
    }
    
    .top_widget_text > div:nth-of-type(2) {
        width: 667px;
    }
    
    .top_widget_decoration_top {
        left: -667px;
    }
    
    #featured_widgets .cres_widgetcol_three {
        margin-bottom: 47px;
    }
    
    .survey_widget_wrapper {
        padding-bottom: 77px;
    }
    
}



/*********************************************/
/*********************************************/
/******** DESIGN WITH UNDERLINED LINKS *******/ 
/*********************************************/
/*********************************************/

/* #cres_content a, #cres_footer a, #cres_resources a, #cres_advisors a, .cres_widgetcol_three h3, .cres_widgetcol_two h3, .cres_widgetcol_twofour h3, .cres_arrowlink, .cres_arrowlinkbox, .cres_herobutton, #cres_content .cres_widgetgrid_img1 h3, #cres_content .cres_widgetgrid_img2 h3, #cres_content .cres_widgetmultilinks_list p:first-child, #cres_content .cres_herobutton, #cres_carlargearea h1, #cres_carthumbarea p, .cres_widgethorizontal_text h3, .cres_widgetbg h3, .cres_related_articletitle, #cres_content .cres_widgetcol_newslist p:first-child, #cres_content .cres_financenewslist .cres_widgetmultilinks_list p:nth-child(2), #cres_content .cres_widgetcol_newslist a:last-child, #cres_content .cres_financenewslist .cres_widgetmultilinks_list a:last-child, #cres_content .cres_plrlist .cres_widgetmultilinks_list a:last-child, #cres_content .cres_articlelist p:first-child {
    text-decoration: underline;
}

#cres_content .cres_widgetcol_three a, #cres_content .cres_widgetgrid a, #cres_content .cres_widgetmultilinks_list a, #cres_footer .cres_footersocial a, #cres_content .cres_carmaindesc a, #cres_content .cres_widgethorizontal a, #cres_content .cres_widgetcol_two a, #cres_content .cres_widgetbg a, #cres_content .cres_widgetcol_twofour a, #cres_article .cres_widgetrelated #cres_relatedarticles a, #cres_content .cres_widgetcol_newslist a, #cres_content .search_result > a, #cres_content .cres_articlelist a {
    text-decoration: none;
}

#cres_content a h3, #cres_article .cres_widgetrelated a .cres_related_articletitle {
	color: var(--Link-Color);
}

#cres_content a:visited h3, #cres_article .cres_widgetrelated a:visited .cres_related_articletitle {
	color: var(--Link-Visited-Color);
}

#cres_content .cres_financenewslist a h3, #cres_content .cres_widgetcol_newslist p:nth-child(2), #cres_content .cres_plrlist a p:nth-child(2) {
	color: var(--Main-Text-Color, #000);
}

#cres_content .cres_widgetgrid a:visited h3, #cres_content .cres_widgetgrid a:visited .cres_arrowlinkbox {
	color: #bbb;
}

*/


/*START_MOBILE_STYLES*//*****************************************/
/*****************************************/
/************* MOBILE STYLES *************/
/*****************************************/
/*****************************************/

/*****************************************/
/*****************************************/
/**************** LEVEL 1 ****************/
/*****************************************/
/*****************************************/
@media (max-width: 1660px) {
    #header_smallnav,
    #cres_pglogo {
        display: none;
    }

    #cres_orglogo img {
        width: 260px;
        margin-right: 5px;
    }

    #cres_topnav .cres_topnav_wrapper {
        width: calc(100% - 265px);
    }

    #cres_marketing h1 {
        font-size: 5rem;
        line-height: 1.1;
    }

    #cres_marketing h1 span:nth-of-type(1) {
        font-size: 2.9375rem;
    }

    .cres_lockscroll #cres_topnav .cres_topnav_container {
        position: initial;
    }

    /**************** MAIN NAVIGATION - MOBILE MENU SETUP ****************/

    .cres_mobilelink {
        display: block;
    }

    #cres_navwrapper {
        position: fixed;
        z-index: 999999;
        width: 350px;
        left: -350px;
        top: 0;
        height: 100%;
        overflow: hidden;
        visibility: hidden;
        /*visibility turns off after the transition time*/
        transition: left 0.5s ease, transition 0.5s ease;
    }

    #cres_navwrapper.active {
        left: 0;
        visibility: visible;
        /*don't transition visibility for opening the menu*/
        transition: left 0.5s ease;
    }

    #cres_mobilescroll {
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .cres_lockscroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #cres_mobileoverlay {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 15;
        top: 0;
        display: none;
    }

    #cres_mobilescroll #cres_closemenu {
        display: block;
        width: 100%;
        text-align: right;
        box-sizing: border-box;
        text-decoration: none;
        position: absolute;
        z-index: 1;
        top: 0.45em;
        right: 0.7em;
        outline: none;
    }

    #cres_closemenu svg {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    #cres_mobilemenu {
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        padding: 14.1px 0 14.1px;
        background-color: var(--Dark-Color);
        width: calc(100% - 54px);
        text-align: right;
        position: relative;
    }

    #cres_mobilemenu::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        left: -54px;
        height: 60px;
        background-color: #492f92;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }

    #cres_mobilemenu span {
        font-size: 1.375rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }

    #cres_mobilemenu span:first-child {
        font-size: 1.5625rem;
        font-weight: 400;
        margin-right: 13px;
        top: 4px;
        position: relative;
    }

    .cres_lockscroll #cres_mobilemenu {
    }

    /**************** NAVIGATION LINKS - MOBILE CONVERSION ****************/

    #cres_mainnav > li:not(:last-child) > a {
        margin-right: 0px;
    }

    #cres_mainnav > li:first-child > a {
        margin-left: 0px;
    }

    .cres_has_dropdown > ul {
        margin: 0;
    }

    #cres_smallnav {
        display: flex;
        padding: 2.7em 0 0 0;
        font-size: 0.95em;
        border-right: 1px solid #fff;
        flex-direction: column;
    }

    #cres_mainnav {
        padding: 0;
        font-size: 1.1em;
        flex-direction: column;
        height: auto;
        margin: 0;
        display: block;
    }

    #cres_mainnav li::before,
    #cres_smallnav li::after {
        display: none;
    }

    #cres_mainnav a,
    #cres_smallnav a {
        font-size: 1.25rem;
        display: block;
        color: #fff;
        line-height: inherit;
        width: 100%;
        text-align: left;
        padding: 0.5em 1em 0.5em 0.8em;
        white-space: normal;
        border: none;
        box-sizing: border-box;
    }

    #cres_mainnav .cres_subnav a {
        padding: 0 1em 0.7em 0.8em;
    }

    #cres_mainnav,
    #cres_smallnav,
    #cres_mainnav .cres_subnav li,
    #cres_mainnav .cres_subnav li:hover {
        background-color: var(--Dark-Color);
    }

    #cres_smallnav a {
        border-bottom: 1px solid #fff;
        text-align: right;
        font-weight: 600;
        text-transform: uppercase;
    }

    #cres_mainnav > li:not(.cres_navparent) > a,
    .cres_navparent {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #cres_smallnav a:hover,
    #cres_mainnav a:hover {
        opacity: 1;
    }

    .cres_navparent > a:first-child::after {
        border-top: 0.4em solid #fff;
    }

    #cres_mainnav .cres_subnav {
        position: relative;
        padding: 0 0 0 1em;
        display: block;
    }

    .cres_navselected {
        font-weight: normal;
    }

    #cres_navmobilemove a {
        text-decoration: none;
        color: #fff;
        background-color: #0078b8;
        padding: 0.5em 1em 0.5em 0.8em;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        display: block;
        font-size: 1.2em;
    }

    #cres_mainnav .cres_subnav li,
    #cres_actions .cres_actionsubnav li,
    .cres_has_dropdown .cres_subnav li {
        border: none;
        padding: 0;
    }

    .cres_actions_wrapper {
        padding: 36.1px 30px 33.1px;
        
    }

    .cres_actionparent .cres_actionsubnav {
        position: relative;
        margin: 0;
    }

    #cres_actions .cres_actionsubnav a,
    #cres_actions .cres_actionsubnav a:hover {
        background-color: var(--Dark-Color);
        padding: 0 1em 0.6em 2em;
        border-bottom: 0;
    }
}

@media (max-width: 1279px) {
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
    }

    body {
        background-color: #fff;
        font-size: 1.125em;
    }

    #top_widget h3,
    #featured_widgets .cres_widgetcol_three h3,
    #survey_widget_content h3,
    #most_popular_widget h3,
    #featured_widgets .cres_widgetcol_three h3,
    .cres_resourcestitle1,
    #cres_content h2 {
        font-size: 2rem;
    }
    
    #cres_content h3 {
        font-size: 1.75rem;
    }

    .cres_widgetcol_three .cres_arrowlink,
    .cres_widgetcol_two .cres_arrowlink,
    .cres_widgetcol_two .cres_arrowlink_calc,
    .has_cres_arrowlink .cres_arrowlink {
        font-size: 1.25rem;
    }
    
    .sidebar_wrapper::before, .sidebar_wrapper::after {
        display: none;
    }

    #cres_sidebar {
        margin-top: 0px;
    }
    
    #cres_sidebar > div:first-child {
        margin-top: 0px;
    }

    .cres_articlepages .breadcrumb::after {
    	right: 0;
    }
    
    #cres_content #cres_sidebar > div,#cres_content #cres_dafgift,#cres_content #cres_stocktransfer {
        margin: 0;
    }
    
    /**************** HEADER - ALL PAGES ****************/

    /**************** HOME PAGE ****************/
    #cres_marketing {
        max-width: 471px;
    }

    #cres_marketing h1, #inner_marketing_text h1 {
        font-size: 3.9rem; /* halfway between 2.8rem and 5rem */
        line-height: 1.1;
    }

    #cres_marketing h1 span:nth-of-type(1) {
        font-size: 2.2rem; /* scaled up from 1.72rem */
    }

    #cres_marketing p, #cres_content #inner_marketing_text p {
        font-size: 1.3rem; /* between 1.125rem and 1.5rem */
        padding: 0 24px;
        margin-bottom: 24px;
        color: #fff;
    }

    .cres_hero_top_graphic {
        height: 275px;
        width: 90px;
        background-size: 179%;
        top: -26px;
    }

    #cres_content .cres_herobutton {
        font-size: 1.4rem; /* between 1.3125rem and 1.5rem */
    }

    .cres_widgetcol_three a {
        width: calc(33.3% - 0.6em);
    }

    .cres_widgetcol_twofour a:first-child {
        width: 40%;
    }

    .cres_widgetcol_twofour a:nth-child(2),
    .cres_widgetcol_twofour a:nth-child(3) {
        width: calc(30% - 1em);
    }

    #cres_onecol,
    #cres_twocol {
        padding-top: 1.3em;
        padding-bottom: 2em;
        display: block;
        overflow: hidden;
    }

    .cres_page1 #cres_onecol {
        padding-top: 34px;
    }

    #top_widget {
        flex-direction: column;
        padding-top: 0px;
    }

    .top_widget_text > div:nth-of-type(2) {
        padding: 26px 35px 26px 20px;
    }

    .top_widget_image {
        margin: 0;
        width: 100%;
        min-height: initial;
        height: 331px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 60px;
        min-width: initial;
        background-position-y: 50%;
    }

    .top_widget_text {
        width: calc(100% - 20px);
        margin: -40px auto 0;
    }

    .top_widget_text > div:nth-of-type(2) {
        width: 100%;
        position: relative;
    }

    .top_widget_decoration_top {
        width: 61px;
        height: 109px;
        left: 0;
        transform: translateX(-23px) translateY(-20px);
    }

    .top_widget_decoration_bottom {
        width: 61px;
        height: 109px;
        right: 40px;
        transform: translateX(55px) translateY(17px) rotate(180deg);
    }

    #top_widget h3 {
        width: fit-content;
    }

    .top_widget_decoration_dots {
        width: 75px;
        transform: translateY(83px) translateX(-50%) !important;
        right: 45%;
    }

    #featured_widgets .cres_widgetcol_three {
        margin-bottom: 21px;
    }

    #featured_widgets .cres_widgetcol_three a {
        width: calc(33.3% - 15px);
    }

    #featured_widgets .cres_widgetcol_three a:nth-of-type(1)::after {
        width: 61px;
        height: 109px;
        transform: translateX(-12px) translateY(-20px);
    }

    #featured_widgets .cres_widgetcol_three a:nth-of-type(3)::after {
        width: 61px;
        height: 109px;
        transform: translateX(15px) translateY(42px) rotate(180deg);
    }

    .survey_widget_wrapper {
        padding-top: 53px;
        padding-bottom: 56px;
    }

    .survey_widget {
        width: calc(100% - 72px);
    }

    #survey_widget_content {
        padding: 27px 107px 27px;
    }

    .square_shape {
        width: 125px;
        height: 68px;
        right: -35px;
    }

    .skewed_shape {
        width: 77px;
        height: 48px;
        left: -37px;
    }

    .survey_widget_top_decoration {
        height: 15px;
    }

    .survey_widget_bottom_decoration {
        height: 15px;
        width: calc(100% - 98px);
    }

    #most_popular_widget {
        padding: 35px 0px 40px;
    }

    #cres_content #popular_list {
        flex-direction: column;
    }

    #cres_content #popular_list p:nth-of-type(1) {
        font-size: 1.5625rem;
        margin-bottom: 8px;
    }

    #cres_content #popular_list a {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px 41px 30px;
    }

    /**************** INTERIOR LIST PAGES ****************/

    .cres_widgetcol_two svg {
        width: 70px;
        height: 70px;
        margin: 0 auto 0.5em auto;
        float: none;
        display: block;
    }

    .cres_widgetcol_two img {
        margin: 0 auto 0.8em auto;
        float: none;
        display: block;
        width: 100%;
    }

    .cres_widgetgrid_text ul {
        float: none;
        width: auto;
        padding: 0;
    }

    .cres_widgetgrid_text ul:nth-child(2) {
        padding: 0;
        margin-top: -1em;
    }

    #cres_content .cres_widgetcol_newslist h2,
    .cres_advisor #cres_content .cres_widgethorizontal h2 {
        font-size: 1.8em;
    }
    /**************** INTERIOR ARTICLE PAGES - MAIN CONTENT ****************/

    #cres_breadcrumb {
        line-height: 1.8em;
    }

    .cres_title {
        margin: 1.5em 0 1.5em 0;
    }

    #cres_twocol .cres_title {
        margin: 0.5em 0 1.5em 0;
    }

    #cres_mobiletabsfull_wrapper,
    #cres_mobiletabsshort_wrapper {
        display: block;
        margin: 1.5em 0 0 0;
    }

    #cres_mobiletabsfull,
    #cres_mobiletabsshort {
        display: table;
        width: 100%;
        font-size: 1.1em;
    }

    #cres_mobiletabsfull a,
    #cres_mobiletabsshort a {
        display: table-cell;
        text-align: center;
        cursor: pointer;
    }

    #cres_mobiletabsfull span,
    #cres_mobiletabsshort span {
        display: inline-block;
        padding: 0 1.7em 0.3em 1.7em;
        color: var(--Main-Text-Color, #000);
    }

    #cres_mobiletabsfull .cres_selectedtab span,
    #cres_mobiletabsshort .cres_selectedtab span {
        border-bottom: 8px solid var(--Dark-Color);
        font-weight: bold;
        font-size: 1.1em;
    }

    #cres_article .cres_imgright {
        width: 40%;
    }

    .cres_sidetitle,
    #cres_calc_trust_amt_slider,
    #cres_calc_cost_basis_slider,
    #cres_calc_cash_slider {
        display: none;
    }

    #cres_dafgift .cres_sidetitle {
        display: block;
        color: var(--Main-Text-Color, #000);
        padding: 0 0.7em 0.5em 0.7em;
        text-align: center;
        background: none;
    }

    #cres_calctable .cres_calc_talign {
        vertical-align: middle;
        padding: 0.4em;
    }

    #cres_calc_trust_amt,
    #cres_calc_cost_basis,
    #cres_calc_cash {
        margin-bottom: 0;
    }

    .cres_calcdesc {
        padding: 0.7em 1em 0.8em 1em;
    }

    #cres_videoplayer {
        width: 100%;
        display: block;
        padding: 0;
    }

    #cres_videocol {
        display: block;
        width: auto;
        vertical-align: top;
    }

    #cres_videolist {
        width: 100%;
        display: block;
        margin: 0;
        font-size: 1em;
    }

    #cres_videocategories {
        margin: 0.5em auto 1em auto;
        max-width: 500px;
        left: -0.4em;
        position: relative;
    }

    #cres_dafgift,
    #cres_stocktransfer {
        background-color: var(--Light-Color);
        margin: 3em 0 0 0;
    }

    #cres_dafgift div:nth-child(3),
    #cres_stocktransfer div:nth-child(3) {
        margin: auto;
        max-width: 500px;
    }

    .cres_widgetcol_newslist {
        width: calc(50% - 0.6em);
    }

    .cres_widgetcol_news .cres_widgetcol_newslist:nth-child(3) {
        width: auto;
    }

    .cres_widgetcol_news .cres_widgetcol_newslist:nth-child(3) img {
        max-width: 55%;
        margin: 0 auto 0.8em auto;
    }

    #cres_article .cres_widgetrelated #cres_relatedarticles a {
        width: 100%;
        margin: 0 0 2em 0;
        position: relative;
    }

    #cres_article .cres_widgetrelated img {
        max-width: 210px;
        position: absolute;
        margin: 0.4em 0 0 0;
    }

    #cres_article .cres_related_articletitle {
        margin: 0 0 0.4em 225px;
    }

    #cres_content .cres_widgetrelated p {
        margin: 0 0 1em 225px;
    }

    #cres_article .cres_widgetrelated .cres_arrowlink {
        margin: 0 0 0 225px;
    }

    /**************** INTERIOR ARTICLE PAGES - SIDEBAR ****************/

    #cres_sidebar {
        width: auto;
        padding: 0;
        display: block;
        background-color: transparent;
    }

    #cres_sidebarstaff {
        width: auto;
        padding: 0.8em 1em 0 1em;
        display: block;
        margin: 1em 0 1em 0;
        overflow: hidden;
    }

    .cres_contactinfo {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        box-sizing: border-box;
    }

    .cres_contactinfo:nth-child(1) {
        margin: 0 0 1.5em 0;
    }

    .cres_contactinfo:nth-child(2) {
        padding: 0 0 0 2em;
        margin: 0;
    }

    #cres_calcwrapper,
    #cres_booklet,
    #cres_dafgift,
    #cres_stocktransfer {
        display: none;
    }

    #cres_twocol_left {
        padding: 0;
        width: auto;
    }

    #cres_twocol #cres_article,
    #cres_calcwrapper,
    #cres_booklet,
    #cres_dafgift,
    #cres_stocktransfer {
        padding: 1.5em;
        border: 2px solid var(--Dark-Color);
    }

    #cres_twocol.cres_twocol_noborder #cres_article {
        padding: 0;
        border: none;
    }

    .cres_calctitle {
        display: none;
    }

    #cres_booklet_wrapper {
        background-color: var(--Light-Color);
        overflow: hidden;
    }

    aside #cres_calc {
        font-size: 1em;
    }

    /**************** Cres Resources****************/
    #cres_resources {
        padding: 35px 0 21px;
    }

    #cres_productdownloads {
        flex-direction: column;
    }

    .cres_resources_content {
        flex-direction: column;
    }

    .cres_resources_left {
        width: 100%;
    }

    #cres_letushelp {
        width: 100%;
        padding-right: 0px;
    }

    #cres_letushelp_wrapper a,
    #cres_letushelp_wrapper {
        width: 100%;
    }

    #cres_letushelp_wrapper a {
        min-height: 130px;
        width: 50%;
        min-width: initial;
    }

    #cres_letushelp_wrapper a:last-child br {
        display: none;
    }

    #cres_footer nav {
        display: none;
    }

    .cres_footerbottom {
        padding: 0 2em 2em;
    }

    .cres_productcontent {
        padding: 0 0 0 75px;
    }

    #cres_letushelp_wrapper {
        flex-direction: row;
        margin-top: 38px;
        margin-bottom: 30px;
    }

    .cres_resourcestitle1 {
        text-align: left;
        font-size: 2rem;
        margin-bottom: 21px;
    }

    .cres_resourcestitle2 {
        font-size: 1.5625rem;
    }

    #cres_letushelp p {
        margin: 8px 0 16px;
    }

    .letushelp_bottom_icon .icon {
        font-size: 120px;
    }

    .letushelp_top_icon .icon {
        font-size: 132px;
    }

    .letushelp_top_icon {
        left: -13px;
        top: -2px;
    }

    .cres_letushelp_graphic {
        width: 61px;
        height: 109px;
        transform: translateX(-10px) translateY(-12px);
    }
    
    .letushelp_bottom_icon {
    	right: -20px;
    	top: 5px;
    }

    .cres_resources_right {
        width: 100%;
    }

    #cres_productdownloads > div,
    #cres_productdownloads > div:nth-of-type(1),
    #cres_productdownloads > div:nth-of-type(2) {
        margin-bottom: 5px;

        width: 100%;
    }

    .cres_productblock img {
        max-width: 62px;
        margin-right: 18px;
    }

    #cres_productdownloads > div .cres_productcontent p:nth-of-type(2) {
        font-size: 1.25rem;
        margin-left: 6px;
    }

    /**************** Footer ****************/
    #cres_footer {
        background: linear-gradient( to bottom, #492f92 50%, #38256d 50% );
    }
    
    .footer_topbar {
        background: linear-gradient( to right, #5bac46 0%, #5bac46 16.5%, #da5c3d 16.5%, #da5c3d 100% );
    }
    
    #cres_footer .container {
        flex-direction: column;
        padding: 0;
    }
    
    .cres_footer_left {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    
    .cres_footer_right {
        padding-top: 36px;
        padding-bottom: 52px;
    }
    
    .cres_footer_left, .cres_footer_right {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #cres_advisors {
    	margin-bottom: 3px;
    }
        
    .cres_footer_right p, #cres_advisors {
        text-align: center;
    }
    
    #cres_footer p.cres_disclaimer {
        margin-top: 31px;
    }
    

    .cres_social_widget {
        justify-content: center;
    }
    
    .cres_footer_logo {
        margin: 0 auto 3px; 
        width: 252px;
    }
    
    .cres-icon {
        font-size: 1.5625rem;
    }
    
    #cres_footer .cres_social_widget h4 {
    	font-size: 1.25rem;
        margin-right: 11px;
        margin-bottom: 5px;
    }
    
}

@media (max-width: 1230px) {
    #inner_marketing_text {
    	max-width: 480px !important;
    	padding-top: 46px;
        padding-bottom: 40px;
    }
    
    #inner_marketing_text h1 {
    
    }

#cres_actions {
	font-size: 1.25rem;
}	

    
    .cres_actions_wrapper::after { 
    	width: 130px;
  height: 214px;
    }

	
}

@media (max-width: 1186px) {
    .cres_hero_wrapper,
    .cres_page1 .cres_hero_wrapper {
        padding-bottom: 128px;
        padding-top: 36px;
    }

    .cres_hero_background::after {
        width: 59%;
        right: 0%;
    }

    .cres_hero_yellow_graphic {
        top: -160px;
        right: -89px;
    }

    .cres_hero_green_graphic {
        bottom: -60px;
        right: -81px;
    }

    .cres_hero_red_graphic {
        width: 29px;
        height: 83px;
    }
}

@media (max-width: 1023px) {
    /*.breadcrumb {*/
    /*	width: calc(100% - 150px);*/
    /*}*/
    
    .breadcrumb::after, .cres_articlepages .breadcrumb::after {
        right: -150px;
    }
        
    #inner_marketing_text {
        max-width: 445px !important;
    }
    
    .cres_header_wrapper {
        height: 54px;
    }

    #cres_mobilemenu span,
    #cres_mobilemenu span:first-child {
        font-size: 1.25rem;
    }

    #cres_mobilemenu span:first-child {
        margin-right: 11px;
        top: 1px;
    }

    #cres_orglogo {
        top: 62.05825px;
    }

    #cres_orglogo img {
        width: 161px;
    }

    #cres_header {
        background-color: #f0eef6;
    }

    #cres_search button {
        width: 40px;
    }

    #cres_search input {
        padding: 9.5px 5px 10.5px 40px;
    }

    #cres_search input,
    #cres_search input::placeholder,
    #cres_mainsite,
    #cres_mainsite span.icon-graduation {
        font-size: 15px;
    }

    #cres_search,
    #cres_search input {
        background-color: initial;
    }

    #cres_search,
    #cres_search input {
        width: 224px;
    }

    #cres_search button {
        background-color: initial;
    }

    #cres_search input {
        opacity: 0.8;
    }

    #cres_search {
        margin-right: -5px;
    }

    #searchSubmit .icon {
        font-size: 15px;
        left: 3px;
        position: relative;
    }
    
    #cres_mobilemenu {
        padding: 20.6px 0 20.6px;
    }

    #cres_mobilemenu::before {
        height: 72px;
    }

    .cres_header_wrapper {
        width: 100%;
        justify-content: space-between;
    }

    #cres_topnav {
        background: linear-gradient(to right, white 60%, var(--Dark-Color) 40%);
    }

    .cres_hero_background::after {
        width: 65%;
        right: -87px;
        top: -24px;
    }

    #cres_topnav .cres_topnav_wrapper {
        width: calc(100% - 369px);
    }

    .cres_hero_wrapper .container {
        align-items: center;
    }

    .cres_hero_wrapper,
    .cres_page1 .cres_hero_wrapper {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    #cres_marketing {
        max-width: 356px;
    }

    #cres_marketing h1, #inner_marketing_text h1 {
        font-size: 2.8125rem;
        line-height: 1.1;
    }

    #cres_marketing h1 span:nth-of-type(1) {
        font-size: 1.72125rem;
    }

    #cres_marketing p, #cres_content #inner_marketing_text p {
        font-size: 1.125rem;
        padding: 0 11px;
        margin-bottom: 19px;
    }

    #cres_content .cres_herobutton {
        font-size: 1.3125rem;
    }
    .cres_actions_container {
        display: none;
    }

    .tablet_show {
        display: block;
    }

    #top_widget {
        margin-bottom: 49px;
    }

    #featured_widgets .cres_widgetcol_three {
        flex-direction: column;
    }

    #featured_widgets .cres_widgetcol_three a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #featured_widgets .cres_widgetcol_three a:not(:last-child) {
        margin-bottom: 26px;
    }

    #featured_widgets .cres_widgetcol_three a:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    #featured_widgets .cres_widgetcol_three a img {
        height: 250px;
        margin-bottom: 0px;
    }

    #featured_widgets .cres_widgetcol_three h3,
    #featured_widgets .cres_widgetcol_three p,
    #featured_widgets .cres_widgetcol_three .cres_arrowlink {
        margin-left: 0px;
        margin-right: 0px;
    }

    .featured_widgets_text {
        display: flex;
        flex-direction: column;
        padding: 10px 0 10px;
        justify-content: center;
    }

    #featured_widgets .cres_widgetcol_three a img,
    .featured_widgets_text {
        width: calc(50% - 20px);
    }

    #featured_widgets .cres_widgetcol_three h3 {
        margin-bottom: 7px;
    }

    #featured_widgets .cres_widgetcol_three p {
        margin-bottom: 18px;
    }

    #featured_widgets .cres_widgetcol_three a:nth-of-type(3)::after {
        transform: translateX(-12px) translateY(10px) rotate(180deg);
        left: 0;
        right: initial;
        bottom: 0;
    }

    #survey_widget_content {
        padding: 27px 45px 27px;
    }

    #cres_letushelp_wrapper a {
        font-size: 1.25rem;
        padding: 10px 27px 10px;
    }
}

@media (max-width: 947px) {
  #inner_marketing_text {
    max-width: 367px !important;
    min-height: 100%;
  }
  .cres_hero_background::after {
    width: 61%;
    right: -40px;
  }
}

@media (max-width: 898px) {
    .top_widget_image {
        background-position-y: 73%;
    }
}

/*****************************************/
/*****************************************/
/**************** LEVEL 2 ****************/
/*****************************************/
/*****************************************/

@media (max-width: 767px) {
    /**************** HEADER ****************/
    #inner_marketing_text {
        max-width: 316px !important;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    
    #cres_header .cres_header_container, #cres_topnav .cres_topnav_container, .container, #cres_onecol, #cres_twocol, .cres_footer_left, .cres_footer_right {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #cres_orglogo {
        left: 20px;
    }
    
    #cres_topnav .cres_topnav_wrapper {
         width: calc(50% + 54px);
    }
    
    #cres_wrapper {
        overflow: hidden;
    }

    #cres_header {
        position: relative;
    }

    #cres_navwrapper {
        width: 267px;
        left: -267px;
    }

    .top_widget_image {
        height: 275px;
    }
    
    .cres_footer_right {
        padding-bottom: 27px;
    }
    
    .cres_footer_left {
        min-width: initial;
    }

    /**************** HOME PAGE ****************/

    .cres_page1 #cres_marketing {
        margin-left: -17px;
    }

    #top_widget {
    	margin-bottom: 49px;
    	width: calc(100% + 20px);
    	margin-left: -10px;
    }
    
    .top_widget_text > div:nth-of-type(2) {
    	padding: 26px 19px 26px 20px;
    }
    
    .top_widget_decoration_dots {
        transform: translateY(80px) translateX(5%) !important;
        right: 0;
    }
    
    .cres_page1 #cres_onecol {
    	padding-top: 20px;
    }
    
    #featured_widgets .cres_widgetcol_three a img, .featured_widgets_text {
    	width: calc(50% - 10px);
    }
    
    #featured_widgets .cres_widgetcol_three {
    	margin-bottom: 10px;
    }
    
    #featured_widgets .cres_widgetcol_three a:nth-of-type(3)::after {
    	transform: translateX(19px) translateY(0px) rotate(180deg);
    	left: initial;
    	right: 0;
    	bottom: initial;
    	top: 159px;
    }
    
    #featured_widgets .cres_widgetcol_three a:nth-of-type(1)::after {
        transform: translateX(-19px) translateY(-20px);
    }
    
    .top_widget_decoration_top {
        transform: translateX(-19px) translateY(-20px);
    }
    
    .top_widget_decoration_bottom {
        transform: translateX(49px) translateY(17px) rotate(180deg);
    }

    .cres_widgetcol_three a,
    .cres_widgetcol_two a,
    .cres_widgetcol_twofour a:first-child,
    .cres_widgetcol_twofour a:nth-child(2),
    .cres_widgetcol_twofour a:nth-child(3),
    .cres_widgetcol_newslist {
        display: block;
        width: 100%;
    }

    .cres_widgetcol_three,
    .cres_widgetcol_two {
        margin: 0;
    }

    #cres_content .cres_widgetgrid_img1 h3,
    #cres_content .cres_widgetgrid_img2 h3 {
        padding: 1.5em 1em;
        font-size: 1.6em;
        margin: 0;
    }

    .cres_widgetgrid_text {
        padding: 1em 1em 1.4em 1em;
    }

    .cres_widgethorizontal {
        display: block;
    }

    .cres_widgethorizontal a {
        display: block;
        width: auto;
        margin: 0 0 2em 0;
        overflow: hidden;
    }

    .cres_widgetbg {
        display: block;
    }

    .cres_widgetbg a {
        width: auto;
        margin: 0 0 1em 0;
        padding: 0.8em 1em 3.5em 1em;
    }

    .cres_widgetbg .cres_arrowlinkbox {
        bottom: 1em;
        left: 1em;
    }

    .cres_widgetmultilinks {
        flex-direction: column;
    }

    .cres_widgetmultilinks_title {
        display: block;
        width: auto;
        padding: 0;
    }

    #cres_content .cres_widgetmultilinks_title h3 {
        font-size: 1.8em;
    }

    .cres_widgetmultilinks_list {
        width: auto;
        padding: 0 1em;
    }

    .cres_widgetcol_twofour a:first-child {
        background-color: #e5e5e5;
    }

    .cres_widgetcol_twofour_firsttext {
        padding: 0 1em 1em 1em;
    }

    .cres_widgetcol_twofour a {
        margin: 0 0 1em 0;
    }

    .cres_mostpopularlinks {
        flex-direction: column;
    }

    .cres_mostpopularlinks_title {
        display: block;
        width: auto;
        padding: 0;
    }

    #cres_content .cres_mostpopularlinks_title h3 {
        font-size: 1.8em;
    }

    .cres_mostpopularlinks_list {
        width: auto;
        padding: 0 1em;
    }

    .cres_widgetgrid,
    .cres_widgetmultilinks,
    .cres_widgetbg,
    .cres_mostpopularlinks {
        margin: 0 0 1em 0;
    }

    .survey_widget {
        width: 100%;
    }

    .square_shape {
        width: 125px;
        height: 84px;
        right: -107px;
    }
    
    .skewed_shape {
        left: -66px;
    }
    
    .survey_widget_top_decoration {
        width: calc(100% - 16px);
        left: -67px;
    }

    .survey_widget_bottom_decoration {
        width: calc(100% - 24px);
    }

    #survey_widget_content {
    	padding: 27px 15px 27px;
    }

    .survey_widget_wrapper {
    	padding-top: 53px;
    	padding-bottom: 53px;
    }

    /**************** INTERIOR PAGES ****************/
    .cres_widgetcol_three a:nth-child(2n) .cres_widget_decor, .cres_widgetcol_two a:nth-child(2n) .cres_widget_decor, .cres_widgetcol_three a:nth-child(2n+1) .cres_widget_decor, .cres_widgetcol_two a:nth-child(2n+1) .cres_widget_decor {
    	width: 50px;
    	height: 90px;
    }
    
     .cres_widget_content {
    padding: 30px 30px 30px;
  }
    
    .cres_widgetcol_news,
    .cres_widgetcol_news .cres_colbr:nth-child(3n),
    .cres_widgetcol_news .cres_colbr,
    .cres_widgetcol_two,
    .cres_widgetcol_three,
    .cres_widgetcol_news,
    .cres_widgetcol_twofour {
        display: block;
    }

    #cres_article ul,
    #cres_article ol {
        margin: 0 0 1.3em -0.8em;
    }

    #cres_content p.breadcrumb {
        line-height: 1.7em;
    }

    .cres_widgetcol_news .cres_widgetcol_newslist:nth-child(3) img {
        max-width: none;
    }


    /**************** FOOTER - ALL PAGES ****************/

    #cres_resources {
     
    }

    .cres_resourcestitle1::after {
        width: 150px;
        height: 8px;
    }

    #cres_productdownloads > div:last-child {
        margin: 0;
    }

    .cres_footercol,
    .cres_footercol:nth-last-child(2) {
        width: 49%;
    }

    .cres_contacttable1 {
        width: 100%;
    }

    .cres_contacttable1 td {
        padding: 0.3em 0 0em 0;
        display: block;
    }

    .cres_contacttable1 tr td:first-child {
        text-align: left;
        min-width: auto;
        font-weight: bold;
    }

    .cres_contacttable1 input {
        margin: 0 0 0.5em 0;
    }

    .cres_indent {
        margin: 0;
    }

    .cres_stockformcolumns {
        display: block;
        width: auto;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0;
    }

    #cres_stockblock,
    #cres_mutualblock {
        margin: 0;
    }

    .cres_contacttable1 .cres_stockhide {
        display: none;
    }

    #cres_content .cres_stockswrapper h2 {
        margin: 0 0 0.5em 0;
    }

    .cres_stockblocks > div {
        width: 100%;
    }
    
    #most_popular_widget {
	    padding: 35px 0px 16px;
    }
    
    #cres_content #popular_list a {
        margin-bottom: 15px;
        padding: 19px 29px 26px;
    }
}

/*****************************************/
/*****************************************/
/**************** LEVEL 3 ****************/
/*****************************************/
/*****************************************/

@media (max-width: 639px) {
    /**************** GLOBAL ****************/
    .breadcrumb::after {
        width: 77px;
        height: 8px;
    }
    
    .breadcrumb::after, .cres_articlepages .breadcrumb::after {
    	right: -100px;
    }
    
    /*.breadcrumb {*/
    /*	width: calc(100% - 100px);*/
    /*}*/
    
    .cres_page3 .cres_hero_background {
        background-size: 370%;
    	background-position-x: 50%;
    	background-position-y: 0100%;
    }
    
     #cres_content .cres_widgetrelated p, #cres_article .cres_widgetrelated .cres_arrowlink {
    margin-left: 0px;
  }
    
    .cres_widget_content, .cres_widgetcol_three a {
    	padding: 27px 20px 27px;
    }
        
    #inner_marketing_text {
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 100% !important;
    }
    
    #inner_marketing_text {
        min-height: 167px;
    }
    
    #cres_orglogo img {
        width: 144px;
        margin: 0;
    }

    #cres_mobilemenu span, #cres_mobilemenu span:first-child {
        font-size: 1.0625rem;
    } 

    #cres_marketing {
        margin: 0 auto 0;
        max-width: initial;
    }
    
    .cres_hero_background::after {
    	width: 105%;
    	right: -18px;
    	top: -0px;
    	height: 346px;
    	background-position-y: 12%;
    	z-index: 1;
    }
    
    #cres_hero {
    	padding-top: 329px;
        padding-bottom: 13px;
    }

    .cres_hero_top_graphic {
    	height: 128px;
    	width: 73px;
    	background-size: 112%;
    	top: 0px;
    	background-position-y: 51%;
    }
    
    .cres_hero_red_graphic {
        width: 34px;
        height: 64px;
        top: 282px;
        z-index: 2;
    }

    .cres_hero_yellow_graphic {
        z-index: 2;
        top: -176px;
        right: -68px;
    }
    
    .cres_hero_green_graphic {
        width: 35px;
        height: 85px;
        bottom: 163px;
        right: 0;
        top: 262px;
        z-index: 2;
    }

    .cres_page1 #cres_marketing {
        margin-right: 0px;
        margin-lefT: 0px;
    }
    
    .cres_hero_wrapper .container {
        padding-left: 19px;
        padding-right: 19px;
    }
    
    #cres_marketing p {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#cres_content h1 {*/
    /*    font-size: 1.8em;*/
    /*}*/

    /*#cres_content h2 {*/
    /*    font-size: 1.5em;*/
    /*}*/

    /*#cres_content h3 {*/
    /*    font-size: 1.4em;*/
    /*    line-height: 1.25em;*/
    /*}*/

    /*#cres_content h4 {*/
    /*    font-size: 1.25em;*/
    /*}*/

    /*.cres_resourcestitle1 {*/
    /*    font-size: 1.8em;*/
    /*}*/

    /*.cres_resourcestitle2 {*/
    /*    font-size: 1.4em;*/
    /*    line-height: 1.25em;*/
    /*}*/

    /**************** HOME PAGE ****************/

      .cres_hero_background {
        background-size: cover;
        background-position-x: 0;
        background-position-y: 0;
      }

    

    #cres_marketing h1 {
        
    }
    
    #featured_widgets .cres_widgetcol_three a, #featured_widgets .cres_widgetcol_three a:nth-of-type(2) {
        flex-direction: column;
    }

    #featured_widgets .cres_widgetcol_three a img, .featured_widgets_text {
        width: 100%;
    }
    
    #featured_widgets .cres_widgetcol_three a img {
        margin-bottom: 6px;
    }
    
    #featured_widgets .cres_widgetcol_three a:not(:last-child) {
        margin-bottom: 0px;
    }
    
    #featured_widgets .cres_widgetcol_three a {
        padding-bottom: 11px;
    }
    
    #featured_widgets .cres_widgetcol_three a:nth-of-type(1) img {
        object-position: 50% 29%;
    }

    .cres_widgetgrid,
    .cres_widgetmultilinks,
    .cres_widgetbg {
        margin: 0 0 1em 0;
    }

    /**************** WIDGETS - HOME + INTERIOR  ****************/

    .cres_widgetcol_two a,
    .cres_widgetcol_three a,
    .cres_widgetcol_twofour a,
    .cres_widgetcol_twofour a:first-child,
    .cres_widgetcol_twofour a:nth-child(2),
    .cres_widgetcol_twofour a:nth-child(3),
    .cres_widgethorizontal_block a,
    .cres_widgetrelated a,
    .cres_widgetgridcol a {
        padding: 0.9em 1em 1em 1em;
        box-sizing: border-box;
    }

    .cres_widgetcol_two a {
        padding: 0px;
    }

    #cres_content .cres_widgetcol_two a:hover,
    #cres_content .cres_widgetcol_three a:hover,
    #cres_content .cres_widgethorizontal_block a:hover,
    #cres_content .cres_widgetbg a:hover {
        color: #146fc9;
    }

    .cres_widgetcol_two a:visited::after,
    .cres_widgetcol_three a:visited::after,
    .cres_widgethorizontal a:visited::after,
    .cres_widgetcol_newslist a:visited::after,
    .cres_widgetbg a:visited::after,
    .cres_articlelist a:visited::after,
    .cres_widgetrelated a:visited::after,
    .cres_widgetgrid a:visited::after,
    .cres_widgetcol_twofour a:visited::after,
    .cres_widgetmultilinks_list a:visited::after,
    .cres_mostpopularlinks_list a:visited::after {
        color: var(--Link-Visited-Color);
    }

    #cres_content .cres_widgetgrid a {
        display: block;
        position: relative;
        padding: 0 0 0 0;
        margin: 0 0 1em 0;
        background-color: #e5e5e5;
    }

    .cres_widgetgrid a:nth-child(2) {
        direction: ltr;
    }

    .cres_widgetgrid_img1,
    .cres_widgetgrid_img2 {
        position: relative;
        text-align: center;
        display: block;
        width: 100%;
    }

    .cres_widgetgrid_text {
        display: block;
        width: auto;
        padding: 1em 1em 1em 1em;
    }

    .cres_widgethorizontal a {
        background-color: #e5e5e5;
        padding: 1em 1em 1em 1em;
        position: relative;
        margin: 0 0 1em 0;
    }

    .cres_widgethorizontal_mask {
        width: auto;
        float: none;
        max-width: 180px;
        margin: 0 auto 0.6em auto;
    }

    .cres_widgethorizontal_text {
        margin: 0;
    }

    .cres_widgethorizontal_text h1 {
        text-align: center;
    }

    .cres_widgetbg a {
        background-size: calc(100% - 0) 100%;
        background-position: left;
    }

    .cres_widgetbg a {
        padding: 0.8em 3em 1em 1em;
        background-color: #e5e5e5;
    }

    #cres_content .cres_widgetbg p {
        margin: 0;
    }

    .cres_widgetcol_newslist,
    .cres_widgetmultilinks_list {
        padding: 0;
    }

    #cres_content .cres_widgetcol_newslist h2 {
        padding: 0 0.5em;
    }

    .cres_widgetcol_newslist a,
    .cres_widgetmultilinks_list a {
        padding: 0.9em 1em 1.1em 1em;
    }

    .cres_mostpopularlinks_list {
        padding: 0;
    }

    .cres_mostpopularlinks_list a {
        padding: 0.9em 1em 1.1em 1em;
    }

    .cres_widgetcol_newslist .cres_allarticles {
        position: relative;
        padding: 0;
        border-top: none;
    }

    .cres_widgetcol_two svg,
    .cres_widgetcol_three svg {
        width: 60px;
        height: 60px;
        margin: 0 0 0.5em 0;
    }

    .cres_widgetcol_two img {
        margin: 0 0 0.8em 0;
    }

    .cres_widgetcol_three h3,
    .cres_widgetcol_twofour h3,
    .cres_widgetcol_news h3,
    .cres_widgetcol_two h3 {
        text-align: left;
    }

    .cres_relatedtitle {
        font-size: 1.4em;
        line-height: 1.25em;
    }

    #cres_article .cres_widgetrelated #cres_relatedarticles a {
        width: 100%;
        background-color: #e5e5e5;
        position: relative;
        margin: 0 0 1em 0;
    }

    #cres_article h2.cres_related {
        margin: 1.2em 0 0.2em 0;
    }

    #cres_content .cres_widgetrelated img {
        width: 100%;
        max-width: 300px;
        position: static;
        margin: 0 0 0.5em 0;
    }

    #cres_article .cres_related_articletitle {
        margin: 0 0 0.4em 0;
    }

    .cres_widgetcol_twofour_firsttext,
    .cres_widgetcol_twofour_text {
        padding: 0;
    }

    .cres_articlelist a {
        padding: 0.7em 0 1em 0;
    }

    /**************** INTERIOR LIST PAGES ****************/

    .cres_title {
        padding: 0 0 0.5em 0;
        border-left: none;
        font-size: 1.1em;
        margin: 1em 0 1.5em 0;
    }

    #cres_content .cres_widgetcol_news .cres_widgetmultilinks_title h2 {
        font-size: 1.8em;
    }

    .cres_page2 .cres_widgetcol_two h3 {
        text-align: left;
    }

    /**************** INTERIOR ARTICLE PAGES ****************/

    #cres_breadcrumb {
        font-size: 0.9em;
    }

    #cres_controlbar div,
    #cres_controlbar > a {
        display: inline-block;
        margin: 0 0.8em 0 0;
    }

    #cres_controlbar #cres_facebook {
        left: -0.5em;
    }

    #cres_content .cres_title p {
        font-size: 1em;
    }

    #cres_content .cres_title p.cres_date {
        font-size: 0.9em;
    }

    #cres_article .cres_imgright {
        float: none;
        margin: 1em 0 1em 0;
        width: 100%;
        min-width: auto;
    }

    #cres_relatedvideo {
        width: 100%;
        max-width: none;
    }

    #cres_mobiletabsfull_wrapper,
    #cres_mobiletabsshort_wrapper {
        padding: 0;
        margin: 1.5em -1em 0 -1em;
    }

    #cres_mobiletabsfull,
    #cres_mobiletabsshort {
        border-bottom: 1px solid var(--Dark-Color);
    }

    #cres_mobiletabsfull span,
    #cres_mobiletabsshort span {
        padding: 0 0.5em 0.3em 0.5em;
        font-size: 0.9em;
    }

    #cres_mobiletabsfull .cres_selectedtab span,
    #cres_mobiletabsshort .cres_selectedtab span {
        border-bottom: 6px solid var(--Dark-Color);
        font-size: 0.9em;
    }

    #cres_twocol #cres_article,
    #cres_calcwrapper,
    #cres_booklet,
    #cres_dafgift,
    #cres_stocktransfer {
        padding: 1em 0 0;
        border: none;
        border-radius: 0;
    }

    #cres_contact fieldset {
        width: auto;
        float: none;
        padding: 0;
    }

    .cres_contactinfo {
        width: auto;
    }

    #cres_contactbooklet {
        display: none;
    }

    .cres_page1027 #cres_contactbooklet,
    .cres_page1028 #cres_contactbooklet {
        display: block;
    }

    #cres_contact {
        margin: 1.5em 0 0 0;
    }

    .cres_contactinfo {
        display: block;
    }

    .cres_contactinfo:nth-child(2) {
        padding: 0;
    }

    #cres_survey {
        padding: 0;
    }

    .cres_grayborder {
        padding-top: 1em;
    }

    #cres_contacttable td,
    #cres_contacttable tr td:first-child,
    #cres_contacttable tr td:last-child {
        display: block;
        text-align: left;
        padding: 0 0 0.2em 0;
    }

    #cres_contacttable label {
        margin: 0.7em 0 0 0;
        display: block;
    }

    .cres_estateguide #cres_contacttable #mail_option label {
        display: inline;
    }

    .cres_zip {
        margin-top: 0.7em;
    }

    #cres_videocategories div {
        font-size: 0.9em;
    }

    #cres_article #cres_calc {
        padding: 0.5em 0;
    }

    aside #cres_calc {
        padding: 0.7em 0;
    }

    #cres_calctable {
        display: block;
        position: relative;
    }

    .cres_calcx {
        padding: 0 0.5em 0 0;
    }

    #cres_calctable td {
        display: block;
        padding: 0.1em 1em 0.8em 0.7em;
    }

    .cres_datecell div,
    #cres_sidebar .cres_datecell div {
        margin: 0 0.5em 0 0;
    }

    #cres_calctable tbody td:first-child {
        display: block;
        padding: 0.4em 1em 0 0.7em;
        text-align: left;
    }

    #cres_calcprocessing {
        width: auto;
    }

    #cres_calctable tbody .cres_calc_help td {
        padding: 0.6em 1em 0.7em 1em;
    }

    #cres_calctable .cres_calcx {
        padding: 0;
    }

    #cres_calctable thead td {
        padding: 0.7em 2.7em 0.7em 1em;
    }

    #cres_calctable tbody td.cres_calc_dpreview:first-child {
        padding: 0.6em 1em 0.6em 1em;
        text-align: left;
    }

    #cres_content .cres_leftmargin {
        margin: 0 0 2em 1.5em;
    }

    .cres_pagination {
        display: block;
        margin: 1em 0 0 0;
    }

    .ui-autocomplete {
        max-width: calc(90% - 2em);
    }

    #cres_sidebar {
        margin: 0 -1em;
    }

    #cres_letushelp {
        margin: 0;
    }

    #cres_relatedarticles {
        display: flex;
        justify-content: space-between;
    }

    #cres_relatedarticles > a {
        width: 31%;
    }

    .cres_privacypolicy td,
    .cres_privacypolicy th {
        font-size: 0.85em;
        padding: 5px 7px;
    }

    .cres_requiredmssg {
        margin: 0 0 0.5em 0.5em;
    }

    /**************** FOOTER ****************/

    #cres_letushelp_wrapper {
        flex-direction: column;
        min-width: initial;
    }
    
    #cres_letushelp_wrapper a {
        width: 100%;
        padding: 10px 25px 10px;
    }

    #cres_footer {
        line-height: 1.7em;
    }

    .cres_disclaimer {
        text-align: left;
    }

    .cres_footerbottom {
        padding: 0 1em 2em 1em;
    }
    
}

@media (max-width: 575px) {
     .cres_hero_background::after {
             height: 285px;
     }
     
     #cres_hero {
        padding-top: 273px;
     }
     
     .cres_hero_green_graphic {
         top: 200px;
     }
     
     .cres_hero_red_graphic {
         top: 222px;
     }
}

@media (max-width: 510px) {
     .cres_hero_background::after {
             height: 256px;
     }
     
     #cres_hero {
        padding-top: 239px;
     }
     
     .cres_hero_green_graphic {
         top: 171px;
     }
     
     .cres_hero_red_graphic {
         top: 192px;
     }
}

@media (max-width: 475px) {
     .cres_hero_background::after {
             height: 225px;
     }
     
     #cres_hero {
        padding-top: 212px;
     }
     
     .cres_hero_green_graphic {
         top: 140px;
     }
     
     .cres_hero_red_graphic {
         top: 161px;
     }
}


/*****************************************/
/*****************************************/
/**************** LEVEL 4 ****************/
/*****************************************/
/*****************************************/

@media (max-width: 499px) {
    body {
        min-width: 360px;
    }
    
    #cres_mainsite {
        text-align: center;
        margin-left: -8px;
        margin-right: 20px;
    }

    #cres_topnav .cres_topnav_wrapper {
    	width: calc(50% + 39.5px);
    }
    
    #cres_mobilemenu span, #cres_mobilemenu span:first-child {
        left: -5px;
    }
    
    #cres_mobilemenu span:last-child {
        white-space: pre;
    }
    
    #cres_mobilemenu br {
        display: block;
    }
    
    #cres_mobilemenu span:last-child .menu_word {
        position: relative;
        left: -4px;
    }

    #cres_orglogo img {
        margin-left: -5px;
    }
    
    #cres_mobilemenu {
        display: flex;
        text-align: left;
        padding: 12.2px 0 12.2px;
    }
    
    #cres_search {
        margin-left: 0px;
    }
    
    #cres_mobilemenu::before {
        width: 61px;
        left: -60px;
    }
    
    #cres_mobilemenu span:first-child {
        align-items: center;
        display: flex;
    }
 
    .cres_page1 #cres_onecol {
    	padding-top: 20px;
    } 
    
    #cres_marketing p {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/*****************************************************/
/*********** T2 - TWO COLUMN TEMPLATE ****************/
/*****************************************************/

@media (max-width: 1279px) {
    .cres_two_column_layout #cres_header {
        height: 7em;
        border-bottom: none;
    }

    .cres_two_column_layout #cres_header > .header_right {
        justify-content: center;
    }

    .cres_two_column_layout #cres_search {
        margin: 1.7em 0 0 0;
    }

    .cres_two_column_layout #cres_hero {
        width: auto;
        float: none;
    }

    .cres_two_column_layout #cres_content {
        margin: 0;
        width: 100%;
        float: none;
        padding: 0;
    }

    .cres_two_column_layout #cres_mainnav {
        padding: 0;
    }

    .cres_two_column_layout .cres_navparent .cres_subnav {
        padding: 0 0 0 1.6em;
    }

    .cres_two_column_layout #cres_twocolumn_wrapper {
        display: block;
        position: inherit;
    }

    .cres_two_column_layout #cres_topnav {
        width: 100%;
        border-bottom: 15px solid var(--Light-Color);
    }

    .cres_two_column_layout #cres_smallnav {
        padding: 3em 0 0 0;
        position: relative;
        top: auto;
        right: auto;
    }

    .cres_two_column_layout #cres_actions {
        padding: 0;
    }

    .cres_two_column_layout #cres_actions > li > a,
    .cres_two_column_layout #cres_actions .cres_actionparent > li > a {
        margin: 0;
        padding: 0.5em 1em 0.6em 0.8em;
    }

    .cres_two_column_layout .cres_actionparent .cres_actionsubnav {
        margin: -0.1em 0 0 0;
    }

    .cres_two_column_layout #cres_calcwrapper,
    .cres_two_column_layout #cres_booklet,
    .cres_two_column_layout #cres_dafgift,
    .cres_two_column_layout #cres_stocktransfer {
        display: none;
        width: auto;
    }

    .cres_two_column_layout #cres_sidebar {
        border-spacing: 0;
        width: auto;
        padding: 0;
    }

    .cres_two_column_layout #cres_twocol_left {
        padding: 0;
    }

    .cres_two_column_layout #cres_onecol {
        padding: 1.3em 1em 2em 1em;
    }

    .cres_two_column_layout.cres_formpages #cres_twocol_left,
    .cres_two_column_layout.cres_mission #cres_twocol_left,
    .cres_two_column_layout.cres_legacy #cres_twocol_left,
    .cres_two_column_layout.cres_surveyfeedback #cres_twocol_left,
    .cres_two_column_layout.cres_formpages #cres_sidebarstaff,
    .cres_two_column_layout.cres_mission #cres_sidebarstaff,
    .cres_two_column_layout.cres_legacy #cres_sidebarstaff,
    .cres_two_column_layout.cres_surveyfeedback #cres_sidebarstaff {
        width: auto;
    }
}

@media (max-width: 767px) {
    .cres_two_column_layout #cres_header > .header_right {
        justify-content: flex-start;
    }

    .cres_two_column_layout #cres_search {
        margin: 1em 0 0 0;
    }

    .cres_two_column_layout #cres_topnav {
        border-bottom: 15px solid var(--Light-Color);
    }

    .cres_two_column_layout #cres_twocolumn_wrapper {
        display: block;
    }
}

@media (max-width: 499px) {
    .cres_two_column_layout #cres_header {
        height: 7.5em;
    }
}


/*Jane Edits --------------------------------------*/

#cres_content #cres_videolist h3 {
    font-size: 2.3rem;
}

#cres_content .breadcrumb a:hover {
	color: var(--Link-Hover-Color);
}

#cres_letushelp_wrapper a {
	overflow: hidden;
}

#cres_letushelp_wrapper a .letushelp_top_icon, 
#cres_letushelp_wrapper a .letushelp_bottom_icon
{
	transition: all 0.3s ease;
}

#cres_letushelp_wrapper a:hover .letushelp_top_icon {
	left: -5px;
}

#cres_letushelp_wrapper a:hover .letushelp_bottom_icon {
	right: -10px;
}

#cres_letushelp_wrapper a:hover span:nth-of-type(1) {
	color: var(--Link-Hover-Color);
}

#cres_search input:focus {
	border-bottom: 2px solid var(--Link-Hover-Color);
}

.cres_inlinesearchicon svg {
	fill: var(--Orange-Color);
}

#cres_content .cres_herobutton:hover {
	color: #fff;
	border-bottom: 2px solid #fbb015;
}

#cres_advisors a {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2em;
    font-family: inherit;
    text-align: center;
    color: var(--Dark-Color);
    border: none;
    padding: 15px 20px 14px;
    cursor: pointer;
    background-color: #fcb116;
    text-transform: uppercase;
    display: block;
    width: fit-content;
}

#cres_advisors a:hover {
	background-color: #fff;
}

#cres_advisors a:visited {
	color: var(--Dark-Color);
}

#header_smallnav a:hover, 
#cres_mainnav a:hover,
#cres_mainsite:hover,
#cres_footer p a:hover,
.cres_footersocial a:hover
{
	opacity: 0.7;
}

.cres_date {
	font-style: italic;
}

#cres_resources #cres_letushelp_wrapper a:visited {
	color: #fff;
}

#cres_resources #cres_letushelp_wrapper a:last-child:visited {
	color: var(--Dark-Color);
}

@media (min-width: 1661px) {
	.cres_hero_background::after {
		width: 1000px;
    	right: -25px;
    	background-position-y: 20%;
	}
}

@media (max-width: 1660px) {
	#cres_mainnav .cres_subnav a, #cres_actions .cres_actionsubnav a, .cres_has_dropdown .cres_subnav a, #cres_mainnav .cres_subnav a:hover, #cres_actions .cres_actionsubnav a:hover, .cres_has_dropdown .cres_subnav a:hover {
    color: #fff;
	}
}

@media (max-width: 1460px) {
	.cres_page2 .cres_widgetcol_two a {
	    padding: 20px;
	}
}

@media (max-width: 1279px) {
	#cres_advisors a {
		margin: auto;
	}
}

@media (max-width: 639px) {
    .cres_hero_wrapper {
    	padding-bottom: 10px;
    }
     .cres_page1 .cres_hero_wrapper {
        padding-bottom: 30px;
    }

}


/******** DO DESIGN EDITS ********/

@media (min-width: 1280px) {

.cres_newsarticlepages .breadcrumb::after {
    right: 0;
}

}

#cres_actions {
    max-width: 1000px;
}


.cres_widgetrelated .cres_arrowlink {
    font-size: 1.3rem;
}
#what_give_container {
  width: 100%;
  float:left;     
}

#how_give_flow_wrapper_2 {
  clear: both;
  color: #000000;
  display: block;
  width: 340px;
  margin:10px 0px 10px;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

#how_give_flow_wrapper_2  .flow_title_top { display: none; }

#how_give_flow_wrapper_2 {
  background-image: url(/images/how_to_give/blended_gifts_bottom_v3.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 257px;  
}

#how_give_flow_wrapper_2 #gift_text {
  position: absolute;
  width: 135px;
  left: 25px;
  top: 70px;
  text-align: center;
}

#how_give_flow_wrapper_2 #org_text {
  position: absolute;
  width: 169px;
  top: 158px;
  left: 100px;
  text-align: center;
}

#how_give_flow_wrapper_2 #property_text {
  position: absolute;
  width: 169px;
  top: 235px;
  left: 7px;
  text-align: center;
}

#how_give_flow_wrapper_2 #bequest_text {
  position: absolute;
  width: 169px;
  top: 150px;
  left: 7px;
  text-align: center;
}

#how_give_flow_wrapper_2 #charity_img {
  position: absolute;
  top: 105px;
  left: 155px;
}


#cres_share_actions_opts_video {display: block; }.cres_ebro_btn {
  width: 210px;
  height: 60px; 
  margin: 0px;
  background-color: #003366;
  background-color: #492f92;
  background-image: url("../images/how_to_give/cres_ebro_what_give_btn.png");
  float: left;
}
.cres_ebro_btn img{
  width: 210px;
  height: 60px;
}#cres_share_actions a:hover, #cres_share_actions a:active {
cursor: pointer;
}.cres_accessible_hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#blanket_overlay {
  background-color: #000000;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#jw_wrapper_1 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_1_jwplayer_controlbar {
  opacity: 1 !important;
} /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
