#UpperWrapper{
width:100%
height: 123px;
position: relative;
}
#bluebar{
width: 100%;
margin: 0 auto;
height: 50px;
background-color: #003087;
}
#whitebar{
width: 100%;
margin: 0 auto;
height:72px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 9px -5px #111111;
box-shadow: 0 0 9px -5px #111111;
position:relative;
z-index:2;
}
#UofMlogo {
    z-index: 9999;
    position: absolute;
    margin: 11px 0 0 23px;
    border: 1px solid #003087;
    background-color: white;
    padding: 7px;
}

#BOOKSTORE{
z-index:9999;
position: absolute;
margin: 58px 0 0 155px;
}

#TopNavList{
width: 100%;
height: 40px;
margin-top: -137px;
color: white;
float: left;
position: absolute;
z-index: 1;
}
#TopNavElement {
width: 372px;
color: white;
float: right;
padding: 0 !important;
}
<!--[if IE ]>
#TopNavList{
margin-top: -134px;
}
<![endif]-->
#TopNavElement a{
font-size: 14px;
text-align: center;
}
#TopNavElement a:hover{
color:#FF671F;
}
#TopNavElement  li{
display:inline-block;
font-size: 14pt;
position: relative;
color: white !important;
width: 73px;
height: 40px;
text-align: center;
padding-top: 5px;
}
#TopNavElement li:hover{
color: #FF671F;
}
#TopNavElement li:hover &amp;gt; a{
color: #FF671F;
text-decoration: none;
height: 40px;
}
#TopNavElement a{
list-style:none;
text-decoration:none;
color: white;
}

#LowerNavList{
width: 100%;
height: 40px;
margin-top: -90px;
color: #fedc4e;
float: right;
position: absolute;
z-index: 2;
}
#LowerNavElement {
color: #fedc4e;
float: right;
padding: 0 !important;
}
#LowerNavElement a{
font-size: 23px;
text-align: center;
}
#LowerNavElement li{
display:inline-block;
font-size: 14pt;
position: relative;
color: #fedc4e !important;
background-color: white;
width: 185px;
height: 72px;
text-align: center;
padding-top: 20px;
}
#LowerNavElement li:hover{
background-color: #FF671F;
color: #003087;
}
#LowerNavElement li:hover > a{
color: #003087;
background-color: #FF671F;
text-decoration: none;
height: 40px;
}
#LowerNavElement a{
list-style:none;
text-decoration:none;
color: #003087;
}
#LowerNavElement li ul{
margin: 0;
padding: 0;
position: absolute;
display: none;
z-index:  1000;
overflow:hidden;
top:72px;
visibility: hidden;
-webkit-box-shadow: 0 6px 9px -5px #111111;
box-shadow: 0 6px 9px -5px #111111;
}
#LowerNavElement li:hover > ul{
display:block;
visibility: visible;
margin: 0;
}
#LowerNavElement li ul li{
display:block;
height: 38px;
padding-top: 3px;
}
#LowerNavElement li ul li:hover{
}
#LowerNavElement ul a{
color: #003087;
list-style:none;
text-decoration:none;
}


#MobileWrapperOLD{
width:100%
height: 123px;
position: relative;
}
#MobileWrapper{
width: 100%;
height: 40px;
margin-top: -140px;
color: #fedc4e;
float: right;
position: absolute;
z-index: 999999;
}
#LowerNavElement2 {
color: #fedc4e;
float: right;
padding: 0 !important;
}
#LowerNavElement2 a{
font-size: 25px;
text-align: center;
}
#LowerNavElement2 li{
display:inline-block;
font-size: 14pt;
position: relative;
color: #fedc4e !important;
background-color: transparent;
width: 185px;
height: 50px;
text-align: center;
padding-top: 10px;
}
#LowerNavElement2 li:hover{
background-color: transparent;
color: #003087;
}
#LowerNavElement2 li:hover > a{
color: #FF671F;
background-color: transparent;
text-decoration: none;
height: 40px;
}
#LowerNavElement2 a{
list-style:none;
text-decoration:none;
color: white;
}
#LowerNavElement2 li ul{
margin: 0;
padding: 0;
position: absolute;
display: none;
z-index:  999999;
overflow:hidden;
top:50px;
visibility: hidden;
-webkit-box-shadow: 0 6px 9px -5px #111111;
box-shadow: 0 6px 9px -5px #111111;
background-color: white;
}
#LowerNavElement2 li:hover > ul{
display:block;
visibility: visible;
margin: 0;
}
#LowerNavElement2 li ul li{
display:block;
height: 40px;
padding-top: 5px;
}
#LowerNavElement2 li ul li:hover{
}
#LowerNavElement2 ul a{
color: #003087;
list-style:none;
text-decoration:none;
}
@media (max-width: 1018px) {
#LowerNavList {
display: none;
}
#TopNavList {
display: none;
}
}
@media (min-width: 1018px) {
#MobileWrapper {
display: none;
}
}

/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */
	background-color: #FFFFFF;
	/* Background Image: */
	background-image: url();
	/* Repeat: */
	background-repeat: repeat;
	/* Attachment: */
	background-attachment: scroll;

	color: #000000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
        margin: 0px;
        overflow-y: scroll;
}


/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #0000FF;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #FFCC00;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: transparent;
	/* Title Bar Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Title Bar Font Size: */
	font-size: 21px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bolder;
	/* Title Bar Font Color: */
	color: #003087;
text-align:left;
border:transparent;
width:100%;
margin: 0 0 13px -7px;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #EEEEEE;

	vertical-align: middle;
	text-align: right;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Adoption Title Font Size: */
	font-size: 18px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around horizontal */
	/* menu items below.                           */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.horizontal_menu ul.AspNet-Menu li a:link,
.horizontal_menu ul.AspNet-Menu li a:visited,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.horizontal_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}


/* DROPDOWN STYLING */

.horizontal_menu ul.AspNet-Menu li li a {
}

.horizontal_menu ul.AspNet-Menu li li a:hover {
}

/* Other horizontal menu elements */

.horizontal_menu ul.AspNet-Menu li a:active,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 100%;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
	border-bottom-width: 1px;
}

.horizontal_menu ul.AspNet-Menu li a img {
}

.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: 'PT Sans Narrow', sans-serif;
	/* Size: */
	font-size: 18px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.vertical_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 16em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 16em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 16em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
	/* You may wish to adjust the settings below */
	/* to match the values in the vertical menu. */
	background-color: #7795BD;
	color: #0000FF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	vertical-align: middle;
	text-decoration: none;

	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 15.4em;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	/* display: none; */

	border: none;
}



/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo, #pagewrapper {
	/* Remove comment characters to center page. */
	/* margin-left: auto; */
	/* margin-right: auto; */

	/* Remove comment characters to set width. */
	/* width: 950px; */

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
	/* background-color: #FFFFFF; */
}

.div_top_sec {
	width: 100%;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	width: 100%;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	 width: 0; 
}

.div_content_sec {
	background: #FFFFFF;
	color: #000000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	text-align: left;
	width: 100%;
margin: 30px auto;
max-width: 1050px;
}

.main_content {
	background: #FFFFFF;
	color: #000000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	text-align: left;
max-width: 1050px;
}

.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

.div_footer_sec {
	text-align: center;
	width: 100%;
}

.div_privacy {
	text-align: center;
	width: 100%;
display:none;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

.LinkNormal {
z-index: 9999;
position: absolute;
}

.selectCol1 {
vertical-align: top;
padding: 0;
text-align: center;
}
.searchBox {
height: auto;
padding-top: 16px;
text-align: center;
}
.divSelectDept {
height: auto;
margin-top: 0;
overflow: auto;
text-align:center;
padding: 10px 0;
}
.courseSelect {
padding-top: 7px;
}

table.tblbottom, .tblBottom td, .tblBottom {
    border-spacing: 0;
    border-collapse: collapse;
}
table.tblTop {
    border-spacing: 0;
    border-collapse: collapse;
}
div[id$="dvHtmlContent"] {
    min-width: 0% !important;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
#content {
    font-size: 1em;
}
#breadcrumbs {
    font-size: 12px;
}
#quickInstruction P {
    font-size: inherit;
}
#ctl00_ctl00_ctl00_Content_Content_Content_lblWelcome {
    white-space: normal;
}
.courseSub {
width: 47%;
}
.pager {
font-size: small;
}


/* ============================================== */
/* Insert Rebecca's custom classes & styles below */
/* ============================================== */



.tblCourseSelect {
    height: 350px;
    padding-bottom: 45px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
max-width: 1085px;
}

#container{
margin: 0 30px;
}
.selectCol1{
padding-right: 50px;
}
.formCellDark{
background-color: transparent;
font-family: PT Sans Narrow;
font-size: 17px;
font-weight: normal;
}
.formCellLite{
background-color: transparent;
font-family: PT Sans Narrow;
font-size: 17px;
font-weight: normal;
}
#ctl00_ctl00_Content_Content_passform {
    margin-left: 50px;
    margin-top: 30px;
}
.Topcells2{
background-color: transparent;
}
.Topcells2 a{
font-size: 14px;
color: #00693C;
}

.Topcells2 a:hover{
font-weight: bold;
}
.divCaptcha{
border: 0px;
padding-top: 15px;
width: 322px !important;

}


    #TitleBar{
    /* Title Bar Background Color: */
    background-color: transparent;
    /* Title Bar Font: */
    font-family: 'PT Sans Narrow', sans-serif;
    /* Title Bar Font Size: */
    font-size: 21px;
    /* Title Bar Style: */
    font-style: normal;
    /* Title Bar Weight: */
    font-weight: bolder;
    /* Title Bar Font Color: */
    color: #003087;
    text-align:left;
    border:transparent;
    width:100%;
margin: 0 0 0 50px;
    }
    #PageContent{
    margin: 30px 0 30px 50px;
    }
    #MobilePageContent{
    margin: 30px 5px 30px 10px;
    }
.main_content > table{
margin: 30px auto;
}
.fontSizeC{
font-size: 18px;
font-style:normal;
font-weight: bold;
}
div.myCartItemSummary{
font-size:18px;
border: transparent;
}
.errors{
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
}

/* Begin styles for MerchList.js script. */
/* Prevents view of default item display */
/* while the MerchList script is loading. */

/* Do NOT use when the store has Loyalty */
/* #ctl00_ctl00_Content_Content_dgMerch { */
/* display: none; */
/* } */

/* For iCM employee interface */ 
/* Hides the "CSS" link under Admin Tasks */
/* and removes the "Go to Style Sheet Builder" */
/* button under Style Sheet Editor. */ 
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

/* Table generated by the script. */
#myMTable {
margin-left: auto;
margin-right: auto;
}
/* Each cell added to the table has this */
/* class added to it. */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}
/* This class is added to a cell on hover, */
/* and removed when they mouse out. */
.mTableCellHover {
border: 1px dotted #AAAAAA;
background-color: #F8F8F8;
}
/* Controls the short description links. */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Controls short description hover state. */
a.mDescriptionLink:hover, a.mDescriptionLink:active {
color: #000088;
}
/* This class is added to each SKU number. */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}
/* This class is added to all price fields. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}
/* The "Added To Cart" text has this class */
/* added to it. */
.mAddedMsg {
color: #003300;
}
/* End of MerchList.js script style rules. */

.merchSearch {
display: none;
}


    #BottomWrapper{
    width:100%;
    height: 176px;
    position: relative;
    margin: -1px auto -40px;
    }
    #BottomOrangeBar{
    width:100%;
    margin: 0 auto;
    height:8px;
    background-color: #FF671F;
    position:absolute;
    }
    #BottomBlueBar{
    width:100%;
    margin: 8px auto 0;
    height: 100%;
    position: absolute;
    background-color: #003087;
    }
    #SocialWrapper{
    color: hsl(0, 0%, 100%);
    float: right;
    height: 40px;
    margin-top: -137px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    }
    #SocialElements{
    display: flex;
    position: relative;
    text-align:center;
    list-style-type: none;
    margin: 5px 0 0 0;
    }
ul#SocialElements li {
    max-height: 72px;
}

    #SocialElements img{
   /* margin: 5px;*/

    }
    #SocialTitle{
    font-size:36px;
    color: white;
    margin: 10px 0 0 20px;
    text-align: left;
    padding: 10px 0 0 27px;
    width: auto;
    text-decorat none;
    }
    #UofMaryCampus{
    margin: 5px 0 0 50px;
    font-size: 22px;
    text-align: left;
    color: white;
    max-width: 100%;
    }
    #UofMaryCampus a{
    color: white;
    text-decoration:none;
    }
    #UofMaryCampus a:hover{
    color: #FF671F;
    text-decoration:none;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    /* Safari only override */
    ::i-block-chrome, #SocialElements{
    display: -webkit-inline-box;
    text-align: left;
    margin: 0 0 0 22px;
    }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    /* Safari only override */
    ::i-block-chrome, #SocialWrapper{
    margin-top: -175px;
    }
    }

/*social media icons on small screens*/
@media (max-width:499px) {
#SocialElements {
    padding-left: 0;
}
ul#SocialElements li {
    margin-left: auto;
    margin-right: auto;
}
}