
  
/*START_MAIN_STYLES*/

  /*Begin CSS reset*/
  
/* License for Open_Sans Google Font
http://www.giftplanning.com/fonts/google/Open_Sans/1_10/OFL.txt */
@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-Light.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-Semibold.ttf) format('truetype');
    font-weight: 600;
}

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


@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-SemiboldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Open_Sans;
    src: url(/fonts/google/Open_Sans/1_10/OpenSans-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

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

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-Regular.ttf) format('truetype');
    font-weight: 400;
}

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

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-Black.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}


  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0 none;margin: 0;outline: 0 none;padding: 0;}
  body {background: #FFFFFF;height: 100%;font-family: Open_Sans,Helvetica,sans-serif;line-height:1.3em;color: #000000;}
  .clear {clear: both;margin: 0px;padding:0px;height:0px;}
  .hidden {display: none;}
  a img , img {height:auto;border:0 none; max-width:100%;}
  *{box-sizing:border-box;}
  /*End CSS Reset*/

  /*CHANGE FONT SIZE HERE*/
  body{font-size:16px;}

  #cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"] {
	background-color: #76232f !important;
	background-image: none !important;
	color: #fff;
	cursor: pointer;
	font-family: Open_Sans;
	font-size: 1rem;
	font-weight: 700;
	margin: 10px 15px 0 0 !important;
	padding: .5em 1.5em;
	text-transform: uppercase;
	border-radius: 5px;
	text-transform: none !important;
	text-decoration: none !important;
	width: auto !important;
	border: 0;
  }

  #cres_content .cres_indent_40 {
      padding-left: 20px;
  }
  
  #cres_content h2, #cres_content h3 {
  font-variant: normal;
  font-weight: 700;
  font-style: normal;
  font-family: "Merriweather", sans-serif;
}

  #wrapper {
    width:100%;
    background: #FFFFFF;
  }

  #header {
    width: 100%;
  }

  #header img {
    height:auto;
    margin:0;
    width:100%;
    display:block;
  }
 
  #back_main {
  text-align: center;
  padding: 12px 0;
  background: #1675bd;
}

  #back_main a {
  text-decoration: none;
  font-weight: 400;
  color: #fdbb31;
  font-size: 18px;
}

.logo {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0 10px;
}


#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

#nav ul li a {
  font-family: "Open_Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
}

#nav ul li a span {
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-left: 10px;
}


  #nav ul li ul {
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    list-style-type: none;
    width:100%;
    z-index: 10;
  }

  #nav ul li ul li a:link, 
  #nav ul li ul li a:visited {
    background: #76232F;
    border-top:1px solid #fff;
    padding:13px 5%;
    margin:0;
    text-decoration:none;
    width:100%;
  }

  #nav ul li ul li a:hover,
  #nav ul li ul li a:active {
    background-color:#FFF;
    color:#76232F;
  }

  #quick_links {
    width:100%;
    float:left;
    background-color:#333;
  }
  #quick_links ul {
    padding:0;
    margin:0;
    list-style:none;
  }
  #quick_links ul li {
    padding:0;
    margin:0;
  }
  #quick_links ul li a, 
  #quick_links ul li a:visited {
    display:block;
    width:35%;
    padding: 9px 2px;
    color:#FFFFFF;
    text-decoration:none;
    font-size: 17px;
    line-height: 1.2em;
    white-space: nowrap;
    text-align:center;
    float: left;
  }
  #quick_links ul li a:hover, 
  #quick_links ul li a:active {
    color:#fff;
  }

  #quick_links ul li a.first {
    width:26%;
  }
  #quick_links ul li a.last {
    width:39%;
  }

  /*** Header End ****/
   
  /*** Content Start ****/
  #content_wrapper {
    width:100%;
    float:left;
    clear: both;
  }
  #body_content{
    width:100%;
    margin:0px auto;
  }
  /*** Content End ****/
   
  /*** Footer Start ****/
  #footer {
    font-family: Open_Sans;
    padding: 10px 0;
    text-align:center;
    font-size: 11px;
    clear: both;
    padding: 0px 15px 20px;
    background-color:#FFFFFF;
    width:100%;
  }

  #footer_wrapper {
    width:100%;
  }

  #footer_wrapper p {
    margin:0 0 1em;
  }
  /*** Footer End ****/  
   
  /***********************CRESCENDO TEMPLATE STYLESHEET 1 WIDE*********************/
  /*Hide all the desktop elements*/
  #cres_content #cres_pp_img,#cres_content .donor_story_main_header,#cres_content #cres_ds_actions,#cres_content #cres_share_actions,#cres_content #cres_pp_div, #cres_pp_img, #cres_content .what_give_header,#cres_content .how_give_header,#cres_content #how_give_flow_wrapper,#cres_content .cres_ebro_btn,.topText, #cres_content #cres_news_box_grid .cres_left_column, #cres_content .cres_text_resize, #learn_wills_container .learn_wills_header, #cres_content .cres_more_link, #cres_article_opts_top, #cres_donor_story img, #cres_articles_div img, #cres_article_opts_bottom, #image_banner{
    display:none !important;
  }
  
  #main_content {
  overflow: hidden;
  padding: 35px 0px;
  font-size: 1.125rem;
}


#cres_content {
  line-height: 1.7;
  padding: 0;
  margin: 0;
  color: #333333;
}

  #cres_content {
    font-family: Open_Sans, Helvetica, verdana, sans-serif;
  }

  #cres_content .breadcrumb{
    display:none;
  }

  #cres_content p {
    margin:0 0 1em;
    padding: 5px 0px;
  }

  #cres_content .medTitle {
    padding: 5px 0px;
    font-size: 1.0em;
  }

  #cres_content .smallTitle {
    padding: 5px 0px;
    font-size: 0.8em;
    font-weight: bold;
  }

  #cres_content .smallerTitle {
    padding: 5px 0px;
    font-size: 0.7em;
  }

  #cres_content .lightColorDiv {
    background-color: #f5f5f5;
    border-color:#BBBBBB;
  }

  h1.cresPageHeader,
  h1.mgrHeaderTitle,
  #cres_content .bigTitle {
    font-family: Open_Sans, Helvetica, Verdana, Sans-serif;
    color: #000000;
    font-size: 23px;
    background-color:#FFF;
    margin: 0;
    padding: 5px 0 10px;
    clear:both;
    font-weight: bold;
  }

  h2.cresArticleTitle {
    font-size: 1.3em;
    font-weight:bold;
    margin:10px 0px;
    padding: 0px 0px;
  }

  h2.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #000000;
     font-size: 1.4em;
  }

  h2.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.4em;
  }

  h2.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000000;
     border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size:1.3em;
  }

  h3.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #000000;
     font-size: 1.2em;
  }

  h3.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080;
     border-bottom: 1px solid #CCCCCC;
    font-size:1.2em;
  }

  h3.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080;
     border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size:1.2em;
  }

  .cresDateHead, .cresPublishDate, h3.cresDateHead{
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px;
    color: #696969;
    clear:both;
    font-style:italic;
  }

  /* FORM CSS */
  #cres_content input {
    float:left;
    border:1px solid #CCCCCC;
    background-color:#DDDDDD;
    margin: 0 0 15px;
    background-image: none;
    background-color: #fff;
  }

  #cres_content input:hover {
    border-color:#C0CCDA;
    background-color: #BBBBBB;
    background-image: none;
  }

  #cres_content input:focus {
    border-color: #c5c5c5;
    background-color: #ffffdd;
    background-image: none;
  } 

  #cres_content input.cres_preview_btn {
    display:none;
  }
    
  /* NEWS BOX GRID*/
  #cres_content #cres_news_box_grid {
    float: none;
  }

  #cres_news_box_grid .cres_news_box_grid_wide {
    width: 100%;
    float: left;
    margin: 0px;
  }

  #cres_content .bigMedTitle , #cres_news_article .cres_body_article h2, #cres_content #cres_news_box_grid a .cres_news_box_grid-Title, #cres_content h2.bigMedTitle_NL{
  font-weight: 700;
  color: #827c78;
  font-family: "Merriweather", sans-serif;
  font-size: 2rem;
  text-decoration: none;
  margin: 0 0 20px;
  line-height: 1.1em;
  clear:both;
  }
  
  #cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
  	margin: 0 0 10px;
  	color: #76232f;
  }
  
   #cres_content a .bigMedTitle {
  text-decoration: none;
  color: #76232f;
  font-weight: 400;
   }
   
   #cres_content a .bigMedTitle span {
   	text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 300;
  font-family: "Open_Sans", sans-serif;
  display: block;
  letter-spacing: 1px;
   }

  .cres_news_box_grid-Small-Title {
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0px;
    text-transform: none;
  }

  #cres_content #cres_news_box_grid .cres_right_column {
    margin:0;
    padding:0;
    /*background:transparent url(../images/arrow.png) 99% center no-repeat;*/
  }

  #cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {
    display:block;
    color:#363636;
    font-size: 1em;
    text-decoration:none;
    font-weight:normal;
    padding:10px 0;
    margin:0;
    border-bottom:1px solid #CCCCCC;
  }


  #cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle{
    font-size: 1em;
    font-weight: normal;
    color: #333333;
    margin: 0px 0px 2px;
    padding: 0px;
    font-weight: 700;
  }
  
  #cres_content #donor_story_main_ul li, #cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li, #cres_content #learn_wills_ul li {
  padding: 15px;
  border-top: 0;
  border: 1px solid #ccc;
  margin: 0;
    list-style: none;
    text-align: center;
}
  
  #cres_content #donor_story_main_ul li + li, #cres_content #what_give_ul li + li, #cres_content #how_give_ul li + li, #cres_content #gift_calc_ul li + li, #cres_content #learn_wills_ul li + li {
margin-top: 20px;
}


  /*Listings for every 2nd Tier pages*/
  #what_give_ul li a, 
  #what_give_ul li a:visited, 
  #how_give_ul li a, 
  #how_give_ul li a:visited, 
  #donor_story_main_ul li a, 
  #donor_story_main_ul li a:visited, 
  #learn_wills_ul li a, 
  #learn_wills_ul li a:visited, 
  #gift_calc_ul li a, 
  #gift_calc_ul li a:visited {
    text-decoration: none;
    margin:0px;
    padding:0;
    color: #333333;
    font-size:1em;
    display:block;
    border-bottom: 0;
    /*background:transparent url(../images/arrow.png) 99% center no-repeat;*/
  }

  #learn_wills_ul {
      clear: both;
      float: left;
      margin: 0px 0px 1em;
      padding: 0px;
  }

  #learn_wills_ul li {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid #BBBBBB;
  }

  #cres_news_box_wills_guide,
  #cres_news_box_wash_hotline,
  #cres_news_box_wash_hotline_small,
  #cres_news_box_donor_story,
  #cres_news_box_personal_planner,
  #cres_news_box_savvy_living,
  #cres_news_box_what_to_give,
  #cres_news_box_how_to_give,
  #cres_news_box_plgive_calc,
  #cres_news_box_plgive_calc_wide,
  #cres_news_box_plan_your_will,
  #cres_news_box_learn_about_wills,
  #cres_news_box_finance_news,
  #cres_news_box_advisor_news,
  #cres_news_box_spotlight,
  #cres_news_box_glaw_pro,
  #cres_news_box_glaw_calc,
  #cres_news_box_glaw_case_week,
  #cres_news_box_glaw_plr,
  #cres_news_box_glaw_article,
  #cres_news_box_advisor_spotlight,
  #cres_news_box_pg_home,
  #cres_news_box_donor_enews,
  #cres_news_box_advisor_enews,
  #cres_news_box_create_plan,
  #cres_news_box_news {
    border-color: #CCCCCC;
    border-style: solid;
  }

  #cres_content #cres_news_box_about_us_org,
  #cres_content #cres_news_box_about_us_gp {
    border-style: none;
    width:100%;
    padding:0px;
    margin:0px 0px 10px;
    height:auto;
  }

  #cres_content #cres_contact, #cres_content #cres_contact fieldset, #cres_content #cres_contact div, #cres_content #cres_contact label {width: 100%;}
  #cres_content #cres_contact_email, #cres_content #cres_contact_lname, #cres_content #cres_contact_fname, #cres_content #cres_contact textarea {width:96%;}


  /***********************END TEMPLATE STYLESHEET 1 WIDE*********************/



  /* HOME PAGE */

  #mobile_marketing h1 {
      color: #000 !important;
      font-size: 1.7em !important;
      line-height: 1.2em;
  }

  #mobile_marketing {
      margin: 0 0 10px;
  }

  /* http://m.giftplanning.com/?pageID=123 */

  h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
      font-size: 1.7em;
      line-height: 1.2em;
      display: none;
  }

  /* http://m.giftplanning.com/?pageID=158 */

  #iradisclaimer {
      line-height: 1.4em !important;
  }


  /* http://m.giftplanning.com/?pageID=163 */

  #what_give_container {
      overflow: hidden;
  }

  /* http://m.giftplanning.com/?pageID=18 */

  #learn_wills_container h2.bigMedTitle_NL {
      margin: 0 0 15px;
      }

  #learn_wills_ul {
      margin: 0 0 20px !important;
  }

  /* https://m-giftplanning.giftlegacy.com/?VID=-1&DID=42&pageID=136&eBroID=88 */

  #cres_content input {
     font-family: Open_Sans;
     font-size: 1em;
  }

  #cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"] {
      -webkit-appearance: none;
      padding: 10px 25px;
  }

  #cres_contact_comments {
      height: 200px;
        }
#footer big {
    text-transform: uppercase;
}


/***************************************************/
/**************Calculator Update - MA***************/
/***************************************************/

/***************************************************/
/* Custom Colors & Font Size */

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #333 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
  fill: #333; /*Custom Dark Color*/
}

#cres_calc fieldset,
#cres_calc fieldset + div {
    background: #e1e1e1 !important; /*Custom Light Color*/
}

#cres_calc fieldset {
  font-size: 1em; /*Font Size Adjustment if Needed*/
}

#cres_calc fieldset div label {
    border: 1px solid #333 !important; /*Custom Dark Color*/
}

#cres_calc button {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
}

#cres_calc button:hover {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
  opacity: 0.85;
}

/***************************************************/
/* Standard Styles */
#cres_calc {
    margin: auto;
}

#cres_calc * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_calc .bigMedTitle {
    font-weight: normal;
    line-height: 1.3em;
}

#cres_calc div {
    clear: both;
    float: left;
}

#cres_calc input {
    float: left;
    margin: 0px 0px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

#cres_calc label {
    text-align: right;
}

#cres_calc .cres_calc_radio {
    background: none !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#cres_calc span {
    float: left;
}

.cres_calc_help {
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

#cres_calc #firstPerson,
#cres_calc #secondPerson {
    margin: 0px;
    padding: 0px;
}

#cres_calc img {
    float: left;
    margin-left: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

div#cres_calendarDiv {
    background-color: rgb(248, 248, 248);
    display: none;
    position: absolute;
    z-index: 999;
    border-color: rgb(153, 153, 153) rgb(119, 119, 119) rgb(119, 119, 119) rgb(153, 153, 153);
    border-style: solid;
    margin: 0px;
    padding: 0px;
}

#cres_calendarDiv a {
    text-decoration: none;
}

div#cres_calendarDiv table {
    height: 80%;
}

div#cres_calendarDiv table, div#cres_calendarDiv tr {
    border-collapse: separate;
    width: 100%;
    border-spacing: 5px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    padding: 0.1em;
}

div#cres_calendarDiv td {
    text-align: right;
    border-collapse: separate;
    width: 14%;
    height: 10%;
    border-spacing: 5px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    padding: 0px;
}

div#cres_calendarDiv select {
    font-size: 1em;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 0.1em;
}

#cres_calendarDiv td.tdLink {
    cursor: pointer;
}

#cres_content div.cres_calc_cal {
  width: 20px;
  height: 23px;
  margin: 5px 0 0 5px;
  float: left;
  clear: none;
}

#cres_calc fieldset .cres_calc_tax_rate_radio {
    margin: 0px;
    padding: 0px;
    border: none;
    clear: right;
    width: auto !important;
}

#cres_calc fieldset + div {
    padding-bottom: 30px;
}

#cres_calc button, #cres_calc input[value="Submit"], #cres_calc input[type="button"] {
    border: 0;
    background-image: none;
    cursor: pointer;
}

/***************************************************/
/* Responsive Containers */

#cres_calc,
#cres_calc fieldset,
#cres_calc div {
    width: 100%;
    max-width: 810px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_calc {
     position: relative;
}

/***************************************************/
/* Calc Title & Help Button */

#cres_calc img#calc_help_btn {
    position: absolute;
    right: 15px;
    top: 20px;
    max-width: 65px;
}

#cres_calc legend {
    border: none;
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#cres_calc legend .bigMedTitle {
    font-size: 2em;
    padding: 20px 130px 20px 20px !important;
    width: 100%;
    color: #fff;
    margin: 0;
    display: block;
    float: none;
}

/***************************************************/
/* Calc Form */

#cres_calc fieldset {
    float: none;
    margin: 0;
    padding: 40px;
    border: none;
}

#cres_calc div {
    margin: 15px 0 0 0;
}

#cres_calc fieldset > div:first-child,
#cres_calc fieldset > div:first-child + div {
    margin-top: 0;
}

#cres_calc fieldset div label {
    float: left;
    width: 200px;
    margin-right: 0px;
    color: #fff;
    padding: 10px;
    height: 42px;
}

#cres_calc fieldset div input[type='radio'] + span,
#cres_calc fieldset .cres_calc_tax_rate_radio span {
    margin: 0 10px 0 0;
    padding: 10px 0;
}

#cres_calc input,
#cres_calc input:hover,
#cres_calc select,
#cres_calc select:hover {
    background-image: none;
    background: #fff !important;
    border-left: none;
    font-size: 1em;
    padding: 10px !important;
}

#cres_calc input[type="text"],
#cres_calc input[type="text"]:hover,
#cres_calc select,
#cres_calc select:hover {
  border-radius: 0 !important;
  border-color: rgb(204, 204, 204);
}

#cres_calc .cc_large,
#cres_calc .cc_med,
#cres_calc .cc_small,
#cres_calc select {
    font-family: inherit;
    font-weight: inherit;
    height: 42px;
    margin: 0;
}

#cres_calc .cc_large {
    width: 50% !important;
}

#cres_calc .cc_med {
    width: 40% !important;
}

#cres_calc .cc_small,
#cres_calc #cres_calc_gift_date,
#cres_calc #cres_calc_payout_date,
#cres_calc #cres_calc_def_payout_date {
    width: 30% !important;
    max-width: 115px;
}

#cres_content #cres_calc .cres_calc_radio,
#cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
    margin: 13px 5px 14px 10px !important;
    padding: 0 !important;
}

#cres_calc .cres_calc_help {
    padding: 15px;
    margin-bottom: 10px !important;
    background-color: #f9f9f9;
    margin-top: -1px !important;
    line-height: 1.3em;
}

#cres_calc #cres_calc_cash_div[style*="display:none"] + .cres_calc_help {
  display: none !important;
}

#cres_calc #cres_calc_cash_div[style*="display:block"] + .cres_calc_help[style*="display:block"] {
  display: block;
}

#cres_calc fieldset div input[type='text'] + span {
    margin: 0 5px 0 7px;
    padding: 10px 0;
}

/***************************************************/
/* Calc Buttons */

#cres_content #cres_calc fieldset + div {
    float: none;
    margin: 0;
}

#cres_content #cres_calc button {
    width: 29.33333%;
    margin: 0 1% !important;
    border-radius: 40px !important;
    padding: 20px;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
}

#cres_calc img {
    cursor: pointer;
}

/***************************************************/
/* Calc Calendar */

#cres_calc .cres_calc_cal {
    cursor: pointer;
}

div#cres_calendarDiv .cres_OrgBGColor {
    padding: 5px 15px !important;
}

div#cres_calendarDiv {
    border-width: 1px 1px 1px 1px;
    font-family: inherit;
    font-size: 1em;
    height: auto;
    line-height: 1.5em;
    width: 20em;
}

div#cres_calendarDiv select {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: inherit;
    background: #ffffff;
    width: 45%;
}

div#cres_calendarDiv select option {
    font-weight: inherit;
}

div#cres_calendarDiv td {
    font-size: 14px;
}

div#cres_calendarDiv > div.cres_OrgBGColor > a {
    text-transform: uppercase;
    font-size: 1.1em;
}

/***************************************************/
/* Media Queries */

@media only screen and (max-device-width: 1024px) and (orientation : landscape), (orientation : portrait) {

    #cres_content #cres_calc input[type='radio'] {
        -webkit-appearance: radio;
        border: 1px solid #666;
    }

    #cres_content #cres_calc input[type='radio']:checked {
        -webkit-appearance: radio;
        border: 1px solid #666;
        background: #000 !important;
        border-radius: 50%;
    }

}

@media screen and (max-width: 900px) {

    #cres_calc fieldset {
        font-size: 1em;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin: 13px 5px 14px 0px !important;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate:first-child {
        margin-left: 10px !important;
    }

}

/* Swap to 1-Column Layout */
/* Change max-width to trigger 1-column layout at any screen width */
/* Note: When changing max-width from 767px, place "Calendar Positioning Change" in its own media query if its needs to trigger at a different max-width. */
@media screen and (max-width: 767px) {
  
    /* Calendar Positioning Change */
    /* Positions the calendar pop-up right along edge of window so it doesn't overflow */
    #cres_calendarDiv {
        left: auto !important;
        right: 25px !important;
    }

    #cres_calc fieldset div label {
        width: 100%;
        text-align: left;
    }

    #cres_calc .cc_large {
        width: 100% !important;
    }

    #cres_calc .cc_small,
  #cres_calc #cres_calc_gift_date,
  #cres_calc #cres_calc_payout_date,
  #cres_calc #cres_calc_def_payout_date {
        width: 80% !important;
        max-width: none;
    }

    #cres_calc .cc_med {
        width: 80% !important;
    }

    #cres_calc fieldset .cres_calc_tax_rate_radio {
        width: 100% !important;
    }

    #cres_calc select {
        width: 100%;
    }

    #cres_calc fieldset {
        padding: 15px;
    }

    #cres_content #cres_calc button {
        width: 90%;
        margin: 15px 0 0 !important;
    }

    #cres_content #cres_calc .cres_calc_radio,
    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin-left: 10px !important;
        clear: both;
    }

    #cres_calc legend .bigMedTitle {
        padding: 50px 15px 15px 15px !important;
    }

    #cres_calc img#calc_help_btn {
        left: 10px;
        right: auto;
        top: 15px;
        max-width: 70px;
    }
  
    #cres_calc input, #cres_calc input:hover, #cres_calc select, #cres_calc select:hover {
      border-left: 1px solid rgb(204, 204, 204);
    }

}

@media screen and (max-width: 385px) {

    #cres_calendarDiv {
        max-width: 270px;
    }

    #cres_calendarDiv table {
        width: 95%;
    }

}

/***************************************************/
/************End Calculator Update - MA*************/
/***************************************************/

/***************************************************/
/*************Presentation Update - MA**************/
/***************************************************/

.PresentsFrame-active {
    position: fixed;
    overflow-y: scroll;
}

#blanket_overlay {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: none;
}

#PresentsFrame {
    width: 850px !important;
    margin-left: -425px !important;
    max-width: 850px !important;
    border: none !important;
    background-image: url('/Presentation/images/white-background-800x600.gif');
    background-repeat: no-repeat;
    background-position-x: 25px;
}

@media screen and (max-width: 849px) {
  
    #PresentsFrame {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0px auto !important;
        max-width: none !important;
        max-height: none !important;
        overflow: auto !important;
        background-size: 100%;
        background-position-x: 0px;
    }
  
}

@media screen and (max-width: 700px) {

    #PresentsFrame {
        background-size: 100% calc((100vw * .75) + 40px);
    }

}

@media only screen and (max-device-width: 849px) and (orientation : landscape), (max-device-width: 849px) and (orientation : portrait) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0.65);
    }

}

@media screen and (max-device-height: 600px) and (max-device-width: 849px) and (orientation : landscape) {
  
    #PresentsFrame {
        width: 100% !important;
        padding: 0 20%;
        background-size: 49% calc((49vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media screen and (min-device-height: 375px) and (max-device-height: 420px) and (min-device-width: 800px) and (max-device-width: 825px) and (orientation : landscape) {
  
    #PresentsFrame {
        width: 100% !important;
        padding: 0 25%;
        background-size: 41% calc((41vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media screen and (max-device-width: 700px) and (orientation : landscape) {
  
    #PresentsFrame {
        padding: 0 13% !important;
        background-size: 60% calc((60vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media (width: 1024px) and (orientation: landscape), (width: 1366px) and (orientation: landscape) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0);
    }
  
}

/***************************************************/
/***********End Presentation Update - MA************/
/***************************************************/

.top_home .container .right_col p em {
  font-family: "Merriweather", sans-serif;
  font-size: 1.1875rem;
}

a.skip_nav {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: -1px;
  z-index: 5;
}

a.skip_nav:focus {
  background-color: #fff;
  height: auto;
  width: auto;
  color: #ad5757;
  display: block;
  font-size: 1em;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  z-index: 98;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  border: 1px solid #ad5757;
  border-radius: 3px;
}

.masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*z-index: 100;*/
  display: flex;
  justify-content: space-between;
  padding: 20px 35px;
}

.masthead a {
  line-height: 1.2;
  display: inline-block;
}

.header_logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.header_logo .logo {
	max-width: 200px;
	border-right: 2px solid #ffb600;
}

.header_logo a {
  display: block;
}

.header_logo img {
  max-width: 100%;
}

.header_logo .gp-logo {
	font-family: Merriweather;
	color: #fff;
	font-size: 1.875rem;
	padding-left: 25px;
}


.masthead .top_nav {
  position: relative;
  padding-bottom: 30px;
  z-index: 2;
}


.menu.top_menu {
padding: 0;
  margin: 0;
}

.top_nav {
  text-align: right;
}

.top_menu li {
  display: inline-block;
  line-height: 1em;
}

.top_menu li:last-child {
  padding-right: 0;
}

.top_menu a {
  color: #fff;
  font-size: 1.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
}

.top_menu a:hover, .top_menu a:focus {
  opacity: .7;
}

.main_nav_wrap {
  padding-top: 15px;
}

.main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}


.main_nav a {
  color: #2c3840;
}

a.nav_toggle {
  display: none;
  position: relative;
  padding: 5px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

a.nav_toggle:after {
  position: relative;
  top: 5px;
  font-size: 1.333em;
  content: '\ec6e';
  font-family: Icomoon;
  margin-left: 5px;
  color: #689c7a;
}

.menu.main_menu {
  margin-left: auto;
  text-align: right;
}

.main_menu > li {
  padding: 10px 0px 10px 55px;
  line-height: 1em;
  display: inline-block;
}


.main_menu > li.has_dropdown {
  position: relative;
}

.main_menu > li > a {
  font-weight: 600;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}

.main_menu > li > a > span {
  display: inline-block;
  padding-left: 10px;
  font-size: 1rem;
}

/*.main_menu > .active_parent > a {*/
/*  color: #481368;*/
/*}*/

.main_menu > li:hover > a, .main_menu > li > a:focus {
  color: #481368;
}

#close_menu {
  display: none;
}

.menu.dropdown_menu {
  position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 95;
    text-align: left;
    left: 45px;
    min-width: 250px;
    padding: 10px 15px;
    display: none;
    box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.5);
}

.main_menu > li:hover > .dropdown_menu {
  display: block;
}


.menu.dropdown_menu a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.5rem;
}

.dropdown_menu a:hover, .dropdown_menu a:focus {
  text-decoration: underline;
  color: #481368;
}

.main_menu > li:hover > .dropdown_menu, .main_menu > li.focused > .dropdown_menu {
  display: block;
}
 
.cres_marketing {
  position: relative;
  padding: 455px 0px 0px;
  background: url('/org_files/1829/images/rd2/banners/banner_image.jpg') top  center / cover;
  z-index: 1;
  display: none;
  background-position-x: 37% !important;
}

.cres_marketing::before {
	content: '';
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,.5) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cres_marketing::after {
	content: '';
	background: linear-gradient(to top, rgba(0,0,0,0) 50%, rgba(0,0,0,.5) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.marketing_msg {
	text-align: center;
}

.marketing_msg h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 3.875rem;
	line-height: 1.5em;
	margin: 0 0 30px;
	text-shadow: 0 0px 15px rgba(0,0,0,.9);
}

.marketing_msg h1 span {
    font-family: "Merriweather", sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 5.375rem;
	display: block;
}


.cres_marketing p {
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 1.25rem;
  padding-right: 20px;
  font-weight: 500;
}


.page_title_wrap {
  background: #76232f;
  position: relative;
  padding: 390px 15px 25px;
  text-align: center;
  border-bottom: 3px solid #ffb600;
}

.page_title_wrap::before {
	content: '';
  background: url('/org_files/1829/images/rd2/crosswatermark.png') top center / cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 250px;
  height: 430px;
}

#page_title {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 2.875rem;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.1em;
}

.cres_action_links.inner {
	padding: 50px 0;
}


.cres_action_links {
  padding: 30px 0px;
  border-top: 5px solid #ffb600;
  text-align: center;
}

.action_menu {
  padding: 0;
}

.action_menu li {
  display: inline-block;
  padding: 0px 20px;
}

.action_menu a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.25rem;
	color: #fff;
	background: #76232f;
	padding: 20px 30px;
	display: block;
	border-radius: 5px;
	line-height: 1em;
}

.action_menu a::after {
  content: '';
  background: url('/org_files/1829/images/rd2/yellow-arrow.png') center / cover;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
}

.action_menu a:hover  {
  background :#ffb600;
}

.action_menu a span {
  font-size: 1rem;
}

.footer {
  background: #f9f9f9;
  color: #232323;
  padding: 35px 40px;
  display: flex;
}


.top_footer {
  background: #00a0dd;
  padding: 30px 20px;
  
}

.left_footer {
  font-size: 0.875rem;
  padding-left: 15px;
}

.left_footer img {
  max-width: 320px;
}

.left_info {
  padding: 0 0 0 115px;
}

.org_footer {
  position: relative;
  padding: 0;
  border-top: 1px solid #fff;
  display: flex;
  align-items: start;
  width: 390px;
}

.org_footer img {
  max-width: 130px;
  margin: 0 0 10px;
}

.footer .org_footer p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 15px;
}

.footer .org_footer p a {
	color: #76232f;
	text-decoration: none;
}

.social_media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu.social_menu {
	padding: 0;
	margin: 0;
}

.top_footer .left_info a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.cres_footer {
  padding: 0 0 0 225px;
  position: relative;
  width: calc(100% - 390px);
}


.cres_footer a {
  color: #76232f;
  text-decoration: underline;
}

/*.footer a:hover, .footer a:focus {*/
/*  color: #fff;*/
/*  text-decoration: 2px underline;*/
/*}*/

.footer p {
  margin: 0;
}


a.advisor_btn {
  display: inline-block; 
  font-size: 1rem;
  padding: 0 0 30px;
  position: relative;
}

a.advisor_btn::after {
  content: '';
  background: url('/org_files/1829/images/rd2/red-arrow.png') center / cover;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
}

a.advisor_btn:hover, a.advisor_btn:focus {
background: #fff;
  color: #481368;
}

p.cres_copyright {
  font-size: 1rem;
  line-height: 1.6;
}

p.cres_copyright .privacy {
  display: inline-block;
  padding: 15px 0;
}

p.cres_copyright .small {
  font-size: 0.875rem;
}

p.cres_copyright .small br {
  display: block;
  margin: 5px 0;
}

.left_info {
  flex: 1 0 auto;
}

.social_menu li {
  display: inline-block;
  padding: 0 5px 0;
  vertical-align: middle;
}

.social_menu a {
  font-size: 2.125rem;
  text-decoration: none;
  display: inline-block;
  color: #76232f;
}

.top_home {
  padding: 70px 0 60px;
}

.top_home .container {
  display: flex;
}

.top_home .container .left_col {
  width: 50%;
  padding-right: 35px;
}

.top_home .container .left_col span {
  color: #706664;
  text-transform: uppercase;
  font-size: 1.3125rem;
  letter-spacing: 2px;
}

#cres_content .top_home .container .left_col h2 {
  color: #76232f;
  font-size: 3rem;
  font-weight: 400;
  margin: 15px 0 0;
  line-height: 1.2;
}


.top_home .container .right_col {
  width: 50%;
  padding-left: 35px;
  border-left: 1px solid #ffb600;
}

.top_home .container .right_col p {
  font-size: 1.375rem;
  margin: 0;
  color: #575757;
}

.top_home .container .right_col p:first-child {
  font-size: 1.375rem;
  padding-bottom: 25px;
}

.bequest_section {
  background: #f0f0f0;
  padding: 60px 0 70px;
}

#cres_content .bequest_section .container a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #575757;
  border: 0;
}

.bequest_section .container a::after {
  content: '';
  border: 2px solid #ffb600;
  width: 101%;
  height: 94%;
  position: absolute;
  left: -8px;
  top: 12px;
  z-index: 2;
}

.beq_img {
  width: 490px;
  height: 420px;
  position: relative;
  z-index: 2;
}

#cres_content .beq_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.beq_img::before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 100%;
  height: 88%;
  background: #76232f;
  z-index: -1;
  display: block;
}

.beq_text {
  width: calc(100% - 490px);
  padding: 70px 110px 70px 115px;
  background: #ffffff;
  color: #575757;
  position: relative;
  z-index: 1;
}

.beq_text > span:first-child {
  color: #706664;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

#cres_content .beq_text .cres_news_box_grid-SubTitle {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  color: #76232f;
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
}


#cres_content .beq_text .cres_news_box_grid-SubTitle::after {
  content: '';
  background: #ffb600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
}

.ira_section {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 60px;
}

.ira_title {
	font-family: "Merriweather", sans-serif;
	width: 33%;
	background: #76232f;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.5rem;
	position: relative;
	padding: 0 15px;
	text-align: center;
	line-height: 1.2;
}

.ira_title::before { 
  content: '';
  background: url('/org_files/1829/images/rd2/crosswatermark.png') top center / cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 250px;
  height: 400px;
}

.ira_img {
  background: url('../images/CI_web_images/CI_2378_hero.jpg') center / cover;
  height: 420px;
  width: 24%;
}

.right_col_wrapper {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ira_top {
  background: url('../images/CI_web_images/CI_1908_hero.jpg') center / cover;
  height: 200px;
  width: 100%;
}

#cres_content .ira_bottom {
  padding: 70px 130px 70px 60px;
  background: #f0f0f0;
  color: #232323 !important;
  text-decoration: none;
}

.red_arrow {
	background: url('/org_files/1829/images/rd2/red-arrow.png') center / cover;
	display: inline-block;
	width: 24px;
	height: 14px;
	margin-left: 5px;
}

.yellow_arrow {
	background: url('/org_files/1829/images/rd2/yellow-arrow.png') center / cover;
	display: inline-block;
	width: 24px;
	height: 14px;
	margin-left: 5px;
}

.gifts_section {
	background: linear-gradient(0deg, rgba(32, 32, 32, 0.8) 0, rgba(32, 32, 32, 0.8) 0), url('../images/CI_web_images/CI_0679_largehero.jpg') center / cover;
	padding: 50px 0;
}

.gifts_title {
	font-family: "Merriweather", sans-serif;
	color: #fff;
	font-size: 2.875rem;
	text-align: center;
	line-height: 1.2;
    padding: 0 0 35px;
}

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

#cres_content .gift {
	width: 32%;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 40px 35px 25px;
	text-align: center;
}

#cres_content .gift_icon {
  width: 105px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
  border: 2px solid #ffb600;
  border-radius: 50%;
}

#cres_content .gift_icon img {
  max-width: 55%;
}

.gift_title {
  font-family: "Merriweather", sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
  padding: 0 0 15px;
  margin: 0 0 10px;
  position: relative;
}

.gift_title::after {
  content: '';
  background: #ffb600;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 80px;
  height: 1px;
}

.gift_title span {
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: 300;
	font-family: "Open_Sans", sans-serif;
	display: block;
	letter-spacing: 1px;
}


#cres_content a {
  color: #76232f;
  text-decoration: underline;
  border-bottom: 0;
}

#cres_content a:visited {
  color: #0093a1;
}



@media screen and (max-width:1250px) {
  .header_logo .gp-logo {
  	font-size: 1.625rem;
  	border-bottom: 2px solid #ffb600;
	padding: 15px 0 10px;
  }
  
  .header_logo .logo {
  	border-right: 0;
  	max-width: 185px;
  }
  
  .header_logo {
  	align-items: start;
  }
  
  .main_menu > li {
  	padding: 10px 0px 10px 35px;
  }
  
  .main_nav_wrap {
  	padding: 0;
  }
  
  .masthead .top_nav {
  	padding-bottom: 20px;
  }
  
  .marketing_msg h1 {
  	font-size: 3.5625rem;
  }
  
  .marketing_msg h1 span {
  	font-size: 4.875rem;
  }
  
  .cres_marketing {
  	padding: 460px 0px 0px;
  }
  
  #cres_content .top_home .container .left_col h2 {
  	font-size: 2.625rem;
  }
  
  .top_home .container .right_col p,
  .top_home .container .right_col p:first-child {
  	font-size: 1.25rem;
  }
  
  .top_home {
  padding: 35px 0;
}

.beq_img {
	width: 415px;
    height: 340px;
}

.beq_text {
	width: calc(100% - 415px);
    padding: 40px 50px 30px 60px;
}

.bequest_section {
	padding: 35px 0 50px;
}

#cres_content .beq_text .cres_news_box_grid-SubTitle {
	font-size: 2.25rem;
}

.ira_section {
	padding: 40px 30px 30px;
}

.ira_title {
	width: 32%;
	font-size: 2.25rem;
}

.ira_img {
	width: 32%;
}

.right_col_wrapper {
	width: 32%;
}

#cres_content .ira_bottom {
	padding: 35px 25px;
}

.gifts_title {
	font-size: 2.375rem;
	padding: 0 0 25px;
}

.gifts_section {
	padding: 25px 0;
}

#cres_content .gift {
	padding: 20px 15px 25px;
}

.cres_footer {
	padding: 0 0 0 45px;
}
 
.footer {
	padding: 35px 30px;
} 
  
}

@media screen and (max-width:1070px) {
.action_menu li {
		padding: 0px 10px;
	}
}

@media screen and (max-width:1050px) {

    #nav {
      display: block;
    }
    
    .menu.main_menu {
      display: none;
    }
    
    .top_menu .tablet_hide {
      display: none;
    }
    
    .main_nav {
    	display: block;
    }
    
    .header_logo .logo {
    	max-width: 125px;
    	padding: 0;
    }
    
    .masthead {
    	padding: 20px 15px;
    }
    
 
    
    .marketing_msg {
   		padding: 0 15px 30px;
    }
    
    .marketing_msg h1 {
    	font-size: 2.125rem;
    	border-bottom: 3px solid #ffb600;
    	padding: 0 0 15px;
    	margin: 0;
    }
    
    .marketing_msg h1 span {
    	font-size: 2.875rem;
    }
    
    .cres_action_links {
    	display: none;
    }
    
      .cres_marketing {
    padding: 325px 0px 0px;
  }
  
  .top_home .container {
  	display: block;
  }
  
  .top_home .container .left_col {
  	width: 100%;
  	padding: 0;
  }
  
  .top_home .container .right_col {
  	width: 100%;
  }
  
    .top_home {
    padding: 15px 0 0px;
  }
  
  .container {
  	padding: 0 15px;
  }
  
   #cres_content .top_home .container .left_col h2 {
	font-size: 2.25rem;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  
   #cres_content .top_home .container .left_col h2::after {
 		content: '';
	  background: #ffb600;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 80px;
	  height: 1px;
     }
  
  .top_home .container .right_col {
  	padding: 0;
  	border: 0;
  }
  
  
  .top_home .container .left_col span {
  	font-size: 1.1875rem;
  	padding: 0 0 5px;
    display: block;
  }
  
    .bequest_section {
    padding: 15px 0px 20px;
  }
  
  #cres_content .bequest_section .container a {
  	display: block;
  }
  
  .beq_img {
    width: 100%;
    height: 255px;
    max-width: 325px;
    margin: 0 auto;
  }
  
  .beq_text {
  	width: 100%;
  	padding: 25px 15px 15px;
  }
  
  .beq_img::before {
    right: -5px;
    bottom: -5px;
    left: initial;
    width: 96%;
  }
  
  .bequest_section .container a::after {
	width: 100%;
    height: 98%;
    left: 0;
  }
  
  #cres_content .beq_text .cres_news_box_grid-SubTitle {
  	font-size: 2rem;
  	margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.2;
  }
  
  .beq_text > span:first-child {
  	padding-bottom: 10px;
  }
  
  .ira_section {
  	flex-wrap: wrap;
    	padding: 15px 0px 30px;
  }
  
  .ira_title {
  	width: 100%;
  }
  
  .ira_img {
  	width: 100%;
  	height: 200px;
  	margin: 0 15px 15px;
  }
  
  .right_col_wrapper {
  	width: 100%;
  	padding: 0 15px;
  }
  
  .ira_title {
  	font-size: 2rem;
  	padding: 35px;
  	display: block;
  	margin: 0 0 15px;
  }
  
  
.ira_title span {
	display: block;
}

.ira_title::before {
	left: 0;
  transform: none;
  bottom: 0;
  width: 110px;
  height: 100%;
}

.ira_img {
	background: url('../images/CI_web_images/CI_2378_hero.jpg') 100% 10% / cover;
}

.ira_top {
	background-position: 100% 25%;
	margin: 0 0 15px;
}

 #cres_content .ira_bottom {
    padding: 20px 15px;
    border: 0;
  }
  
  .gift_container {
  	flex-wrap: wrap;
  }
  
  #cres_content .gift {
  	width: 100%;
  	margin: 0 0 20px;
  	padding: 20px 15px;
  	display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  
  #cres_content .gift .gift_icon {
  	width: 75px;
    height: 75px;
    margin: 0 auto 10px;
  }
  
  #cres_content .gift .gift_icon img {
  max-width: 45px;
}

.gift_title {
	font-size: 1.75rem;
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
}

.gift_title span {
	font-size: 1.375rem;
}

.gifts_section {
	padding: 25px 0 0;
}

.footer {
	padding: 15px;
	flex-wrap: wrap;
}

.org_footer {
    margin: 20px auto 0;
}

.cres_footer {
	width: 100%;
	padding: 0;
}

.org_footer img {
	max-width: 110px;
}
 
 
    
    /*Mobile Menu Start*/
  #nav {
    display: block;
  }
  
  .lockscroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  body > .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 99;
    display: none;
  }

  .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  
  #navscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  
.menu.main_menu {
    position: fixed;
    height: 100%;
    top: 0px;
    overflow: hidden scroll;
    left: -300px;
    width: 300px;
    max-width: 100%;
    z-index: 101;
    background-color: #fff;
    text-align: left;
    padding-top: 40px;
    padding-left: 0;
    display: block;
    margin: 0;
  }

.menu.main_menu #close_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-top: 0;
  }

.menu.main_menu #close_menu > a {
    font-size: 1.3rem;
    line-height: 1em;
    text-align: right;
    width: 100%;
    padding: 0.35em 0.5em;
    transition: none 0s ease 0s;
    color: #481368;
  }
  
.menu.main_menu #close_menu span {
      color: #333;
      cursor: pointer;
  }
  
.menu.main_menu > li {
    text-align: left;
    padding: 0;
    margin-left: 0;
    border-top: 1px solid #333333;
    display: block;
    width: 100%;
  }

.menu.main_menu > li.tablet_show {
    display: block;
  }
  
.menu.main_menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
  }

.menu.main_menu > li > a br {
    display: none;
  }

.menu.main_menu li a i.icon {
    display: none;
  }
  
.menu.main_menu li > ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
  
.menu.main_menu .has_dropdown a span.icon {
    display: none;
  }
  
.menu.main_menu > li.tablet_show {
    display: block !important;
  }
  
  
.menu.main_menu li > ul li {
    border-top: none;
  }
  
.menu.main_menu li > ul li a {
    padding: 0.1em 1em 0.7em 2em;
   color: #333;
   text-align: left;
  }

.menu.main_menu li > ul li a:hover {
    color: #fba919;
  } 
  /*Mobile Menu End*/
}





/************************PAGE FIXES (Coder)********************/

/***********Landing Page*************/










/**********
PY GENERAL MOBILE FIXES START
**********/

.gift_calc_header {
  display: none;
}

/********** MAKE UNORDERED LIST ITEMS FLUSH TO CONTAINER **********/

#how_give_ul .container, #what_give_ul .container, #gift_calc_ul .container, #donor_story_main_ul .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**********
remove line breaks
**********/

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

#cres_content .cres_body_article h2 + br {
    display: none;
}

#cres_content .cres_body_article h2 + br {
    display: none;
}


/*********************************************************
remove the top spacing on HTG pages 12, 14, 15, etc
**********************************************************/
#how_give_container div#cres_share_action_top, 
#how_give_container div#mobile_video_button {
    display: none;
}

/********** FIX WIDGET NOTIFY US FUNCTIONALITY **********/

#cres_letushelp, #cres_irasupport, #cres_dafgift {
  position: relative;
  z-index: 9;
}

/********** GIVING NEWS GENERAL FIXES **********/

.cresDateHead {
  margin-bottom: 2%;
  font-style: italic;
}

/********** CHANGE FONT FAMILY OF TEXT FIELDS **********/

#cres_content #cres_contact input[type='text'], #cres_content #cres_contact textarea {
  font-family: inherit !important;
}

/********** FIXES ON GIFT INFO & CONTACT PAGES **********/





/********** FIXES ON NEWS PAGES **********/




/*===========================================================
           AC Edits
===========================================================*/

html, body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

body {
    position: relative;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#cres_content ul, #cres_content ol {
      margin: 15px 0 30px;
}

#cres_content p {
    margin-bottom: 1em;
}

#cres_content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.flowchart_text_ada,
.flowchart_text_ada + br {
    display: none;
}

#nav ul li a span {
	margin-top: -2px;
}

#main_content {
	padding: 20px 0px;
}

a.advisor_btn::after {
	width: 14px;
	height: 8px;
	margin-left: 7px;
}

#cres_content a:visited {
	color: #430416;
}

a.how_bequest_link {
	font-weight: 400;
}

#cres_content p {
	padding: 0px 0px;
}

	.menu.main_menu {
		left: unset;
		right: -300px;
		width: 300px;
		padding-left: 0;
		margin-left: 0;
		padding-top: 40px;
	}
	
	.menu.main_menu li a {
		text-align: right;
		padding: 12px 15px;
	}
	
	.menu.main_menu > li {
		border: none;
	}
	
	.menu.main_menu li > ul li a {
		padding: 7px 15px;
    	text-align: right;
    	margin-right: 15px;
    	border-right: 2px solid #ffb600;
    	font-weight: 400;
	}
	
	.main_menu > li > a {
		font-size: 1.25rem;
	}
	
	.menu.main_menu li > ul li a:hover {
		color: #333;
	}
	
	li.has_dropdown {
		padding: 2px 0 7px !important;
	}

	.masthead .top_nav {
		padding-bottom: 20px;
	}
	
	.menu.main_menu #close_menu > a {
		padding: 15px 15px;
	}
	
/**************Homepage*********************/


/**************Interior pages*********************/

#cres_content .bigMedTitle, #cres_news_article .cres_body_article h2, #cres_content #cres_news_box_grid a .cres_news_box_grid-Title, #cres_content h2.bigMedTitle_NL {
	font-size: 1.75rem;
	margin: 0 0 3px;
	line-height: 1.3em;
}

#cres_content a .bigMedTitle span {
	font-size: 1.5rem;
}

.page_title_wrap::before {
	width: 100px;
	height: 140px;
}

#page_title {
	font-size: 2.25rem;
	line-height: 1.2em;
}

.page_title_wrap {
	padding: 165px 15px 5px;
}

.page_title_wrap.lp_hide div.container {
	padding: 0;
}

/*********************************************************
remove the top spacing on HTG pages 12, 14, 15, etc
**********************************************************/
#how_give_container div#cres_share_action_top, 
#how_give_container div#mobile_video_button {
    display: none;
}

/*********************************************************
List pages styles customization
**********************************************************/

#cres_content #donor_story_main_ul li + li, #cres_content #what_give_ul li + li, #cres_content #how_give_ul li + li, #cres_content #gift_calc_ul li + li, #cres_content #learn_wills_ul li + li {
	margin-top: 15px;
}

#cres_content #donor_story_main_ul li, #cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li, #cres_content #learn_wills_ul li {
	padding: 17px 15px 13px;
}

#cres_content .gift_icon {
	width: 75px;
	height: 75px;
	margin: 0 auto 15px;
}

#cres_content a .bigMedTitle {
	font-weight: 700;
}

/***Add the > symbol, change font size and color***/
#cres_content li a .bigMedTitle::after {
    content: "\2192";
    display: inline;
    font-family: "wingdings";
    font-size: 26px; /***adjust according to title font size***/
    color: #76232f; /***match to website link color***/
    position: relative;
    top: 3px; /***adjust to vertically align with title***/
    margin-left: 4px;
    vertical-align: 1px;
}

/***Add the visited link color from the website***/
#cres_content li a:visited .bigMedTitle,
#cres_content li a:visited > .bigMedTitle::after {
    color: #430416; /***change this value***/
}

/*************************************************/















#cres_content .box-callout {
	padding: 15px;
}

/***************************************
Mobile page 166
***************************************/
#cres_about_wills .uppercase_text,
 .uppercase_text strong {
    padding: 5px 0; 
    text-transform: none;
    font-weight: normal; /***or the font size set for the body***/
}

ol.list_container_benefits_of_bequest li,
 ol.list_container_bequest_options li {
    padding-bottom: 5px;
}

#cres_content ol.list_container_benefits_of_bequest + br {
    display: none;
}

ol.list_container_benefits_of_bequest li, ol.list_container_bequest_options li {
    padding-bottom: 5px;
}

/****removes excess space at the top of the page****/



/**********************************************
Change the title on Bequest Language / page #127
***********************************************/



/***********************************
Learn About Wills / Pg #18
***********************************/
#cres_content #learn_wills_container h2.bigMedTitle_NL:first-of-type {
    margin-top: 30px;
}

#cres_content #learn_wills_container h2.bigMedTitle_NL {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 1.75rem; /**Change to font size of h2 titles**/
    line-height: 1.2em;
}

#cres_content #learn_wills_ul {
    border-bottom: 1px solid #ffb600; /**Change to a branding color**/
}

#cres_content #learn_wills_ul:last-of-type {
    border: none;
}

#cres_content #learn_wills_ul li {
    padding: 5px 0 !important;
    border-top: none;
}

#cres_content #learn_wills_ul li:first-child {
    padding-top: 0;
}

#cres_content #learn_wills_ul li:last-child {
    padding-bottom: 15px !important;
}

#cres_content #learn_wills_ul li a {
    color: #76232f; /***match to other link colors***/
    font-weight: normal; /***may be a different font weight, such as 500***/
    background: none;
    padding: 0;
}

#cres_content #learn_wills_ul li:first-of-type a {
    padding-top: 0;
}

#cres_content .medTitle {
	text-align: left;
}

#cres_content #learn_wills_ul li {
	border: none;
}

#cres_content #learn_wills_ul li + li {
	margin-top: 0px;
}


/****************Donor Stories Fixes******************/



/***************************************
mobile forms
***************************************/
#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    -webkit-appearance: none;
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    width: 100%;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content #cres_contact input:hover,
#cres_content #cres_contact textarea:hover {
    background: #fff;
    background-image: none;
}

/****customize this to make all the buttons the same****/

#cres_content #cres_contact button,
html #cres_content #cres_contact input[type=button],
#cres_content #cres_contact input[type=reset],
#cres_content #cres_contact input[type=submit] {
    float: none;
    border-radius: 5px !important; /***modify if needed***/
    background: #76232f !important; /***change to the correct button color***/
    background-image: none;
    color: #fff; /***change to correct text color***/
    font-size: 1em !important; /***match font size of body copy***/
    padding: 13px 25px; /***change as needed***/
    margin: 0px 10px 20px 0px !important;
    width: auto;
    text-transform: none !important; /***remove if not needed***/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content input,
#cres_content input:hover {
    background-image: none;
    background: #fff;
}

#cres_contact div {
    margin: 5px 0px !important;
}

#cres_content #cres_contact input[type="text"], 
#cres_content #cres_contact textarea {
   width: calc(100% - 13px); 
}

#cres_contact em {
  color: #CC0000;
  margin: 0 0 0 2px;
  float: right;
}

/**************************************************
Contact pages: pg 19, 21, 36
***************************************************/
#cres_content #cres_news_box_about_us_org {
    margin-bottom: 30px;
}

/****************inner page widget styles********************/







/***************************************
mobile news/advisors edits
***************************************/
div[style="padding:10px 0;margin:0 0 10px 0;border-bottom:1px solid #CCCCCC;"], 
div[style="padding:10px 0;border-bottom:1px solid #CCCCCC;"] {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.cres_body_article ul li, .cres_body_article ol li {
    padding: 5px 0;
}

#cres_pp_img[style="display:block;background-image: url(../images/330x165_wide_img_bg.png);background-repeat: no-repeat;height: 175px;"] {
     display: none !important;
}

span.cresDateHead, h2.cresDateHead, h3.cresPublishDate, h3.cresDateHead {
    color: inherit;
    font-size: 1em !important;
    font-weight: normal; /***check font weight***/
    font-style: normal;
    padding: 0 0 15px;
}

#cres_news_article .cresDateHead {
    color: inherit;
    padding-bottom: 15px;
    font-size: 1em !important;
    font-weight: normal; /***check font weight***/
    font-style: normal;
}

div[style="padding:0px;margin:0px 0px 10px;text-align:center;font-style:italic;"] {
    text-align: left !important;
    font-size: 1em !important;
    font-style: normal !important;
}

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

/***Customize font size to match h2 titles on inner pages***/
#cres_news_article h2.cresArticleTitle {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3em !important;
    color: #827c78;
}

/***make the secondary news article titles smaller than h2.cresArticleTitle***/
#cres_news_article .cres_body_article h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3em;
    color: #827c78;
}

#cres_news_article .cres_body_article {
    padding: 0 !important;
}

/***Removes spacing within page 32***/
#cres_content a[name="stocks"],
#cres_content a[name="interest"],
#cres_content a[name="bonds"] {
    display: block;
    line-height: 0;
    text-decoration: none;
}

div#cres_article_actions, #cres_article_opts_bottom {
    display: none;
}






/***match font size to h2.cresArticleTitle***/


/******************************************
p39 - PLR
******************************************/
.plr_note {
    margin: 20px 0 !important;
    padding: 10px !important;
}
/******************************************/







/*END_MAIN_STYLES*//*START_MOBILE_STYLES*/#cres_button_wills_guide {
  display: none;
}
#cres_button_plan_will{
  display: none;
}
#cres_button_enews {
  display: block;
}

 #cres_content #cres_news_box_grid .cres_news_box_grid_wide > div a {
  padding: 15px;
  border-top: 0;
  border: 1px solid #ccc;
  margin: 0 0 15px;
    list-style: none;
    text-align: center;
 }


    #cres_content #cres_news_box_grid .cres_right_column {
        background: none; /**removes default arrow image***/
        padding: 0;
    }
    
    #cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
        color: #76232f; 
        position: relative;
    }
    
    /***match this to the icon used in the list pages***/
    #cres_content #cres_news_box_grid a .cres_news_box_grid-Title::after {
        content: "\2192";
        font-family: 'Wingdings';
        font-size: 26px;
        color: #76232f; /***default link color***/
        position: relative;
        margin-left: 4px;
    	vertical-align: -1px;
    }
    
    /***customize color and fix other issues***/
    #cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle {
        color: #333;
        line-height: inherit;
        margin-bottom: 5px;
        text-transform: none;
        line-height: 1.3em;
    }
    
    /***use the visited link color to look like the list page titles***/
    #cres_content #cres_news_box_grid a:visited .cres_news_box_grid-Title,
    #cres_content #cres_news_box_grid a:visited .cres_news_box_grid-Title::after {
        color: #430416; 
    }
        
    #cres_content #cres_news_box_grid #cres_news_box_finances a .cres_news_box_grid-SubTitle {
        display: none;
    }
/*********************CRESCENDO NEWS BOX GRID**********************/
	#cres_news_box_grid {
	  /*color: <!--cres_news_box_grid-color-->;*/
	  margin: auto;
	  padding: 0px;
      float: left;
	}
    #cres_news_box_grid a{
      text-decoration: none;
      font-weight:bold;
    } 
    
    #cres_news_box_grid ul {
      padding: 0px;
    }

    #cres_news_box_grid li {
      font-family: <!--cres_news_box_grid-font-family-->;
      font-size: 0.9em;
      font-size: 0.9em;
      padding: 0px;
      margin: 0px 0px 5px 0px;
      list-style: none;
      text-transform: uppercase;
    }
	#cres_news_box_advisor_spotlight {
	  width: <!--cres_news_box_advisor_spotlight-width-->;
	  height: auto;
	  padding: 10px 0px;
	  margin: 0px;
	  float: ;

      border-width: 0px 0px 1px; 
	  background-color: ;
    }#cres_news_box_glaw_pro {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_glaw_pro img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}#cres_news_box_glaw_calc {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_glaw_calc img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}#cres_news_box_washington_news {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_washington_news img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}#cres_news_box_case_of_week {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_case_of_week img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}#cres_news_box_private_letter {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_private_letter img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}#cres_news_box_article_month {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: ;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_news_box_article_month img {
  width: ;
  height: ;
  float: ;
  border: ;
  padding: 0px;
  margin: 0px;
}
  
