- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
.footer {
display: block;
background-color: #edeadf;
padding-top: 2rem;
.mobile-footer {
display: none;
}
.eandemenu {
display: flex;
flex-flow: row wrap;
justify-content: center;
font-family: GothamMedium, sans-serif;
li {
margin: 0 2em;
a {
text-decoration: none;
color: black;
}
}
}
.corpmenu {
display: flex;
flex-flow: row wrap;
justify-content: center;
font-family: GothamLight, sans-serif;
font-size: .8em;
margin-top: 1rem;
li {
margin: 0 2em;
color: black;
a {
text-decoration: none;
color: black;
}
}
}
.bottomforms {
display: flex;
justify-content: center;
padding: 2rem;
li {
min-width: 19em;
form {
display: flex;
flex-flow: row wrap;
max-width: 18em;
label {
font-family: GothamMedium, sans-serif;
font-size: .85em;
text-transform: uppercase;
flex-basis: 100%;
margin-bottom: 12px;
}
input {
&[type="text"] {
padding: .2em;
flex: 3;
flex-basis: 0;
}
&[type="submit"] {
padding: .75em;
text-transform: uppercase;
font-family: GothamBold, sans-serif;
font-size: .75em;
background-color: #0098db;
color: white;
flex: 1;
flex-basis: 0;
letter-spacing: .05em;
.butterytext();
}
}
} /* /form */
}
li:nth-child(2) {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-left: 5rem;
text-align: center;
justify-content: center;
label {
flex: 1 0 100%;
font-family: GothamMedium, sans-serif;
font-size: .85em;
text-transform: uppercase;
flex-basis: 100%;
margin-bottom: .25em;
}
a {
display: inline-block;
width: 1.5em;
height: 1.5em;
margin: 0 .5em;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
&:nth-child(2) {
background-image: url(../../../assets/eande_facebook.svg);
}
&:nth-child(3) {
background-image: url(../../../assets/eande_twitter.png);
}
&:nth-child(4) {
background-image: url(../../../assets/eande_facebook.png);
}
}
}
} /* /.bottomforms */
.bottomstripemenu {
padding: 1em;
background-color: darken(#4195d3, 5%);
text-align: right;
& > div, & > span { display: inline-block; }
.copyright {
float: left;
color: white;
font-family: GothamLight, sans-serif;
&:before {
content: '';
display: inline-block;
transform: translateY(0em);
width: 3em;
height: 1.5em;
background-image: url(http://www.rosettastone.com/lp/navbar/RS_LOGO_BLACK.svg);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
margin-right: .5em;
margin-left: 5rem;
cursor: pointer;
}
}
a {
font-family: GothamLight, sans-serif;
color: white;
text-decoration: none;
margin: 0 1em;
}
} /* /.bottomstripemenu */
@media @tablet {
.eandemenu li,
.corpmenu li {
margin: 0 1em;
}
.bottomstripemenu {
span.copyright {
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
&:before {
margin: 0 10px 0 0;
width: 50px;
}
}
& > div {
display: block;
text-align: center;
}
}
} //footer tablet
@media @phone {
.eandemenu, .corpmenu, .bottomforms, .bottomstripemenu { display: none}
background-color: #313234;
padding: 20px 0;
.mobile-footer {
display: block;
ul {
display: inline-block;
width: 35%;
padding: 0 0 0 30px;
vertical-align: top;
li {
margin-bottom: 6px;
color: #8c8f96;
font-weight: 700;
&:last-of-type { margin: 0 }
a {
color: #0098db;
text-decoration: none;
font-size: 0.8em;
}
}
}
.socialmedia-icons {
padding: 0 0 20px 30px;
border-bottom: 2px solid #8c8f96;
margin-bottom: 20px;
a {
font-size: 35px;
margin-right: 15px;
color: #8c8f96;
text-decoration: none;
img {
width: 30px;
}
}
}
}
} // footer phone
}/* /.footer */