 /* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

img {
   max-width: 100%;
   height: auto;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* New bootstrap-oriented styles */

/*centers an odd numbered column*/
.col-centered{
    float: none;
    margin: 0 auto;
}

/*Custom anchor class for dark backgrounds - Beige*/
.a-bkgnd-dark a:link {
    color: #b8902e !important;
    text-decoration: none;
}
.a-bkgnd-dark a:visited {
    color: #b8902e !important;
    text-decoration: none;
}
.a-bkgnd-dark a:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.a-bkgnd-dark a:active {
    color: #b8902e !important;
    text-decoration: none;
}

/*Custom anchor class for dark backgrounds - White*/
.a-bkgnd-light a:link {
    color: #9f7c25 !important;
    text-decoration: none;
}
.a-bkgnd-light a:visited {
    color: #9f7c25 !important;
    text-decoration: none;
}
.a-bkgnd-light a:hover {
    color: #211c4f !important;
    text-decoration: none;
}
.a-bkgnd-light a:active {
    color: #9f7c25 !important;
    text-decoration: none;
}

/*Custom anchor class for beige backgrounds - White*/
.a-bkgnd-beige a:link {
    color: #211c4f !important;
    text-decoration: none;
}
.a-bkgnd-beige a:visited {
    color: #211c4f !important;
    text-decoration: none;
}
.a-bkgnd-beige a:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.a-bkgnd-beige a:active {
    color: #211c4f !important;
    text-decoration: none;
}

/*Custom anchor class for dark backgrounds - White w/ white hover line*/
.a-bkgnd-dark2 a:link {
    color: #FFFFFF !important;
    text-decoration: underline;
}
.a-bkgnd-dark2 a:visited {
    color: #FFFFFF !important;
    text-decoration: underline;
}
.a-bkgnd-dark2 a:hover {
    color: #FFFFFF !important;
    text-decoration: double;
}
.a-bkgnd-dark2 a:active {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.mrgTop-N50 {
margin-top: -50px;
}

/*Homepage Styles*/
/*Red Alert Banner*/
.alert-text {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
 .alert-text a {
    color: #FFFFFF;
    text-decoration: underline;
    }  
.alert-text a:hover {
    color: #FFFFFF;
    text-decoration-style: double;

}
.alert-banner {
    background-color: #9e0c0f;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-bottom: 0px;
}
/*End Red Alert Banner*/

/*Basic alert banner*/
.basic-alert-text {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}
 .basic-alert-text a {
    color: #000000 !important;
    text-decoration: underline;
    }  
.basic-alert-text a:hover {
    color: #000000 !important;
    text-decoration-style: double;

}
.basic-alert-banner {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*End General Alert Banner*/


.subhead1 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
}
.subhead1A {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
}
.subhead1.black {
color: #000000;
}
.subhead1A.black {
color: #000000;
background-position: 0% 0%;
}
.subhead1.social {
 margin-bottom: 0px; 
}
.subhead1.center {
   text-align: center;
}
.subhead1.nomargin {
    margin-bottom: 0px;
    margin-top: 0px;
}
.subhead2 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
}
.subhead2.black {
    color: #000000;
}
.subhead2A {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 16px;
}
.subhead2A.black {
    color: #000000;
}
.subhead2B {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -3px;
    font-size: 16px;
}
.subhead2B.black {
    color: #000000;
}
.subhead2.gray {
    color: #8F8F8F;
    font-weight: 600;
}
.subhead3 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 15px;
}
.subhead3.black {
    color: #000000;
}
.subhead4 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
}
.subhead4.black {
    color: #000000;
}
.subhead4A {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}
.subhead4A.black {
    color: #000000;
}
.subhead5 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 18px;
}
.subhead5.black {
    color: #000000;
}
.subhead6 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 17px;
}
.subhead6.black {
    color: #000000;
}

.subhead7 {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 15px;
}
.subhead7.black {
    color: #000000;
}
.block-text {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
}
/*For white text on blue backbround - homepage sections AND black text option*/
.highlight-text {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    max-width: 350px;
}
.highlight-text.black {
    color: #000000;
}
.highlight-text.learnMore {
    color: #000000;
	  font-size: 12.5px;
}

/*Icons with text below (bucket) */
.icon-text {
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.icon-text.black {
    color: #000000;
}
.icon-text.learnMore {
    color: #000000;
	  font-size: 12.5px;
}

.page-text {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
}

/*Line styles*/

.line hr {
border: 1px solid #FFFFFF;
max-width: 100%;
text-align: center;	
}

/*Content pages styling*/
.para-subhead2 {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 28px;
    font-size: 16px;
}
.para-subhead2.white {
    color: #FFFFFF;
}
.para-subhead3 {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}
.para-text {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;

}.para-text.white {
    color: #FFFFFF;
}
.para-text.black {
    color: #000000;
}
.para-bullet li {
	margin-left: -25px;
}
.mrg-left20 {
	margin-left: 20px;
}
.mrg-left50 {
	margin-left: 50px;
}
.mrg-right50 {
	margin-right: 50px;
}
.pad-left20 {
	padding-left: 20px;
  }
  .pad-left50 {
	padding-left: 50px;
}
  .mrg-right90 {
	margin-right: 90px;
}
 .mrg-top10 {  
      margin-top: 10px;
    }
  .mrg-top20 {  
      margin-top: 20px;
    }
/*End*/

/*Youtube Video Responsive Design Enabler*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  }
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*END*/

/*Universal widget for full-width background*/
.section01 {
    background-color: #211c4f;
    padding-top: 35px;
    padding-right: 50px;
    padding-bottom: 35px;
    padding-left: 50px;
}
.section01.white {
    background-color: #FFFFFF;
}
.section01.gray {
    background-color: #F0F0F0;
}
.section01.gold {
    background-color: #b48c2f;
}
.section01.padBottom0 {
    padding-bottom: 15px;
}
.section01.FAQ-image {
background-image: url(/Portals/57/Images/community2/com-FAQs.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
background-size: cover;
}
.section01.FAQ-image-military {
background-image: url(/Portals/57/Images/military/mil-FAQs.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
background-size: cover;
}
/*End*/

.beige-block {
background-color: #b8902e;
padding-left: 30px;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 15px;
height: 100%;
}

/*About Page - Leadership section styles*/

/*custom image border*/
.image-border {
  border: 3px solid #FFFFFF;
}
/*background irt seal watermark*/
.logo-watermark {
  background-image: url(/Portals/57/Images/about/irt-watermark.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.logo-watermark-blue {
  background-image: url(/Portals/57/Images/about/irt-watermark-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.stretch {
  width: auto;
  height: 100%;
}
.seal-right1 {
float: right;
margin-right: 10px;
}
.seal-right2 {
float: right;
}
.seal-left1 {
float: left;
margin-left: 10px;
}
.seal-left2 {
float: left;
}



/*3 column grid*/
.col-grid3 {
    margin-bottom: 55px;
}
.mrg-top50 {  
    margin-top: 50px;
}
.mrg-top-75 {  
    margin-top: -75px;
}

/*Footer Items*/
.footer-text {
    color: #FFFFFF;
    font-size: 14px;
    overflow-wrap: break-word;
}
.footer-nav {
    margin-top: 65px;
}
 .footer-nav a {
    color: #FFFFFF;
    margin-top: 80px;      
    }  
.footer-nav a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-text-margin {
    margin-left: 15px;
    margin-right: 15px;
}
.footer-text-margin-first {
    margin-right: 15px;
}
.footer-text-margin-last {
    margin-left: 15px;
}


.button-apply-spotlight {
    height: 32px;
    width: 100px;
}


/*==========  Bootstrap Media Queries  ==========*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

/*footer content alignment*/
    .container-align-center {
        text-align: center !important;
    }

    
    .home-mission-img {
        margin-top: 15px;
        margin-bottom: 15px;
        float: right;
    }
    
    
    .about-img {
         margin-bottom: 50px;
         
    }
    
    .mrg-xsm-top20 {  
      margin-top: 20px;
    }
    .mrg-xsm-top30 {  
       margin-top: 30px;
    }
    .mrg-xsm-top50 {  
      margin-top: 50px;
    }
	  .mrg-xsm-bottom20 {  
      margin-bottom: 20px;
    }
    .mrg-xsm-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-xsm-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-xsm-bottom50 {  
      margin-bottom: 50px;
    }


    img.stretch {
       width: 100%;
       height: 100%;
    }
    
    .trans-sizer {
       width: 15px;
       height: 15px;
    }
	
    
    .mrg-top10 {  
      margin-top: 10px;
    }
    .mrg-top20 {  
      margin-top: 20px;
    }
    .mrg-top30 {  
      margin-top: 30px;
    }
    .mrg-top40 {  
      margin-top: 40px;
    }
    .mrg-top50 {  
      margin-top: 50px;
    }
    .mrg-top60 {  
      margin-top: 60px;
    }
   .mrg-bottom10 {  
      margin-bottom: 10px;
    }
    .mrg-bottom20 {  
      margin-bottom: 20px;
    }
    .mrg-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-bottom50 {  
      margin-bottom: 50px;
    }
    .mrg-bottom60 {  
      margin-bottom: 60px;
    }
    
    .FB-resize-sm {
    width: 100%;
    }
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

/*footer content alignment*/
    .container-align-left {
        text-align: left !important;
    }
    .container-align-right {
        text-align: right !important;
    }

    .home-mission-img {
        margin-top: 15px;
        margin-bottom: 15px;
        float: right;
    }

    img.stretch {
       width: 100%;
       height: 100%;
    }
    .trans-sizer {
       width: 30px;
       height: 30px;
    }
	
    .mrg-sm-top20 {  
      margin-top: 20px;
    }
    .mrg-sm-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-sm-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-sm-bottom50 {  
      margin-bottom: 50px;
    }
   
   
   .mrg-top10 {  
      margin-top: 10px;
    }
    .mrg-top20 {  
      margin-top: 20px;
    }
    .mrg-top30 {  
      margin-top: 30px;
    }
    .mrg-top40 {  
      margin-top: 40px;
    }
    .mrg-top50 {  
      margin-top: 50px;
    }
    .mrg-top60 {  
      margin-top: 60px;
    }
   .mrg-bottom10 {  
      margin-bottom: 10px;
    }
    .mrg-bottom20 {  
      margin-bottom: 20px;
    }
    .mrg-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-bottom50 {  
      margin-bottom: 50px;
    }
    .mrg-bottom60 {  
      margin-bottom: 60px;
    }
    
    .FB-resize-sm {
    width: 100%;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

/*footer content alignment*/
    .container-align-left {
        text-align: left !important;
    }
    .container-align-right {
        text-align: right !important;
    }

    .home-mission-img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
        float: right;
    }

    img.stretch {
       width: 100%;
       height: 100%;
    }
    .trans-sizer {
       width: 50px;
       height: 50px;
    }

    .mrg-md-top20 {  
      margin-top: 20px;
    }
    .mrg-md-top50 {  
      margin-top: 50px;
    }
    .mrg-md-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-md-bottom40 {  
      margin-bottom: 40px;
    }

    .mrg-top10 {  
      margin-top: 10px;
    }
    .mrg-top20 {  
      margin-top: 20px;
    }
    .mrg-top30 {  
      margin-top: 30px;
    }
    .mrg-top40 {  
      margin-top: 40px;
    }
    .mrg-top50 {  
      margin-top: 50px;
    }
    .mrg-top60 {  
      margin-top: 60px;
    }
   .mrg-bottom10 {  
      margin-bottom: 10px;
    }
    .mrg-bottom20 {  
      margin-bottom: 20px;
    }
    .mrg-bottom30 {  
      margin-bottom: 30px;
    }
    .mrg-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-bottom50 {  
      margin-bottom: 50px;
    }
    .mrg-bottom60 {  
      margin-bottom: 60px;
    }
   
   .FB-resize-sm {
    width: 100%;
    }
    .mrg-top10 {  
      margin-top: 10px;
    }
    .width70 {
        width: 70%;
    }
    .width80 {
        width: 80%;
    }
    
    /*for 2 COLUMN PAGES*/  
    .pad-lt {
      padding-left: 25px;
} 
    .pad-rt {
       padding-right: 25px;
}


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

/*footer content alignment*/
    .container-align-left {
        text-align: left !important;
    }
    .container-align-right {
        text-align: right !important;
    }

    .home-mission-img {
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: 15px;
        float: right;
    }

    img.stretch {
       width: 100%;
       height: 100%;
    }
	   .mrg-top10 {  
      margin-top: 10px;
    }
    .mrg-top20 {  
      margin-top: 20px;
    }
    .mrg-top30 {  
      margin-top: 30px;
    }
    .mrg-top40 {  
      margin-top: 40px;
    }
    .mrg-top50 {  
      margin-top: 50px;
    }
    .mrg-top60 {  
      margin-top: 60px;
    }

    .mrg-lg-top20 {  
      margin-top: 20px;
    }
    
    .mrg-lg-top50 {  
      margin-top: 50px;
    }
    .mrg-lg-bottom55 {  
      margin-bottom: 55px;
    }
	   .mrg-lg-bottom30 {  
      margin-bottom: 30px;
    }

    .FB-resize-sm {
        width: 500px;
    }
    .mrg-top10 {  
        margin-top: 10px;
    }
    .width70 {
        width: 70%;
    }
    .width80 {
        width: 80%;
    }
    
    /*for 2 COLUMN PAGES*/  
    .pad-lt {
      padding-left: 25px;
} 
    .pad-rt {
       padding-right: 25px;
}

    .trans-sizer {
       width: 150px;
       height: 150px;
    }


}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .mrg-top10 {  
      margin-top: 10px;
    }
    .mrg-top20 {  
      margin-top: 20px;
    }
    .mrg-top30 {  
      margin-top: 30px;
    }
    .mrg-top40 {  
      margin-top: 40px;
    }
    .mrg-top50 {  
      margin-top: 50px;
    }
    .mrg-top60 {  
      margin-top: 60px;
    }
    
    
    .mrg-xlg-bottom55 {  
      margin-bottom: 55px;
    }
		.mrg-xlg-bottom30 {  
      margin-bottom: 30px;
    }
		.mrg-xlg-bottom40 {  
      margin-bottom: 40px;
    }
    .mrg-xlg-bottom50 {  
      margin-bottom: 50px;
    }
		.mrg-xlg-top20 {  
      margin-top: 20px;
    }
		.mrg-xlg-top30 {  
      margin-top: 30px;
    }
		.mrg-xlg-top40 {  
      margin-top: 40px;
    }
		.mrg-xlg-top50 {  
      margin-top: 50px;
    }
    	    }

/*footer content alignment*/
    .container-align-left {
    text-align: left !important;
    }
    .container-align-right {
    text-align: right !important;
    }

    .home-mission-img {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 15px;
    float: right;
    }

    img.stretch {
       width: auto;
       height: 100%;
    }

    .FB-resize-sm {
    width: 500px;
    }
    .mrg-top10 {  
      margin-top: 10px;
    }
    .width70 {
        width: 70%;
    }
    .width80 {
        width: 80%;
    }
    
    .mrg-xlg-top50 {  
      margin-top: 50px;
    }
    
  /*for 2 COLUMN PAGES*/  
    .pad-lt {
  padding-left: 25px;
} 
    .pad-rt {
   padding-right: 25px;
}
