@charset "UTF-8";
/*------- Start of ODFL . CSS ------*/
.errorMessages{color:#c60f13;list-style-type:none}
.infoMessages{color:#008355;list-style-type:none}
div.reveal-modal div.acctRow{border-bottom-style:solid;border-bottom-width:thin;margin-top:4px;padding-bottom:4px}
div.reveal-modal div.acctRowBil{font-weight:700;border-bottom-style:solid;border-bottom-width:thin;margin-top:4px;padding-bottom:4px}
div.reveal-modal div.savedLocRow{font-style:italic;border-bottom-style:solid;border-bottom-width:thin;margin-top:4px;padding-bottom:4px}
.acctRowBil{font-weight:700;font-size:.65em}
.acctRow{font-size:.7em}
.savedLocRow{font-size:.7em;font-style:italic}
div.acctControl a{text-decoration:none;cursor:auto;color:#222}
fieldset.acctFields{padding-bottom:.5em;margin-bottom:.5em}
.acctSearchBtn{height:2em}
.radioCheckBoxBtnLabel{display:inline-block;margin-left:5px;font-weight:400}
.contentList{margin-left:20px}
.inputSized{display:inline-block}
textarea{height:auto}
.list_padding{padding:0 0 0 .625em !important}
.smallRadioCheckBoxBtnLabel{font-size:.9em;white-space:normal}



/*****HEADER********/
html,
body {
  height: 100%; 
}

body {
    margin: 0;
    padding: 0;
    }

header{
	background-image:url(/CSS/img/chrome1.png); 
  background-repeat:repeat-x;
  background-position:left top;
}

#top-head{
height:65px;	
}

.sign{
position:relative;
top:23px;
left:-100px;}

.trace-bar .sign a{
color:rgb(51,51,51);
font-size:.8em;
}

.sign a:hover{
color:rgb(228,65,38);
}

.trace-bar{
position:relative;
left:825px;
bottom:65px;
width:118px;	
height:28px;
}

input.search{
-webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  height:32px;
}

#logo{
	visibility: hidden;	
}

input.search.header-search{
	height:32px;
	width:132px;
  z-index: 75;	
}

b.icon-search_alt{
	position:absolute;
	color: #ffffff;
	top:4px;
	left:13px;
	font-size:1.8em;
	padding:0;
	margin:0;
}

.back-to-top {
  position: fixed;
  bottom: 8em;
  right: 0px;
  display: none;    
}

/*CSS STYLING FOR AUTOCOMPLETE*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete-multilineitems .ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	width:300px;
	font-size:14px;
	padding: 0;
    margin: 0;
	text-wrap:none;
}

.ui-autocomplete-multilineitems .ui-menu {
	list-style: none;
	display: block;
	outline: none;
	background-color:#fff;
	float:left;
	border-width:3px;
	border-style:solid;
	border-top-width:0px;
	border-top-style:none;
	border-color:rgb(228,65,38);
	display:block;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color:#fff;
	float:left;
	border-width:2px;
	border-style:solid;
	border-top-width:0px;
	border-top-style:none;
	border-color:rgb(228,65,38);
	display:block;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#fff;
	border-radius:0;
	display:block;
	border-bottom-style: solid;
  	border-bottom-width:2px;
  	border-color: rgb(228,65,38);
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item a {
	line-height:1.9em;
	font-size:16px;
	font-weight: normal;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item:hover{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#ccc;
	border-radius:0;
	display:block;
	border-bottom-style: solid;
  	border-bottom-width:2px;
  	border-color: rgb(228,65,38);
}

.ui-autocomplete-multilineitems .ui-menu:last-child {
	border-bottom:0px;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item:last-child {
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
}

/*END CSS STYLING FOR AUTOCOMPLETE*/

@media only screen and (max-width: 999px) {
.tablet-break-point{
display:none;	
}
}

@media only screen and (min-width: 1000px) {
.desktop-break-point{
display:none;	
}
	
	.tablet-break-point{
display: inherit !important;
}
	
#main_nav .top-bar{
position:relative;
left:22px;	
}

#main_nav .top-bar .name{
position:relative;
right:12px;		
}
}

#main_nav .top-bar {
	height: 46px;
	line-height: 46px;
	margin-bottom: 0;
}

	#main_nav .top-bar.expanded {
		height: auto;
	}

		#main_nav, #main_nav .top-bar {
	 background-color:transparent;
 }


		#main_nav .top-bar.expanded .toggle-topbar a, #main_nav .top-bar .toggle-topbar a {
			color: rgb(51,51,51);
		}

			#main_nav .top-bar.expanded .toggle-topbar a span, #main_nav .top-bar .toggle-topbar a span {
				-webkit-box-shadow: 0 10px 0 1px rgb(228,65,38), 0 16px 0 1px rgb(228,65,38), 0 22px 0 1px rgb(228,65,38);
				box-shadow: 0 10px 0 1px rgb(228,65,38), 0 16px 0 1px rgb(228,65,38), 0 22px 0 1px rgb(228,65,38);
			}

	#main_nav .top-bar .name {
		background:none;
		height: 46px;
	}
	
	#main_nav .top-bar .name h1 {
		line-height: 46px;
		padding: 0;
		background: none;
	}

#main_nav, #main_nav .contain-to-grid.sticky{
	background-image:url(/CSS/img/chrome1.png);  
	background-repeat:repeat; 
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px rgb(51,51,51);
	box-shadow: 0 8px 6px -6px rgb(51,51,51);
}

#main_nav .top-bar-section ul li > a {
	background: none;
	color: rgb(51,51,51);
	font-weight: 400;
	font-size: .9em;
	letter-spacing: 0.1em;
	}
	
#main_nav .top-bar ul > li.has-dropdown:hover > a{
	color:rgb(51,51,51);
	font-weight: 400;
	font-size: .9em;
	letter-spacing: 0.1em;
}	

#main_nav .top-bar ul > li.has-dropdown .dropdown li { 
	background:rgb(51,51,51);
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px rgb(51,51,51);
	box-shadow: 0 8px 6px -6px rgb(51,51,51);
}

#main_nav .top-bar ul > li.has-dropdown .dropdown li a{ 
color:#fff;
}

#main_nav .top-bar ul > li.has-dropdown .dropdown li a:hover{ 
color:rgb(196,203,196);
}


#main_nav .top-bar-section ul {
	background: none;
}

#main_nav.top-bar{
	background:transparent;
}

#main_nav .top-bar.expanded .title-area {
	background: none;
}


#main_nav .top-bar .has-form{
background:transparent;	}

.top-bar-section .has-dropdown > a:after  {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgb(51,51,51);
	margin-right: 15px;
    position: absolute;
    top: 50%;
    right:10px;
}

@media only screen and (max-width: 999px) {
	#main_nav .top-bar-section ul li > a.alert.button{
	color:#fff;
	background-color: rgb(228,65,38); 
	font-weight: 400;
	font-size: 1em;
	}
	
	#main_nav .top-bar-section ul li > a.alert.button:hover{
	color: rgb(255,255,255);
	background-color:rgb(99,110,102);
	font-weight: 400;
	font-size: 1em;
	}
	
	#main_nav .top-bar ul > li.has-dropdown:hover > a{
	color:rgb(51,51,51);
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	}	
	
	#main_nav .top-bar-section ul li > a {
	background: none;
	color: rgb(51,51,51);
	font-weight: 400;
	font-size: 1em;
	}
	
	#main_nav .top-bar-section ul li a:hover{
	background:rgb(99,110,102);
	color: rgb(51,51,51);
	font-weight: 400;
	font-size: 1em;
	}
}


.top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid .1125em rgb(99,110,102);
    border-top: solid .1125em rgb(99,110,102);
    clear: both;
    height: 1px;
    width: 100%; }

#main_nav .top-bar small{
	background:none;
	font-size:11px;
position:relative;
bottom:29px;	
height:0px;
}
.full-row{
	width:100%;	
}
.small-sign{
margin-bottom:15px;}


/* Error Handling */

.error input,
.error textarea,
.error select {
  border-color: rgb(204,32,60);
  background-color: rgba(204, 32, 60, 0.1);
  margin-bottom: 1em; }

.error label,
.error label.error {
  color: rgb(204,32,60); }

input.error,
textarea.error {
  border-color: rgb(204,32,60);
  background-color: rgba(204, 32, 60, 0.1);
  margin-bottom: 1em; }

.error select {
  border-color: rgb(204,32,60);
  background-color: rgba(204, 32, 60, 0.1);
  }

label.error {
  color: rgb(204,32,60);
  }
  
/* End Error Handling */

/****BUTTONS******/

.postfix.button {
	background-color:rgb(228,65,38);
	border-color:rgb(255,255,255);
  	padding-left: 0;
  	padding-right: 0;
  	padding-top: 0;
  	padding-bottom: 0;
  	text-align: center;
  	line-height: 2.125em; 
  	position:relative;
  	left:105px;
  	bottom:46px;
 	width:50%;
}

.postfix.button.radius.trace {
	color: #ffffff;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  	-moz-border-radius-bottomright: 5px;
  	-moz-border-radius-topright: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
  	border-top-right-radius: 5px; 
  	height:32px;
    z-index: 50;
}

.postfix.button.radius.search {
	position:relative;
	left:-7px;
	width:50px;
	color: #ffffff;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  	-moz-border-radius-bottomright: 5px;
  	-moz-border-radius-topright: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
  	border-top-right-radius: 5px; 
  	height:32px;
    z-index: 76;
}

  a.alert.button{
	background-color:rgb(228,65,38);
	color:#fff;  
	border-color:#fff;
	 -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width:100%;
}

  a.alert.button:hover{
	background-color:rgb(99,110,102);
	color:#ffffff;  
}



button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: rgb(228,65,38);
  border-color: #fff;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgb(99,110,102); }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: rgb(45,79,158);
    border-color: #fff;
    color: #fff; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: rgb(40,39,129);
	   }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #fff; }
  button.success, .button.success {
    background-color: rgb(204,32,60);
    border-color: #fff;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: rgb(160,34,37); }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: rgb(228,65,38);
    border-color: #fff;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: rgb(228,65,38); }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: rgb(196,203,196);
    border-color: #fff;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgb(142,153,145); }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: rgb(142,153,145); }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }
#prnav {
	margin-top: -5px;
	margin-bottom: -5px;
		}
		
#mcnav {
	margin-top: 5px;
    margin-bottom: -5px;
		}
	
#mrnav {
	margin-top: 5px;
	margin-bottom: -5px;
		}
		
#newsnav {
	margin-top: -5px;
	margin-bottom: -5px;
		}	
	
		[data-magellan-expedition] {
    background: transparent;
    z-index: 50;
    min-width: 100%;
    padding: 10px;
}

[data-magellan-expedition] .sub-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
}

[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0;
}

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      border-style: solid;
	  border-width: 1px;
	  cursor: pointer;
	  font-family: inherit;
	  font-weight: bold;
	  line-height: 1;
	  margin: 0 0 1.25em;
	  position: relative;
	  text-decoration: none;
	  text-align: center;
	  display: inline-block;
	  padding-top: 0.75em;
	  padding-right: 1.5em;
	  padding-bottom: 0.8125em;
	  padding-left: 1.5em;
	  font-size: 1em;
	  background-color: rgb(228,65,38);
	  border-color: #fff;
	  color: white; 
}
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 7px;
      border-radius: 7px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  background-color: rgb(99,110,102);
  border-color: #fff;
  color: white;
  padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;}
	
@media only screen and (max-width: 999px){
	.top-bar-section .has-dropdown > a:after  {
		width: 0; 
		height: 0; 
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid rgb(51,51,51);
		margin-right: 15px;
		position: absolute;
		top: 50%;
		right:0; 
	}
	
	.postfix.button {
		position:relative;
  		padding-top: 3px;
  		bottom:0;
	}
	
	a.postfix.button.radius.search{
		width:100%;
		position:relative;
		left:0px;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-border-radius-bottomleft: 7px;
		-moz-border-radius-topleft: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-webkit-border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		border-top-left-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	input.search.header-search{
		height:32px;
		width:100%;	
	}

	b.icon-search_alt{
		position:relative;
		top:-4px;
		left:0px;
		font-size:2em;
		padding:0;
		margin:0;
	}
	
	.sticky{
		position:relative;
	}
}
	
	
	

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 7px;
      border-radius: 7px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block; } }
	  
/*****FORMS*******/	 
form.custom .custom {
  border: solid 1px rgba(228,65,38,0.5);
 }
 
 form.custom .custom.dropdown .selector:after {
        border-color: rgb(228,65,38) transparent transparent transparent;
		}
 
	  ::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(142,153,145);
	opacity:0.5;
filter:alpha(opacity=40);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgb(142,153,145);
	opacity:0.5;
filter:alpha(opacity=40);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgb(142,153,145);
	opacity:0.5;
filter:alpha(opacity=40);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    rgb(142,153,145);
	opacity:0.5;
filter:alpha(opacity=40);
}

fieldset {
  border: solid 1px rgb(228,65,38);
  padding: 1.25em;
  margin: 1.125em 0;
  background-color: rgba(196,203,196,0.1); }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }
	
/**Checkboxes Radio Buttons**/
 form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: rgb(228,65,38);
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\2A2F";
    color: rgb(228,65,38);
    margin-top: -8px;
    margin-left: 2px; }
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  border: solid 1px rgb(51,51,51);
  background: white; }	
	
	
/****TYPOGRAPHY*****/
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  	
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: rgb(51,51,51);
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }

h1 {
  font-size: 1.50em;
  margin-top: 1.25em;}

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.125em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }
  
hr {
  margin: 0 0 .75em 0;
}
  
.OD_Red{
	color: rgb(204,32,60);
}

.tinyText {
  margin-top: 0;
  font-size: .60em;
  font-weight: bold;
  color: rgb(99,110,102);
}
  
  /*****ANCHORS******/
 a{
	color:rgb(228,65,38);
	background:none;	
}

 a:hover{
	color:rgb(99,110,102);	
	background:none;	
}

.copyright a{
        color:rgb(51,51,51);
        background:none;
        float:right;
}

@media only screen and (max-width: 768px) {
                                .copyright a{
                                color:rgb(51,51,51);
                                background:none;
                                float:left;
                        }
                        }



.serviceBars li a {
   color:#fff;
}


.serviceBars li a:hover {
   color:#fff;
}


/* a:visited {
	color:rgb(99,110,102);
    text-decoration:none; 
}*/

/*.wrapper{
                         background:url(/CSS/img/chrome1.png) repeat;
                          display: block;
                          position: static;
                          padding: 0;
                          width: 100%;
                          height: 100%;
                        }*/

                        .wrapper {
                          width: 100%;
                          height: 100%;
                          display: block;
                          position: relative;
                          padding: 0;
                          -webkit-transform-style: preserve-3d;
                        }



/***PAGINATION*****/
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: rgb(51,51,51);
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: rgb(228,65,38);
      color: white;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: rgb(218,124,45); }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }
	
/****MODAL*****/
.reveal-modal-bg {
  background: rgb(51,51,51);
  background: rgba(0, 0, 0, 0.65);
}

.reveal-modal {
  border: solid 2px rgb(228, 65, 38);
  -moz-box-shadow: 0 0 10px rgba(228, 65, 38, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(228, 65, 38, 0.4);
  box-shadow: 0 0 10px rgba(228, 65, 38, 0.4);
  top: 50px; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index:200;
}

.reveal-modal .close-reveal-modal:hover {
    color: rgb(228,65,38); 
}
  
/****END MODAL*****/
  
/* Label Styles */
label {
  cursor:default;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
 }
/* End Label Styles */

/* Responsive Table Fix */
.pinned table td {height: 100%;}
/* End Responsive Table Fix */
 
 /* Input Styles */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	 border: 1px solid rgba(228,65,38,0.5);
	  } 

textarea {
  border: 1px solid rgba(228,65,38,0.5); 
 }

/*Begin Feedback Tab*/
.slide-out-div{
  border: solid 1px rgb(228,65,38);
  border-radius: 0 0 0 5px;
  background-color: rgb(255,255,255);
  z-index:101;
}

.rating {
    float:left;
}

.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#858585;
    /*text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: rgb(228,65,38);
   /* text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color:rgb(218, 124, 45);
   /* text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color:rgb(218, 124, 45);
    /*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}


@media only screen and (max-width: 999px){
.slide-out-div{
  display:none;
}
}
/*End Feedback Tab*/
	
/****BEGIN JOYRIDE****/
.joyride-list {
  display: none; }

.joyride-tip-guide {
  display: none;
  position: absolute;
  background:rgb(51,51,51);
  color: white;
  z-index: 300;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; 
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em; 
}
  
.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
}
	
.joyride-content-wrapper .button:visited {
	margin-bottom: 0 !important;
	color: #ffffff; 
}

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: rgb(51,51,51);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: rgb(51,51,51); !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px white;
  -webkit-box-shadow: 0px 0px 15px white;
  box-shadow: 0px 0px 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px; }

@media only screen and (min-width: 768px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: rgb(51,51,51); !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -28px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: rgb(51,51,51); !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -28px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: rgb(51,51,51); !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -28px;
      right: auto; } }	
/****END JOYRIDE****/  
	
	/****ALERT BOXES****/
	.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: rgb(204,32,60);
  border-color: #fff;
  color: white; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #fff;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }


.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }
	  
@media only screen and (max-width: 1000px){

.ui-autocomplete-multilineitems .ui-autocomplete {
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu {
display: none;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu {
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item {
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item a {
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item:hover{
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu:last-child {
	display: none;
}

.ui-autocomplete-multilineitems .ui-menu .ui-menu-item:last-child {
	display: none;
}}
 
/*****CHROME COLOR BARS******/
.chromeBar{
	height: 15px;
	background-image:url(/img/chromeBar.png);
	background-repeat:repeat-x;
	
	}

.serviceBars {
max-width:100%;
margin: 0;
}

.serviceBars li a {
   color:#fff;
   display:block;
}

.serviceBars > li {
    padding-bottom: 0;}

.sbDomestic{
	font-size:.75em;
	text-align:center;
	color:#fff;
	background-color:rgb(24,105,68);	
	width: 20%;
}

.sbExpedited{
	font-size:.75em;
	text-align:center;
	color:#fff;
	background-color:rgb(204,32,60);	
	width: 20%;
}

.sbPeople{
	font-size:.75em;
	text-align:center;
	color:#fff;
	background-color:rgb(247,122,57);	
	width: 20%;
}

.sbGlobal{
	font-size:.75em;
	text-align:center;
	color:#fff;
	background-color:rgb(45,79,158);
	width: 20%;
}

.sbTech{
	font-size:.75em;
	text-align:center;
	color:#fff;
	background-color:rgb(161,145,99);
	width: 20%;
}

@media only screen and (max-width: 768px) {
.back-to-top {
  position: fixed;
  bottom: 19em;
  right: 0px;
  display: none;
}
  
.sbDomestic{
	font-size:.65em;
	text-align:center;
	color:#fff;
	background-color:rgb(24,105,68);	
	width: 20%;
}

.sbExpedited{
	font-size:.65em;
	text-align:center;
	color:#fff;
	background-color:rgb(204,32,60);
	width: 20%;
}

.sbPeople{
	font-size:.65em;
	text-align:center;
	color:#fff;
	background-color:rgb(247,122,57);	
	width: 20%;
}

.sbGlobal{
	font-size:.65em;
	text-align:center;
	color:#fff;
	background-color:rgb(45,79,158);	
	width: 20%;
}

.sbTech{
	font-size:.65em;
	text-align:center;
	color:#fff;
	background-color:rgb(161,145,99);
	width: 20%;
}
}



/****FOOTER******/
.footer{
background-image:url(/CSS/img/chrome1.png);
background-repeat:repeat-x repeat-y;
background-position:left top;
}

.footer li a{
	color:rgb(51,51,51);
}

.footer p{
	color:rgb(51,51,51);
	font-size:13px;
}

.footer a:hover{
color:rgb(228,65,38);
}

footer .inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float:right;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: .75em;
    display: block; }
    .inline-list > li > * {
      display: block; }

.links ul{
float:left;
margin:20px 20px 20px 0;	
}

.sm-icon{
	float:right;	
}

.links li{
list-style:none;
}

.sm-icon li{
        float:static;
margin-bottom:10px;
font-size:1em;
}


@media only screen and (max-width: 768px) {
.sm-icon{
	float:left;
}	
.sm-icon li:first-child {
margin-left:1.2em;
}

.footer li a{
        color:rgb(51,51,51);
        font-size:13px;
}


.sm-icon li a{
        font-size:1em;
}

}


.buorg {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid rgb(0,0,0);
    background:rgb(228,65,38) no-repeat 1em 0.55em url(http://beta.odfl.com/img/dialog-warning.gif);
    text-align:left;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#000;
    font-size: 12px;
}
.buorg div {
    padding:5px 36px 5px 40px;
}
.buorg a {
    color:rgb(255,255,255);
}
#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}


@media only screen and (min-width: 1000px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }

.od4me{
margin-left:820px;
margin-top:-45px;
}

.od4me a{
	color:rgb(51,51,51);
font-size:.8em;
}

.od4me a:hover{
color:rgb(228,65,38);
}
@media only screen and (min-width:768px) and (max-width:999px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
}