DIV.Academic_Unit_Social_Media_Outer_Container_CLASS
{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 510px;
    width: auto;
    height: 24px;
}

DIV.Academic_Unit_Container_CLASS
{
 display:block;
 position:relative;
 width:1021px;
 height:701px;
 background-repeat:no-repeat;
 background-position:center center;
 font-family:Verdana;
 font-size:12px;
 color:#FFFFFF;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 }

DIV.Academic_Unit_Frame_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:701px;
    background-repeat:no-repeat;
    background-position: center center;
}

DIV.Academic_Unit_Title_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:88px;
    top:20px;
    background-repeat:no-repeat;
    background-position:top center;
}

DIV.Academic_Unit_Main_Image_CLASS
{
    display:block;
    position:absolute;
    top:111px;
    left:51px;
    width:920px;
    height:260px;
    background-repeat:no-repeat;
    background-position: center center;
}

DIV.Academic_Unit_Main_Image_Color_CLASS
{
    display:block;
    position:absolute;
    top:111px;
    left:51px;
    width:920px;
    height:260px;
    background-repeat:no-repeat;
    background-position: center center;
    opacity:0;
    background-size:100% 100%;
    transition: opacity 1s, background-size .3s;
    -webkit-transition: opacity 1s, background-size .3s;
}

DIV.Academic_Unit_Main_Image_Color_CLASS:hover
{
    opacity:1;
    background-size:105% 107%;
    transition: opacity 1s, background-size 2.5s;
    -webkit-transition: opacity 1s, background-size 2.5s;
}


DIV.Academic_Unit_Zone_CLASS
{
    display:block;
    position:absolute;
    top:392px;
    width:160px;
    height:258px;
}

DIV.Academic_Unit_Zone_CLASS[Far_Left]  {left:45px;}
DIV.Academic_Unit_Zone_CLASS[Near_Left] {left:230px;}
DIV.Academic_Unit_Zone_CLASS[Near_Right]{right:229px;}
DIV.Academic_Unit_Zone_CLASS[Far_Right] {right:46px;}

DIV.Zone_Image_CLASS
{
    display:block;
    margin:5px;
    width:150px;
    height:100px;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:100% 100%;
    -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    transition: background-size .3s;
    -webkit-transition: background-size .3s;
}

DIV.Zone_Image_CLASS A
{
    display:block;
    width:100%;
    height:100%;
    font-size:1px;
    color:transparent;
}

DIV.Zone_Image_CLASS:hover
{
    -webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,0.65);
    -moz-box-shadow: 0 0 5px 5px rgba(255,255,255,0.65);
    box-shadow: 0 0 5px 5px rgba(255,255,255,0.65);
    background-size:110% 110%;
    transition: background-size 1s;
    -webkit-transition: background-size 1s;
}

DIV.Zone_Header_CLASS A
{
    display:block;
    width:150px;
    height:auto;
    font-weight:bold;
    font-size:12px;
    margin:118px 0px 3px 5px;
    padding:0px;
    color:#FFFFFF;
    text-decoration:none;
}

DIV.Zone_Central_CLASS DIV.Zone_Header_CLASS A
{
    margin-top:0px;
}


DIV.Zone_Header_CLASS A:hover
{
    text-decoration:underline;
}

DIV.Zone_Textbox_CLASS
{
    display:block;
    width:150px;
    height:100px;
    margin:9px 5px 0px 5px;
    cursor:default;
    font-size:12px;
}

DIV.Zone_Central_CLASS
{
    display:block;
    position:absolute;
    width:194px;
    height:271px;
    top:379px;
    left:414px;
}

DIV.Zone_Central_CLASS DIV.Zone_Header_CLASS
{
    color:#FFFFFF;
    text-decoration:none;
    margin:3px 8px 3px 8px;
    width:178px;
    cursor:default;
}

DIV.Zone_Central_CLASS DIV.Zone_Textbox_CLASS
{
    width:178px;
    height:119px;
    margin-left:8px;
    margin-top:0px;
}

DIV.Academic_Unit_Video_CLASS
{
    display:block;
    width:176px;
    height:118px;
    margin:8px 8px 0px 8px;
    border-style:solid;
    border-width:1px;
    border-color:#C9C9FF;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    background-size:100% 100%;
    -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    transition: background-size .3s;
    -webkit-transition: background-size .3s;
}

DIV.Academic_Unit_Video_CLASS DIV
{
    display:block;
    width:100%;
    height:100%;
    background-image:url("/images/Video_Play_Button.PNG");
    background-repeat:no-repeat;
    background-position:center center;
    opacity:.6;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

DIV.Academic_Unit_Video_CLASS A
{
    display:block;
    width:176px;
    height:118px;
    font-size:1px;
    color:transparent;
}



DIV.Academic_Unit_Video_CLASS:hover
{
    -webkit-box-shadow: 0 0 8px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: 0 0 8px 8px rgba(255,255,255,0.7);
    box-shadow: 0 0 8px 8px rgba(255,255,255,0.7);
    background-size:115% 115%;
    transition: background-size 1s;
    -webkit-transition: background-size 1s;
}

DIV.Academic_Unit_Video_CLASS DIV:hover{opacity:1;}

DIV.School_College_Mini_Welcome_Title_CLASS
{
    display: inline-block;
    float: left;
    width: 520px;
    height: 26px;
    background-image:url

("/images/School_College_Welcome_Banner_Background.png");
    background-position:center center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:14px;
    font-family:Georgia;
    text-transform:uppercase;
    padding:6px 0px 0px 15px;
    letter-spacing:1px;
    word-spacing:2px;
    cursor:default;
}

DIV.Academic_Programs_List_CLASS
{
    display:inline-block;
    float:right;
    width:216px;
    margin:0px 0px 10px 10px;
    font-size:12px;
}

DIV.Academic_Programs_List_CLASS DIV.Academic_Programs_Header_CLASS
{
    width:216px;
    height:32px;
    background-image:url("/images/Academic_Offerings_Blue.png");
    background-position:top center;
    background-repeat:no-repeat;
}

DIV.Academic_Programs_List_CLASS DIV.Academic_Programs_Body_CLASS
{
    width:214px;
    height:auto;
    background-color:#FFFFFF;
    border-style:solid;
    border-width:0px 1px 1px 1px;
    border-color:#4475FF;
    padding:10px 0px 10px 0px;
}

DIV.Academic_Listing_Header_CLASS
{
    display:block;
    font-weight:bold;
    color:#000066;
    margin:0px 5px 5px 5px;
}

DIV.Academic_Programs_List_CLASS UL LI
{
    list-style-type:square;
    font-size:11px;
    margin:0px 5px 3px 0px;
}

DIV.Academic_Programs_List_CLASS UL LI A{text-decoration:none;}
DIV.Academic_Programs_List_CLASS UL LI A:hover{text-

decoration:underline;color:#990000;}

DIV.School_College_Intro_CLASS{
 font-size:16px;
}
DIV.Academic_Program_Title_Container_CLASS
{
    display:block;
    width:1021px;
    height:195px;
}

DIV.Academic_Program_Title_Backdrop_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:195px;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}


DIV.Academic_Program_Title_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:195px;
    background-position:center center;
    background-repeat:no-repeat;
 color: #fff;
}

DIV.Academic_Program_Title_Frame_Overlay_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:195px;
    background-image:url("../../images/Banner_Division_Frame_Overlay_0.png");
}


DIV.Academic_Program_Description_Container_CLASS
{
    display:block;
    /*width:1021px;*/
    width: 100%;
}

DIV.Academic_Program_Description_Image_CLASS
{
    /*display:inline-block;*/
    display:inline;
    float:left;
    width:250px;
    min-height:300px;
    background-position:top left;
    background-repeat:no-repeat;
    margin: 0 20px 20px 0;
}

DIV.Academic_Program_Description_CLASS
{
    /*display:block;*/
    display:inline;
    /*width:761px;*/
    width: 100%;
    /*margin-left:260px;*/
    margin-left:0px;
    font-size:17px;
    text-align: justify;
}

DIV.Academic_Section_Description_CLASS
{
    display:block;
    /*width:761px;*/
    width:100%;
    /*margin-left:260px;
    font-size:15px;*/
}

DIV.Separator_CLASS {
    display: block;
    width: 100%;
    height: 5px;
    border-style: dotted;
    border-width: 0px 0px 1px;
    border-color: #AF935D;
    margin: 20px 0px 40px;
}

DIV.Credit_Splash_CLASS {
    display: block;
    cursor: default;
    width: 248px;
    padding: 10px 0px;
    background-color: #FFE;
    border-style: solid;
    border-color: #757575;
    border-width: 1px;
    text-align: center;
    border-radius: 10px;
    line-height: 1 !important;
    clear: both;
}

DIV.Credit_Splash_CLASS > SPAN {
    display: block;
    font-size: 24px;
    font-family: Tahoma;
    font-variant: small-caps;
    letter-spacing: 1px;
    color: #882135;
    margin: 0px 0px 10px !important;
}

DIV.Credit_Splash_CLASS > DIV {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia;
    margin: 0px !important;
    line-height: 1 !important;
}

DIV.Course_Table_CLASS {
    display: block;
    font-size: 12px;
    width: 750px;
    cursor: default;
}

DIV.Course_Row_Header_CLASS {
    display: block !important;
    font-weight: bold;
    font-size: 13px;
    width: 750px;
    height: 20px;
    padding: 2px 0px 3px;
    margin: 0px !important;
}

DIV.HEGIS_Code_CLASS {
    display: inline-block;
    float: left;
    width: 85px;
}

DIV.HEGIS_Credits_CLASS {
    display: inline-block;
    float: left;
    width: 30px;
    margin-left: 5px;
}

DIV.HEGIS_Title_CLASS {
    display: inline-block;
    display:block;
    float: left;
    width: 620px;
    margin-left: 5px;
}

DIV.Course_Row_CLASS {
    display:table-row !important;
    width: 750px;
    min-height: 15px;
    height:auto;
    padding: 2px 0px 3px !important;
}

DIV.Course_Row_CLASS:hover
{
 background-color:#FFCC00;
}

DIV.POS_Year_CLASS
{
 display:block;
 font-size:20px;
 font-weight:bold;
 margin:30px 0px 10px 0px!important;
 color:#771234;
 padding:10px 5px;
 background-color:#FFFFEE;
 border-style:solid;
 border-color:#A9A9A9;
 border-width:1px;
 -webkit-border-radius: 7px 7px 0px 0px;
 -moz-border-radius: 7px 7px 0px 0px;;
 border-radius: 7px 7px 0px 0px;;
 text-align:center;
}
DIV.POS_Semester_CLASS
{
 display:block;
 margin:30px 0px 5px 0px!important;
 border-style:dotted;
 border-width:0px 0px 1px 0px;
 border-color:#B0B0B0;
 height:25px;
}

DIV.POS_Semester_CLASS > SPAN
{
 display:inline-block;
 text-align:right!important;
 float:right!important;
 width:120px;
 font-size:12px;
 font-weight:bold!important;
 color:#660000;
 margin-top:8px;
}
DIV.POS_Semester_CLASS > DIV
{
 display:inline-block;
 width:636px;
 float:left;
 font-size:17px;
 font-weight:bold;
 color:#0A5530;
}
h1.page-heading { display:none; }

@media screen and (max-width: 759px) {
  .CSU_Banner {
    background-color: transparent;
    width: 100%;
  }
  .CSU_Banner_Image {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .CSU_Banner {
    box-sizing: border-box;
    width: 100%;
    min-height: 120px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .CSU_Banner_Image {
    margin: 0 20px 0 0;
    padding: 0;
    width: 200px;
    height: 120px;
    float: left;
    display:inline-block;
  }
  .CSU_Banner_Title_Container {
    vertical-align: middle;
    display:inline-block;
  }
}
/**
 * Responsive graphical grid of links
 * 
 */
.csu-feature-grid {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.csu-feature-grid:after,
.csu-feature-item:before {
  content: '';
  display: table;
}

.csu-feature-grid:after {
  clear: both;
}

.csu-feature-grid li {
  height: 220px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 245px;
  max-width: 255px;
  display: block;
  float:left;
}

.csu-feature-item {
  width: 100%;
  max-width: 255px;
  height: 100%;
  position: relative;
  cursor: default;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.csu-feature-content {
  position: absolute;
  background: rgba(0,0,0, 0.4);
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  opacity: 1;
}

.contentWidget .widget_content .csu-feature-content h1 {
  box-sizing: content-box;
  color: #fff;
  margin: 0 auto;
  padding: 45px 0 0 0;
  height: 70px;
  font-variant: normal;
  text-transform: none;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Sina Nova', Verdana,Geneva,sans-serif;
}

.csu-feature-content p {
  color: #fff;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 40;
}

.csu-feature-content a {
  display: block;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: Verdana,Geneva,sans-serif;
  padding: 0;
  margin: 0;
  clear: both;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 360px;
  text-align: center;
  color: #FFFFFF;
}

.csu-feature-content a:link, .csu-feature-content a:visited {
  color: #FFFFFF;
}

.csu-feature-content a:hover {
  color: #FFB414;
  color: rgba(255,180,20, 1);
  color: #FFFFFF;
  opacity: 1;
}

.csu-feature-content a:active {
  color: #FFFFFF;
}

.csu-feature-item:hover {

}

.csu-feature-item:hover .csu-feature-content {
  opacity: 1;
  background: rgba(0,48,86, .85);
}

.csu-feature-item:hover .csu-feature-content p {
  opacity: 1;
}
/* CSU Modal Dialog Widget (pop up) */
.csu-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.csu-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    max-width: 650px;
    width: 100%;
}
.csu-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.csu-modal-close:hover, .csu-modal-close:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
/*
** *** *** *** *** *** Administrative Banners (Non-Academic) *** *** *** *** *** **
*/


/*
** *** *** *** Division Banners (Non-Academic) *** *** *** **
*/

.Banner_Division_Container_CLASS
{
    display:block;
    position:relative;
    width:1021px;
    height:195px;
    background-color:transparent;
    margin:0px 0px 0px 0px!important;
    padding:0px!important;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.Contact_Backsplash_CLASS
{
    display:block;
    float:left;
    width:244px;
    height:195px;
    background-color:#DBD2C1;
    border-style:solid;
    border-color:#C1AC85;
    border-width:0px 1px 0px 0px;
    background-image:url("../../images/Contact_Us_Title.png");
    background-position:top right;
    background-repeat:no-repeat;
    font-size:1px;
    color:transparent;
}

.Contact_Us_Division_Container_CLASS
{
    position:absolute;
    display:block;
    width:217px;
    height:155px;
    padding:40px 14px 0px 14px;
    font-family:Verdana;
    font-size:11px;
    cursor:default;
}

DIV.Contact_Us_Division_Container_CLASS SPAN.Time_Line_CLASS{
 display:inline-block;
 font-weight:bold;
 width:100px;
 margin-bottom:2px;
 border-style:dotted;
 border-width:0px 0px 1px 0px;
 border-color:#7F5E27;
}

.Division_Backsplash_CLASS
{
    display:block;
    margin:0px 0px 0px 245px;
    width:775px;
    height:195px;
    border-style:solid;
    border-color:#AF935D;
    border-width:0px 0px 0px 1px;
}

.Division_Backsplash_CLASS DIV
{
    display:block;
    width:775px;
    height:195px;
    margin:0px!important;
    padding:0px!important;
}

.Division_Backsplash_CLASS DIV DIV
{
    display:block;
    width:775px;
    height:195px;
    background-position:center center;
    background-repeat:no-repeat;
}


.Banner_Division_Frame_Overlay_CLASS
{
    display:block;
    position:absolute;
    width:1021px;
    height:195px;
}


/*
** *** *** *** Department Banners (Non-Academic) *** *** *** **
*/


.Banner_Department_Container_CLASS /* Doubles for both academic and non-academic banners*/
{
    display:block;
    position:relative;
    width:767px;
    height:195px;
    background-color:transparent;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.Banner_Department_Frame_Overlay_CLASS
{
    display:block;
    position:absolute;
    width:767px;
    height:195px;
}

.Banner_Department_Container_CLASS > SPAN
{
    display:block;/*
    float:left;*/
    position:absolute;
    width:767px;
    height:195px;
    margin:0px!important;
    padding:0px!important;
    background-position:center center;
    background-repeat:no-repeat;
}

.Banner_Department_Container_CLASS > SPAN > SPAN
{
    display:block;
    width:767px;
    height:195px;
    background-position:center center;
    background-repeat:no-repeat;
}

/*
.Banner_Department_Container_CLASS[academic] > SPAN > SPAN
{
    background-position:253px center;
}*/

.Banner_Department_Container_CLASS[academic] > SPAN
{
    background-position:30px 37px;
}


.Banner_Department_Container_CLASS[academic] > SPAN[top]
{
    clip: rect(37px, 227px, 40px, 30px);
    opacity:.6;
}

.Banner_Department_Container_CLASS[academic] > SPAN[left]
{
    clip: rect(40px, 33px, 157px, 30px);
    opacity:.6;
}

.Banner_Department_Container_CLASS[academic] > SPAN[right]
{
    clip: rect(37px, 230px, 154px, 227px);
    opacity:.6;
}

.Banner_Department_Container_CLASS[academic] > SPAN[bottom]
{
    clip: rect(154px, 230px, 157px, 33px);
    opacity:.6;
}


.Banner_Department_Container_CLASS[academic] > SPAN[middle] 
{
    background-position:center center;
    opacity:.4;
    left:33px;
    top:40px;
    width:192px!important;
    height:112px!important;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}


.Banner_Department_Container_CLASS[academic] > SPAN[inner]
{
    clip: rect(43px, 223px, 150px, 36px);
}

.CSU_Content_Page_Header_CLASS 
{
    display:block;
    width:auto;
    color:#000000;
    font-size:32px;
    font-variant:small-caps;
    text-shadow:1px 1px 2px #9A9A9A;
    letter-spacing:1px;
    word-spacing:3px;
    margin-top:-10px;
    cursor:default;
    font-family:Georgia;
}

.CSU_Content_Page_Department_Title_CLASS 
{
    display:block;
    width:767px;
    height:20px;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:#AF935D;
    margin:-7px 0px 0px 0px;
}

*.CSU_Content_Page_Department_Title_CLASS > SPAN 
{
    display:block;
    float:right;
    width:75px;
    height:20px;
    background-image:url("../../images/header_fader.png");
    background-position:center center;
    background-repeat:no-repeat;
}

*.CSU_Content_Page_Department_Title_CLASS > DIV
{
    display:block;
    float:right;
    height:20px;
    background-color:#AF935D;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:2px;
    margin:0px;
    padding:0px 10px 0px 0px;
    cursor:default;
    font-family:Georgia;
    font-size:12px;
    letter-spacing:1px;
    word-spacing:2px;
}
    

/*
** *** *** *** Social Media Pieces (Non-Academic) *** *** *** **
*/


*.Contact_Us_Division_Container_CLASS *.Social_Media_Icons_Container_CLASS
{
 display:block;
 position:absolute;
 top:162px;
 right:-765px;
 width:auto;
 height:22px;
 line-height:1;
 font-size:1px;
}

*.Banner_Department_Container_CLASS *.Social_Media_Icons_Container_CLASS
{
 display:block;
 position:absolute;
 top:162px;
 right:11px;
 width:auto;
 height:22px;
 line-height:1;
 font-size:1px;
}



A.Social_Media_Link_Icon_CLASS{
 display:inline-block;
 width:22px;
 height:22px;
 border-style:none;
 font-size:1px;
 color:transparent!important;
 background-position:top center;
 margin:0px 0px 0px 10px;
}

A.Social_Media_Link_Icon_CLASS:HOVER{
 background-position:bottom center;
}

A.Social_Media_Link_Icon_CLASS[title="Facebook"]{
 background-image:url("../../images/Facebook_Icon_Internal.png");
}

A.Social_Media_Link_Icon_CLASS[title="Twitter"]{
 background-image:url("../../images/Twitter_Icon_Internal.png");
}

A.Social_Media_Link_Icon_CLASS[title="FourSquare"]{
 background-image:url("../../images/FourSquare_Icon_Internal.png");
}

A.Social_Media_Link_Icon_CLASS[title="YouTube"]{
 background-image:url("../../images/YouTube_Icon_Internal.png");
}

A.Social_Media_Link_Icon_CLASS[title="Pinterest"]{
 background-image:url("../../images/Pinterest_Icon_Internal.png");
}

A.Social_Media_Link_Icon_CLASS[title="Flickr"]{
 background-image:url("../../images/Flickr_Icon_Internal.png");
}
.csu-collapsible-content-container {
    width:100%;
    border:0px solid #d3d3d3;
    box-sizing: border-box;
}
.csu-collapsible-content-container div {
    width:100%;
}
.csu-collapsible-content-container .csu-collapsible-content-header {
    /*background-color:#D3C6A6;*/
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
}
.csu-collapsible-content-container .csu-collapsible-content-header h1,
.csu-collapsible-content-container .csu-collapsible-content-header h2, 
.csu-collapsible-content-container .csu-collapsible-content-header h3, 
.csu-collapsible-content-container .csu-collapsible-content-header h4, 
.csu-collapsible-content-container .csu-collapsible-content-header h5, 
.csu-collapsible-content-container .csu-collapsible-content-header h6 {
    margin: 0;
    padding-left: 24px;
}
.csu-collapsible-closed {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20d%3D%22M18,9.415L17.086,8.5l-5.088,5.25L6.914,8.5L6,9.415l5.998,6.085L18,9.415z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
}
.csu-collapsible-open {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20d%3D%22M6,14.585L6.915,15.5l5.087-5.25l5.084,5.25L18,14.585L12.002,8.5L6,14.585z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: left center;
}

.csu-collapsible-content-container .csu-collapsible-content-content {
    display: none;
    padding: 0 0 0 34px;
}
#content div.styles2 .contentWidget { padding: 0; }
div.styles2 img { padding: 0 4px; }
.itserviceboxblue
 {
    margin-top: 0;
    margin: 0;
    background: #e6f2ff;
    color:black;padding:10px;    
    border:3px solid #b3d9ff;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxblue h2
{
    margin-top: 0;
    background:#b3d9ff;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxgreen
 {
    margin-top: 0;
    margin: 0;
    background: #e6ffe6;
    color:black;padding:10px;    
    border:3px solid #b3ffb3;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxgreen h2
{
    margin-top: 0;
    background:#b3ffb3;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxamber
 {
    margin-top: 0;
    margin: 0;
    background: #fff2e6;
    color:black;padding:10px;    
    border:3px solid #ffd9b3;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxamber h2
{
    margin-top: 0;
    background:#ffd9b3;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxperiwinkle
 {
    margin-top: 0;
    margin: 0;
    background: #e6e6ff;
    color:black;padding:10px;    
    border:3px solid #b3b3ff;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxperiwinkle h2
{
    margin-top: 0;
    background:#b3b3ff;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxpurple
 {
    margin-top: 0;
    margin: 0;
    background: #f9e6ff;
    color:black;padding:10px;    
    border:3px solid #ecb3ff;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxpurple h2
{
    margin-top: 0;
    background:#ecb3ff;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxred
 {
    margin-top: 0;
    margin: 0;
    background: #ffe6e6;
    color:black;padding:10px;    
    border:3px solid #ffb3b3;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxred h2
{
    margin-top: 0;
    background:#ffb3b3;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.itserviceboxmagenta
 {
    margin-top: 0;
    margin: 0;
    background: #ffe6f2;
    color:black;padding:10px;    
    border:3px solid #ffb3d9;
    -moz-border-radius-topright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
}
.itserviceboxmagenta h2
{
    margin-top: 0;
    background:#ffb3d9;
    color:black;
    padding:10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
div.styles1 { background: none; border: none; }
.CSU_College_Header_Banner {
 position: relative;
 display: block;
 box-sizing: border-box;
 width: 100%;
 height: 260px;
 padding: 0;
 margin: 0;
}
.CSU_Header_Banner {
 position: relative;
 display: block;
 box-sizing: border-box;
 width: 100%;
 height: 195px;
 padding: 0;
 margin: 0;
}
.CSU_Header_Banner_Text {
 position: absolute;
 bottom: 0;
 display: block;
 box-sizing: border-box;
 padding: 0.5em 0.5em;
 margin: 0;
 color: #FFF;
 width: 100%;
 height: auto;
 text-align: left;
 font-size: 34px;
 line-height: 34px;
 font-family: "sinanova-regular",serif;
 font-weight: 400;
 background: rgba(0,48,86,0.7);
 color: #fff;
}

/* CSU Department Event List Widget */

.widget--csu-department-event-list .widget__heading {
    margin: 0 0 1.7142857143rem
}

.widget--csu-department-event-list .widget__heading a {
    color: #000
}

.widget--csu-department-event-list .widget__heading a:hover,
.widget--csu-department-event-list .widget__heading a:active,
.widget--csu-department-event-list .widget__heading a:focus {
    color: #0054a4
}

.widget--csu-department-event-list .csu_calendar_list {
    list-style: none;
    margin-left: 0;
    padding: 0
}

.widget--csu-department-event-list .csu_calendar_list li {
    margin-bottom: .8571428571rem
}

.widget--csu-department-event-list .csu_calendar_list li a:hover,
.widget--csu-department-event-list .csu_calendar_list li a:active,
.widget--csu-department-event-list .csu_calendar_list li a:focus {
    text-decoration: none
}

.widget--csu-department-event-list .csu_calendar_list li a:hover time,
.widget--csu-department-event-list .csu_calendar_list li a:active time,
.widget--csu-department-event-list .csu_calendar_list li a:focus time {
    background-color: #f9efd9
}

.widget--csu-department-event-list .csu_calendar_list li a:hover h4,
.widget--csu-department-event-list .csu_calendar_list li a:hover .h4,
.widget--csu-department-event-list .csu_calendar_list li a:active h4,
.widget--csu-department-event-list .csu_calendar_list li a:active .h4,
.widget--csu-department-event-list .csu_calendar_list li a:focus h4,
.widget--csu-department-event-list .csu_calendar_list li a:focus .h4 {
    color: #0054a4
}

.widget--csu-department-event-list .csu_calendar_list time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #cabb95;
    float: left;
    height: 3.4285714286rem;
    line-height: 1.2;
    margin-right: .8571428571rem;
    text-align: center;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 3.4285714286rem
}

.widget--csu-department-event-list .csu_calendar_list time strong {
    display: block
}

.widget--csu-department-event-list .csu_calendar_list h4,
.widget--csu-department-event-list .csu_calendar_list .h4,
.widget--csu-department-event-list .csu_calendar_list .h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.1428571429rem;
    font-weight: 300;
    margin: 0;
    min-height: 3.4285714286rem
}
